Skip to content

Merge new invoke api#178

Merged
ctiller merged 57 commits intogrpc:masterfrom
murgatroid99:merge_new_invoke_api
Jan 23, 2015
Merged

Merge new invoke api#178
ctiller merged 57 commits intogrpc:masterfrom
murgatroid99:merge_new_invoke_api

Conversation

@murgatroid99
Copy link
Copy Markdown
Member

This closes #44, incidentally contributes to #176 and creates a regression of one test that will be investigated in #177.

I'd started some prototyping work on this change before the move to
GitHub; this change restores things.
By the time we call accept, we have proof that we've received the start
of a call, so we should set this bit to one.
Otherwise we can cause segfaults down in the client_channel.
So that later cancellations do not clobber status.
This prevents mismatches from breaking tests.
If not running in forever mode, and a test fails, fail run_tests.py
also.

If running in forever mode and make fails, wait for the next run.
Also allow maxjobs to be tweaked based upon which configs are being run,
to prevent memory starvation.
ctiller and others added 21 commits January 15, 2015 23:01
Merge master into branch
Switched PHP library to new grpc_call_invoke API
Merge latest into new_invoke_api
Conflicts:
	src/cpp/client/channel.cc
	src/cpp/stream/stream_context.cc
	src/cpp/stream/stream_context.h
	src/php/ext/grpc/call.c
	test/core/end2end/tests/max_concurrent_streams.c
Merge latest changes from master branch
Updates ruby to stop using grpc_start_invoke
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you delete this file please?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

ctiller added a commit that referenced this pull request Jan 23, 2015
@ctiller ctiller merged commit 25290d2 into grpc:master Jan 23, 2015
@ctiller ctiller deleted the merge_new_invoke_api branch January 23, 2015 21:43
apolcyn pushed a commit to apolcyn/grpc that referenced this pull request Jul 25, 2016
First stab at reorganizing auth doc for GA
@lock lock bot locked as resolved and limited conversation to collaborators Feb 2, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Merge new_invoke_api

3 participants