Vijay Pai
ded0493108
Merge pull request #24875 from grpc/vjpai-patch-2
...
Mark a variable const for self-documentation
4 years ago
Vijay Pai
7a696ff07c
Explain why spinlock doesn't deadlock under cooperative multithreading
4 years ago
Stanley Cheung
390506c769
Merge pull request #24883 from stanley-cheung/ruby-regenerate-protos
...
Re-generate protos for Ruby
4 years ago
Vijay Pai
283d418ab0
Document that spinlock holder may not block
4 years ago
Esun Kim
7d7c3cc711
Update by review
4 years ago
Stanley Cheung
6c142d76de
Re-generate protos for Ruby
4 years ago
Stanley Cheung
b1737f23b9
Merge pull request #24880 from stanley-cheung/php-regenerate-protos
...
Re-generate protos for PHP
4 years ago
Chengyuan Zhang
9dc59a29a1
Merge pull request #24877 from voidzcy/release/add_grpc_java_1_34_0_to_client_matrix
...
Add grpc-java v1.34.0 to client matrix
4 years ago
Jan Tattermusch
db521f52f9
fixup shellcheck problem
4 years ago
Jan Tattermusch
94ccbef5ea
skip packaging macos x86 protoc in grpc-tools gem
4 years ago
Jan Tattermusch
de8892898e
Merge pull request #24590 from jtattermusch/scenario_json_export_tool
...
Add a simple export tool for JSON performance scenarios
4 years ago
Jan Tattermusch
103dfc53c8
Merge pull request #24882 from stanley-cheung/php-windows-fix-upmerge
...
PHP: fix windows build error
4 years ago
Jan Tattermusch
8b775834d6
add "scenarios" top level element
4 years ago
Yash Tibrewal
d7b70c3ea2
Merge pull request #24874 from yashykt/xdssecdatarace
...
Register certificate provider factories after init
4 years ago
Stanley Cheung
0b7bd78ee5
PHP: fix windows build error
4 years ago
Stanley Cheung
f1e7e405b6
Re-generate protos for PHP
4 years ago
Chengyuan Zhang
24ddbcbab3
Add grpc-java v1.34.0 to client matrix.
4 years ago
Vijay Pai
638c34ceba
Merge pull request #24864 from vjpai/server_context_base_unlock
...
Delay ServerContextBase unref until lock freed since it could delete the object
4 years ago
Vijay Pai
33d7150992
Mark a variable const for self-documentation
4 years ago
Yash Tibrewal
096b2324e1
Experimental API for XdsServerCredentials
4 years ago
Yash Tibrewal
b08861b60f
Register certificate provider factories after init
4 years ago
yulin liang
64c6cfc791
Merge pull request #24871 from jtattermusch/backport_24831
...
Backport #24831 to v1.34.x (to fix interop tests build)
4 years ago
Vijay Pai
83eab334a3
Delay ServerContextBase unref until lock freed since it could delete
4 years ago
Jan Tattermusch
4d01188e5c
restore go1.8 image
4 years ago
Jan Tattermusch
985ce73b41
remove unused go1.7 image
4 years ago
Jan Tattermusch
7f08fc203a
generate go build_interop.sh from the template
4 years ago
Easwar Swaminathan
29d29b8ef2
try setting GO111MODULE in interop test runner
4 years ago
Easwar Swaminathan
f520a45ccb
remove calls to deps
4 years ago
Easwar Swaminathan
ef191718d1
interop: Enable Go modules support
4 years ago
Jan Tattermusch
f46bd7f80d
stop building protoc x86 artifacts on macos
4 years ago
Mark D. Roth
d6298ed3dc
Merge pull request #24806 from markdroth/client_channel_split0
...
Eliminate ResolvingLoadBalancingPolicy.
4 years ago
Jan Tattermusch
2dc98b1e4c
Merge pull request #24831 from easwars/gomod
...
interop: Enable Go modules support
4 years ago
Jan Tattermusch
b29676dec5
restore go1.8 image
4 years ago
Jan Tattermusch
1fb53d9698
remove unused go1.7 image
4 years ago
Jan Tattermusch
0f2385a28d
generate go build_interop.sh from the template
4 years ago
Eric Gribkoff
8e824ab3f5
Merge pull request #24862 from ericgribkoff/fix_fallback_behavior
...
Do not try to generate unique suffix when keep_gcp_resources is set
4 years ago
Eric Gribkoff
057c1d1faf
Do not try to generate unique suffix when keep_gcp_resources is set
4 years ago
dapeng-mi
0df5a6007e
Bug fix: decode bytes object to string for subprocess.check_output output.
...
When running test "./tools/run_tests/run_tests.py -l c++ -c dbg" in python3
environment, the following exception is observed.
./tools/run_tests/run_tests.py -l c++ -c dbg
PASSED: make [time=114.9sec, retries=0:0]
Omitting EPOLLEXCLUSIVE tests
2020-12-01 10:45:40,806 detected port server running version 21
2020-12-01 10:45:40,866 my port server is version 21
Traceback (most recent call last):
File "./tools/run_tests/run_tests.py", line 1919, in <module>
build_only=args.build_only)
File "./tools/run_tests/run_tests.py", line 1800, in _build_and_run
one_run = set(spec for language in languages
File "./tools/run_tests/run_tests.py", line 1801, in <genexpr>
for spec in language.test_specs()
File "./tools/run_tests/run_tests.py", line 383, in test_specs
for line in tests.split('\n'):
TypeError: a bytes-like object is required, not 'str'
Signed-off-by: dapeng-mi <clark_mdp@163.com>
4 years ago
Lidi Zheng
1eeeaf6df5
Merge pull request #24737 from chalin/patch-3
...
Simplify src/core/README.md
4 years ago
Yash Tibrewal
b0d06d73c8
Merge pull request #24858 from yashykt/xdsclientseccont
...
xds_end2end_test cleanup from #24643
4 years ago
Esun Kim
e0d8c498a6
C++ cast for others
4 years ago
Esun Kim
d2bff16c25
C++ cast for char*
4 years ago
Esun Kim
2ff84ed8c2
C++ cast for void*
4 years ago
Esun Kim
ec0b88a5d7
Fix google-readability-casting
4 years ago
Esun Kim
f81a97419c
Enable google-readability-casting
4 years ago
Esun Kim
3d4bb01e1d
Merge pull request #24826 from veblush/tidy-readability-inconsistent-declaration-parameter-name
...
[Clang-Tidy] readability-inconsistent-declaration-parameter-name
4 years ago
Easwar Swaminathan
3208a98787
try setting GO111MODULE in interop test runner
4 years ago
Mark D. Roth
7dd2197f5f
Change repo manager to nicolasnoble.
4 years ago
yulin liang
e379161af9
Merge pull request #24857 from yulin-liang/v1.34.x
...
Bump version to v1.33.0.
4 years ago
Yash Tibrewal
f635d9deeb
xds_end2end_test cleanup from #24643
4 years ago