Craig Tiller
|
4ebeb402ae
|
clang-format
|
10 years ago |
Craig Tiller
|
ba3c3cd36c
|
Add testing of bad client behavior
This test will become a suite over coming weeks.
Spin up a server, and send some illegal data to it, and probe that the correct behavior occurs.
|
10 years ago |
Craig Tiller
|
18c26922d1
|
Merge pull request #1725 from nicolasnoble/makefile-flaky-tests
Don't run flaky tests on make test.
|
10 years ago |
Craig Tiller
|
595cc5bfe9
|
Fixing things
|
10 years ago |
Craig Tiller
|
fe46136721
|
Merge github.com:grpc/grpc into scalable-poll
|
10 years ago |
Craig Tiller
|
8b5276c02e
|
Merge github.com:grpc/grpc into we-dont-need-no-backup
Conflicts:
src/core/surface/call.c
test/core/end2end/dualstack_socket_test.c
test/core/end2end/tests/early_server_shutdown_finishes_inflight_calls.c
test/core/end2end/tests/early_server_shutdown_finishes_tags.c
test/core/end2end/tests/graceful_server_shutdown.c
test/core/end2end/tests/invoke_large_request.c
test/core/end2end/tests/max_concurrent_streams.c
test/core/end2end/tests/max_message_length.c
test/core/end2end/tests/request_response_with_binary_metadata_and_payload.c
test/core/end2end/tests/request_response_with_metadata_and_payload.c
test/core/end2end/tests/request_response_with_payload.c
test/core/end2end/tests/request_response_with_payload_and_call_creds.c
test/core/end2end/tests/request_response_with_trailing_metadata_and_payload.c
test/core/end2end/tests/request_with_large_metadata.c
test/core/end2end/tests/request_with_payload.c
test/core/httpcli/httpcli_test.c
tools/run_tests/run_tests.py
|
10 years ago |
Nicolas Noble
|
031dea1df4
|
Merge pull request #1740 from ctiller/function-isnt-standard
Remove all uses of __FUNCTION__
|
10 years ago |
remi Taylor
|
47b7bd99e6
|
Update ruby add_http2_port comments to use port 50051
|
10 years ago |
remi Taylor
|
376f2c0672
|
Update node server examples to consistently bind to 50051
|
10 years ago |
Craig Tiller
|
356961916d
|
Remove all uses of __FUNCTION__
|
10 years ago |
Craig Tiller
|
0b6fb4d014
|
Remove unnecessary comment
|
10 years ago |
Craig Tiller
|
7c05bd216b
|
Get GRPC_FINAL, GRPC_OVERRIDE treated right
|
10 years ago |
Craig Tiller
|
543205ba4f
|
Merge latest
|
10 years ago |
Craig Tiller
|
10372259a9
|
Merge github.com:grpc/grpc into explain-the-things
|
10 years ago |
Craig Tiller
|
c9b3e5811e
|
Add C++
|
10 years ago |
Craig Tiller
|
2fa7af5767
|
Initial Doxyfile generation
|
10 years ago |
Nathaniel Manista
|
19def88839
|
Merge pull request #1737 from ctiller/antagonize-me
Add antagonist processes to run_tests.py.
|
10 years ago |
Craig Tiller
|
234b6e79c0
|
Add antagonist processes to run_tests.py arsenal
These are processes consume CPU for the purpose of slowing down tests, allowing more timing related issues to be exposed.
|
10 years ago |
Masood Malekghassemi
|
bbfe7c9575
|
Merge pull request #1728 from ctiller/i-will-survive
Make Python fit within ulimit
|
10 years ago |
Craig Tiller
|
b04f072e6a
|
Add debug
|
10 years ago |
Craig Tiller
|
6f2d64796d
|
Add debug
|
10 years ago |
Craig Tiller
|
640dfaf2ee
|
Merge github.com:grpc/grpc into you-complete-me
|
10 years ago |
Tim Emiola
|
4aba356630
|
Various tweaks to improve server stability
|
10 years ago |
Craig Tiller
|
3a5390e902
|
Reduce threadpool size
|
10 years ago |
Craig Tiller
|
a152b1cf39
|
Merge pull request #1723 from murgatroid99/node_interop_flake
Fixed ordering assumptions in server_streaming interop test
|
10 years ago |
Craig Tiller
|
e594779a0e
|
Reduce threadpool size
|
10 years ago |
Craig Tiller
|
70730b45a1
|
Tweak completion queue to newly agreed upon rules
|
10 years ago |
murgatroid99
|
ad7c20c833
|
Added tracing for grpc_server_request_call
|
10 years ago |
Masood Malekghassemi
|
25ec4bd699
|
Add cancellation interop tests for Python
Fixes #1591.
Also fixes a raised-exceptions-during-tests-causes-hanging problem.
|
10 years ago |
Craig Tiller
|
e6eebeb355
|
Reduce threadpool size
|
10 years ago |
Craig Tiller
|
83762ac78d
|
Make -j on run_tests work as expected
|
10 years ago |
Nicolas Noble
|
5fa2eab4f4
|
Merge pull request #1706 from ctiller/streaming-crash-boom-bang
Fix shutdown crash in async streaming test
|
10 years ago |
Craig Tiller
|
84f187966f
|
Make Python fit within ulimit
|
10 years ago |
David Klempner
|
a4fb700ab6
|
Make pollset shutdown repeatedly kick until all threads have left poll.
|
10 years ago |
murgatroid99
|
b4f244f0da
|
Reverted change to _write in client.js
|
10 years ago |
Nicolas "Pixel" Noble
|
4251d561c6
|
Don't run flaky tests on make test.
|
10 years ago |
David Garcia Quintas
|
f01ccb7ba3
|
Merge branch 'master' of github.com:grpc/grpc into qps_reporter_refactoring
|
10 years ago |
David Garcia Quintas
|
1d780fd3df
|
Fixed typo
|
10 years ago |
Nicolas Noble
|
7a875f1a74
|
Merge pull request #1718 from soltanmm/fix-py-test-linkage-on-mac
Fix MacOS Python test linker paths
|
10 years ago |
murgatroid99
|
6d1a8449d1
|
Coalesced redundant code
|
10 years ago |
murgatroid99
|
fe29b6dea1
|
Removed debug log
|
10 years ago |
murgatroid99
|
2fb16aafa3
|
Fixed ordering assumptions in server_streaming interop test
|
10 years ago |
Vijay Pai
|
a4c44c2bcf
|
Merge pull request #1703 from ctiller/fugly
clang-format qps code - it was getting out of hand
|
10 years ago |
Yang Gao
|
fdc9af8dca
|
Merge pull request #1625 from ctiller/mmm-mmm-mmm-mmm
Add a test of crashing servers and clients
|
10 years ago |
Yang Gao
|
23c870c805
|
Merge pull request #1710 from ctiller/lets-fix-the-state-machine
Handle priority frames in any header
|
10 years ago |
Vijay Pai
|
bfc01822b1
|
Merge pull request #1693 from dgquintas/fix_sleep_for
Replaced std::this_thread::sleep_for for gpr_sleep_until.
|
10 years ago |
Xudong Ma
|
2178c134de
|
Merge pull request #1719 from madongfly/android_docker
Add two more AVD for api level 21 and 19.
|
10 years ago |
Xudong Ma
|
12ef17cbcd
|
Add two more AVD for api level 21 and 19.
Change the target to Google-Api, since gms only exist in Google-Api targets for api level 19 and older.
|
10 years ago |
Masood Malekghassemi
|
d86576f2e5
|
Fix MacOS Python test linker paths
|
10 years ago |
Jan Tattermusch
|
528e2896f4
|
update C# readme
|
10 years ago |