aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Collapse)AuthorAge
...
| | | * | | | | | | | | Add AsyncNotifyWhenDoneGravatar yang-g2015-08-04
| | |/ / / / / / / / /
| * | | | | | | | | | Merge pull request #2749 from yang-g/default_host_to_nullGravatar Craig Tiller2015-08-04
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | | Pass NULL as host by default. Use context.authority() or channel.SslN…
| | | | | | | | | | * Testing port serverGravatar Craig Tiller2015-08-04
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | run_tests.py will start a server (if it's not running, or if the running port server mismatches the 'current' one) that serves ports to use for tests. The server is left running after run_tests.py finishes, so that in environments such as Mac and Windows where tests run unshielded from each other, we don't start jumping on already used ports.
| | | | | | * | | | Merge branch 'primary-goat-whisperer' into the-test-be-sleepyGravatar Craig Tiller2015-08-04
| | | | | | |\ \ \ \ | | | | | |_|/ / / / | | | | |/| | | | |
| | | | | | | | * | Allow fixtures to specify slowdown factors, use it for grpc_trace testsGravatar Craig Tiller2015-08-04
| | |_|_|_|_|_|/ / | |/| | | | | | |
| | | | * | | | | Merge github.com:grpc/grpc into plucking-hellGravatar Craig Tiller2015-08-04
| | | | |\ \ \ \ \ | | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | Add proxy tests to end2end suiteGravatar Craig Tiller2015-08-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently the oauth2 variant of these tests is disabled. Will work with @jboeuf to figure out how to turn them on.
| | | | | | | | * Merge branch 'auth_md_processor' into server_creds_auth_md_processorGravatar Julien Boeuf2015-08-03
| | | | | | | | |\
| | | | | | | | | * Removing obsolete comment.Gravatar Julien Boeuf2015-08-03
| | | | | | | | | |
| | | | | | | | | * Merge branch 'master' of github.com:grpc/grpc into auth_md_processorGravatar Julien Boeuf2015-08-03
| | | | | | | | | |\ | | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
| | | | | | | * | | merge with head and resolve conflictsGravatar yang-g2015-08-03
| | | | | | | |\ \ \ | | |_|_|_|_|_|/ / / | |/| | | | | | | |
| * | | | | | | | | Merge pull request #2766 from ctiller/alpnrgggGravatar Yang Gao2015-08-03
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Fix alpn_test
| * \ \ \ \ \ \ \ \ \ Merge pull request #2702 from yang-g/peeraddrGravatar Vijay Pai2015-08-03
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / | |/| | | | | | | | | Add accessor peer() in ClientContext and ServerContext
| | | | | * | | | | | Rename grpc_server_add_http2_port to grpc_server_add_insecure_http2_portGravatar Craig Tiller2015-08-03
| | |_|_|/ / / / / / | |/| | | | | | | |
| | | * | | | | | | Fix alpn_testGravatar Craig Tiller2015-08-03
| | |/ / / / / / / | |/| | | | | | |
| | | | | * | | | Re-enable all the testsGravatar Craig Tiller2015-08-03
| | | | | | | | |
| * | | | | | | | Merge pull request #2751 from ctiller/alphanumeric-juju-fishGravatar Michael Lumish2015-08-03
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Remove optional parameter from watch connectivity state
| | | | | | * \ \ \ Merge branch 'plucking-hell' into the-test-be-sleepyGravatar Craig Tiller2015-08-03
| | | | | | |\ \ \ \ | | | | | | |/ / / / | | | | | |/| | | |
| | | | | * | | | | Merge github.com:grpc/grpc into plucking-hellGravatar Craig Tiller2015-08-01
| | | | | |\ \ \ \ \ | | |_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Makefile
* | | | | | | | | | Merge branch 'propagate' of github.com:ctiller/grpc into propagateGravatar Craig Tiller2015-08-01
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/core/surface/channel.c
* \ \ \ \ \ \ \ \ \ \ Merge github.com:grpc/grpc into propagateGravatar Craig Tiller2015-08-01
|\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/core/surface/channel.c
| | | | | * | | | | | fix generic_end2end_testGravatar yang-g2015-07-31
| | |_|_|/ / / / / / | |/| | | | | | | |
| | | * | | | | | | Fix UDS versions of this testGravatar Craig Tiller2015-07-31
| | | | | | | | | |
| | * | | | | | | | s/inherit/propagate/gGravatar Craig Tiller2015-07-31
| |/ / / / / / / / |/| | | | | | | |
* | | | | | | | | Update wrappers, tests to new create_call()Gravatar Craig Tiller2015-07-31
| | | | | | | | |
| | * | | | | | | Remove optional parameter from watch connectivity stateGravatar Craig Tiller2015-07-31
| |/ / / / / / / |/| | | | | | |
| | | | * | | | Line up starting timesGravatar Craig Tiller2015-07-31
| | | | | | | |
| | | | * | | | Merge branch 'primary-goat-whisperer' into the-test-be-sleepyGravatar Craig Tiller2015-07-31
| | | | |\ \ \ \
| | * | | \ \ \ \ merge with head and resolve conflictsGravatar yang-g2015-07-31
| | |\ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| | | | * | | | | add a test where a read and a writesdone happen at the same timeGravatar yang-g2015-07-31
| |_|_|/ / / / / |/| | | | | | |
| | | | | | | * Properly send GRPC_STATUS_UNAUTHENTICATED from server auth failuresGravatar Craig Tiller2015-07-31
| | | | | | | |
| | | | | | | * Merge branch 'auth_md_processor' of github.com:jboeuf/grpc into ↵Gravatar Craig Tiller2015-07-31
| |_|_|_|_|_|/| |/| | | | | | | | | | | | | | | | | | | | | | | complain-with-both-passion-and-meaning
| * | | | | | | Merge github.com:grpc/grpc into yeah-we-know-what-youre-talking-aboutGravatar Craig Tiller2015-07-31
| |\ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: vsprojects/Grpc.mak vsprojects/grpc.sln vsprojects/grpc/grpc.vcxproj vsprojects/grpc_cpp_plugin/grpc_cpp_plugin.vcxproj vsprojects/grpc_csharp_ext/grpc_csharp_ext.vcxproj vsprojects/grpc_csharp_plugin/grpc_csharp_plugin.vcxproj vsprojects/grpc_objective_c_plugin/grpc_objective_c_plugin.vcxproj vsprojects/grpc_python_plugin/grpc_python_plugin.vcxproj vsprojects/grpc_ruby_plugin/grpc_ruby_plugin.vcxproj vsprojects/grpc_unsecure/grpc_unsecure.vcxproj
| | | * | | | | Merge branch 'regen-and-vs-tweaks' of github.com:nicolasnoble/grpc into ↵Gravatar Craig Tiller2015-07-30
| | | |\ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | | | | | | | | tepid-tarantula
| | | | | * | | merge with headGravatar yang-g2015-07-30
| | | | | |\ \ \ | |_|_|_|_|/ / / |/| | | | | | |
| | | | * | | | Merge branch 'plucking-hell' into primary-goat-whispererGravatar Craig Tiller2015-07-30
| |_|_|/| | | | |/| | |/ / / /
| | | | * | | remove bracesGravatar yang-g2015-07-30
| | | | | | |
| | * | | | | merge with headGravatar yang-g2015-07-30
| | |\ \ \ \ \
| | * | | | | | Add a testGravatar yang-g2015-07-30
| | | | | | | |
| | | | | * | | notify inside lockGravatar yang-g2015-07-30
| | | | | | | |
* | | | | | | | Tune down number of channels for qps_testGravatar Craig Tiller2015-07-30
| |_|/ / / / / |/| | | | | |
| | | * | | | Merge github.com:grpc/grpc into plucking-hellGravatar Craig Tiller2015-07-30
| | | |\ \ \ \ | |_|_|/ / / / |/| | | | | |
* | | | | | | Merge pull request #2689 from yang-g/auth_test_failureGravatar Craig Tiller2015-07-30
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix clock type mismatch
| | * | | | | | Exclude uds from default hostname testsGravatar Craig Tiller2015-07-29
| | | | | | | |
| | * | | | | | Merge github.com:grpc/grpc into yeah-we-know-what-youre-talking-aboutGravatar Craig Tiller2015-07-29
| | |\ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/core/channel/http_client_filter.c src/core/surface/channel.c
| | | | * | | | Allow specific pollers to be wokenGravatar Craig Tiller2015-07-29
| |_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently, if two threads call grpc_completion_queue_pluck on the same completion queue for different tags, there is a 50% chance that we deliver the completion wakeup to the wrong poller - forcing the correct poller to wait until its polling times out before it can return an event up to the application. This change tweaks our polling interfaces so that we can indeed wake a specific poller. Nothing has been performance tuned yet. It's definitely sub-optimal in a number of places. Wakeup file-descriptors should be recycled. We should have a path that avoids calling poll() followed by epoll(). We can probably live without it right at the second though. This code will fail on Windows at least (I'll do that port when I'm in the office and have a Windows machine).
| | | | * | | merge with upstreamGravatar yang-g2015-07-28
| | | | |\ \ \ | |_|_|_|/ / / |/| | | | | |
* | | | | | | Integration compile fixGravatar Craig Tiller2015-07-28
| | | | | | |
* | | | | | | Merge github.com:grpc/grpc into ↵Gravatar Craig Tiller2015-07-28
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | | | | | | | sometimes-its-good-just-to-check-in-with-each-other
| | * | | | | Fix clock type mismatchGravatar yang-g2015-07-28
| |/ / / / /