Masood Malekghassemi
18720fff2f
Maintain correct queue invariants against core
9 years ago
Vijay Pai
16e8bbbff2
Merge pull request #5529 from ctiller/racy
...
Fix esan detected race in subchannel state
9 years ago
Yang Gao
e788e8bf8d
Merge pull request #5523 from vjpai/e2e_stc
...
Fix ServerTryCancel in end2end tests
9 years ago
Craig Tiller
8e19f61d62
Fix esan detected race in subchannel state
9 years ago
Nicolas Noble
2a04f63d59
Merge pull request #5525 from dgquintas/templates_readme
...
Added comment for gyp
9 years ago
David Garcia Quintas
a662259575
Added comment for gyp
9 years ago
Nicolas Noble
8bcb99a5f8
Merge pull request #5524 from dgquintas/templates_readme
...
updated templates/README.md
9 years ago
David Garcia Quintas
3db3c63a41
Addressed comments
9 years ago
David Garcia Quintas
9c691c59da
updated templates/README.md
9 years ago
Jan Tattermusch
5da3fae40f
Merge pull request #5517 from jtattermusch/csharp_fix_rststream8
...
Don't do a "safety" Cancel when recv_close_on_server.cancelled is set.
9 years ago
Vijay Pai
6c016efa34
ServerTryCancel was not actually respecting the API since it
...
could be an arbitrary amount of time between when the cancel is tried
and actually observable.
9 years ago
Nicolas Noble
783e8ed510
Merge pull request #5516 from jtattermusch/fix_runs_per_test_reporting
...
Fix run_tests.py reporting for multiple test runs
9 years ago
Jan Tattermusch
06c98fa49a
fix copyright
9 years ago
Jan Tattermusch
7d91dc3181
fix #4427
9 years ago
Jan Tattermusch
494f312833
fix reporting for multiple test runs
9 years ago
Stanley Cheung
7d974ea872
Merge pull request #5488 from stanley-cheung/php-update-to-next-ver
...
Simplify PHP installation
9 years ago
Stanley Cheung
a91a5db363
sync php with core version;
9 years ago
Yang Gao
6963453c20
Merge pull request #5493 from sreecha/server_try_cancel_test
...
Fix flaky test: End2endServerTryCancelTest.ResponseStreamServerCancelAfter
9 years ago
Sree Kuchibhotla
9e5a05af8a
Fix clang format issue
9 years ago
Vijay Pai
2edea9ce81
Merge pull request #5495 from ctiller/grumpf
...
clang-format sanity fix
9 years ago
Vijay Pai
cf98743d91
Merge pull request #5496 from ctiller/XXXX
...
Remove broken test
9 years ago
Craig Tiller
7c075b3953
Remove broken test
...
This test is inherently flaky and I don't see any way to make it not so.
Historically this test has not (in my memory) given any signal that something is actually broken.
Let's save maintenance and just nuke it.
9 years ago
Craig Tiller
7fe08a23f1
clang-format
9 years ago
Sree Kuchibhotla
8d543e8e30
Fix ResponseStreamServerCancelAfter test flake
9 years ago
Nathaniel Manista
cff072247e
Merge pull request #5492 from nicolasnoble/fixing-5478
...
Copyright updates.
9 years ago
Nicolas "Pixel" Noble
68291709f4
Fixing copyrights.
9 years ago
Masood Malekghassemi
6a5e1d7e19
Merge pull request #5478 from soltanmm/catatonic
...
Address some memory hazards in Cython code
9 years ago
Bogdan Drutu
f0ca4d5c5c
Merge pull request #5441 from a-veitch/no_binary_tags
...
Remove binary tags, restrict tag characters to ASCII
9 years ago
Stanley Cheung
7700d13a98
Merge pull request #5483 from jtattermusch/csharp_protoc_bundling_fix_sanity
...
Fix sanity test for C#'s 'build_packages.bat.template'
9 years ago
Stanley Cheung
df1e05ad24
Simplify PHP installation
9 years ago
Jan Tattermusch
3742703f5f
fix sanity test
9 years ago
Jan Tattermusch
f657a50213
Merge pull request #5466 from jtattermusch/csharp_win_distribtest
...
Windows C# distribtests
9 years ago
Jan Tattermusch
3f1aa9b99a
add copyright and cleanup python code
9 years ago
Stanley Cheung
323ec9b46b
Merge pull request #5464 from jtattermusch/csharp_bundle_protoc_artifacts
...
Package protoc artifacts for all platforms in Grpc.Tools nuget
9 years ago
Jan Tattermusch
8ba6a6b321
Merge pull request #5402 from sreecha/stress_test_scripts
...
Stress test scripts to launch in GKE
9 years ago
Masood Malekghassemi
334e0ee370
Address some memory hazards in Cython code
...
Some __dealloc__ methods were calling Python methods, and some
references were being dropped on the floor instead of threaded through
gRPC core.
9 years ago
Sree Kuchibhotla
e1dd18a945
Fix copyright
9 years ago
Dan Born
ef7e42660c
Merge pull request #5405 from daniel-j-born/custom_test_creds
...
Allow new credential types to be added to tests.
9 years ago
Jan Tattermusch
fa4b163fea
windows C# distribtest
9 years ago
Jan Tattermusch
2463010ed2
package protoc artifacts for all platforms in Grpc.Tools
9 years ago
Jorge Canizales
1df086067c
Merge pull request #5465 from makdharma/coverage
...
Added a test to verify user agent prefix can be set correctly.
9 years ago
Sree Kuchibhotla
a2e48f14bd
Merge remote-tracking branch 'origin/stress_test_scripts' into stress_test_scripts
9 years ago
Sree Kuchibhotla
aadb910524
Change directory structure for the scripts (remove tools/big_query and
...
tools/gke directies and instead create tools/gcp). Move scripts around
in to the appropriate directories
9 years ago
Makarand Dharmapurikar
f1588b5154
Another nit fix..
9 years ago
Makarand Dharmapurikar
c9dbf645e4
fixed indentation and removed unnecessary empty line
9 years ago
Sree Kuchibhotla
8ed902e6f7
Change directory structure for the scripts (remove tools/big_query and
...
tools/gke directies and instead create tools/gcp). Move scripts around
in to the appropriate directories
9 years ago
Makarand Dharmapurikar
c2b3490fc5
Added a test to verify user agent prefix can be set correctly.
9 years ago
Michael Lumish
da41511f4a
Merge pull request #5447 from murgatroid99/node_windows_test_build
...
Explicitly delete node_modules directory after running tests on Windows
9 years ago
Sree Kuchibhotla
da25fdb882
Address code review comments
9 years ago
murgatroid99
606d6bfd12
Explicitly delete node_modules directory after running tests on Windows
9 years ago