Jan Tattermusch
79cc237947
regenerate projects
4 years ago
Stanley Cheung
4eee6f3177
Fix Ruby xDS tests
4 years ago
Richard Belleville
aa90c5f9fe
Whoops
4 years ago
Richard Belleville
fbcf75e0ec
Support Python 2 as well
4 years ago
Sergii Tkachenko
bceb9aaece
xds v3
4 years ago
Sergii Tkachenko
fc28cd590c
Generate server xDS label selector
4 years ago
Richard Belleville
9b9bb299c5
Fix visibility of libprotobuf symbols in protoc_compiler.so on Mac
4 years ago
Donna Dionne
4f8ed98f3e
Xds cluster resolver
...
Implemented new xds cluster resolver config
Separated policy and discovery mechanism
4 years ago
Sergii Tkachenko
c4305a7031
Fix Copyrights
4 years ago
Sergii Tkachenko
b87ac434f6
Copyright 2016 -> 2020
4 years ago
Sergii Tkachenko
f0533461b9
use older yapf==0.28.0
4 years ago
Sergii Tkachenko
28a6f740f5
yapf autoformat
4 years ago
Sergii Tkachenko
86f8792136
xDS Kubernetes Interop Test Driver
4 years ago
Lidi Zheng
b278d9893d
Upgrade to Bazel 3.7.1
4 years ago
Jan Tattermusch
1aca2ee646
regenerate testcases file for go1.34
4 years ago
Jan Tattermusch
113f5e89b5
build_ruby.sh: build Debug protoc on config=dbg
4 years ago
Jan Tattermusch
64e33aa505
cmake not needed for grpc_interop_ruby
4 years ago
Esun Kim
ab44f737ec
py2to3 sanity scripts
4 years ago
Lidi Zheng
7b8ca91178
Increase Python job timeout to deflake build extra job
4 years ago
Menghan Li
01fc101b19
xds testing: more header matchers testsr
...
- prefix
- suffix
- invert(of exact)
4 years ago
Jan Tattermusch
b4007c1cbc
fix bloat_diff.py
4 years ago
Jan Tattermusch
e5b2edd188
fix grpc_android.sh
4 years ago
Lidi Zheng
25b3662c6e
Update pyOpenSSL with cryptography
4 years ago
Lidi Zheng
fd05dcef50
Upgrade pyOpenSSL explicitly
4 years ago
Lidi Zheng
2c302b9089
Try force install Python 3.7
4 years ago
Jan Tattermusch
fc2ea4d54a
upgrade ruby image in run_tests.py
4 years ago
Jan Tattermusch
c5c123efc9
add cmake to ruby dockerfiles
4 years ago
Jan Tattermusch
a35cd4f89d
build protoc artifacts with cmake
4 years ago
Yash Tibrewal
c9e99945ec
Add SANs matching for xDS credentials
4 years ago
Alexander Polcyn
70f3a25125
Delete unused grpclb-in-dns interop test suite
4 years ago
Jan Tattermusch
2a81e0cd3e
remove obsolete failure detection scripts
4 years ago
Richard Belleville
9c0497a0b0
Yapf. Index from beginning
4 years ago
Richard Belleville
38124ab0c6
Review comments
4 years ago
Esun Kim
8bbe583703
Fix pecl problem
4 years ago
Richard Belleville
010d62175e
Pin protobuf version dependency for grpcio-tools
4 years ago
Esun Kim
7b768dfa8d
Added PREPARE_BUILD_INSTALL_DEPS_PHP to distribtests
4 years ago
dapeng-mi
965aa55c9e
Bug fix: add __lt__ method for JobSpec class.
...
Another exception is found when running "./tools/run_tests/run_tests.py
-l c++ -c dbg" test in python3 environment. The exception complains
the "<" method is not supported when calling sorted() function to sort
the JobSpec class.
Here is the exception.
./tools/run_tests/run_tests.py -l c++ -c dbg
PASSED: make [time=1.6sec, retries=0:0]
Omitting EPOLLEXCLUSIVE tests
2020-12-01 10:49:42,122 detected port server running version 21
2020-12-01 10:49:42,182 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 425, in test_specs
return sorted(out)
TypeError: '<' not supported between instances of 'JobSpec' and 'JobSpec'
Signed-off-by: dapeng-mi <clark_mdp@163.com>
4 years ago
Yulin Liang
f98516663a
Add the new release to interop matrix.
4 years ago
Esun Kim
3a01cfd126
Conditional python installation
4 years ago
Esun Kim
ead79e794d
Update prepare_build_macos_rc
4 years ago
Esun Kim
7018288758
Check sha256
4 years ago
Esun Kim
76afc77ff6
Update PHP & Ruby Mac BUILD
4 years ago
Esun Kim
9e7e38dd69
Less log for run_clang_tidy
4 years ago
Esun Kim
0bbda0f529
Add include directory to clang-tidy
4 years ago
Doug Fawley
9b3c03bff5
Add v1.34.0 release of grpc-go to interop matrix
4 years ago
Esun Kim
7d7c3cc711
Update by review
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
8b775834d6
add "scenarios" top level element
4 years ago
Chengyuan Zhang
24ddbcbab3
Add grpc-java v1.34.0 to client matrix.
4 years ago