Menghan Li
3e34e3aac7
xds/testing: print timestamp of commands in xds tests cripts to help debug timeout failures ( #27000 )
...
* xds/testing: print timestamp of commands in xds tests cripts to help debug timeout failures
There were recently many kokoro timeout, after job running for 6 hours.
In those, the run_xds_tests.py only ran less then 2 hours.
There was no enough timestamp to find what was taking so long (either
run_xds_tests.py is stuck, or something before it took too long). This
should add more timestamps to help debug.
* print script start time
* format
3 years ago
Jan Tattermusch
156edd687e
set xds user agent name everywhere where grpc_csharp_ext is built ( #26337 )
...
* set xds user agent name everywhere where grpc_csharp_ext is built
* regenerate projects
4 years ago
Lidi Zheng
25f5399b41
Add grpcio-admin Python package ( #26166 )
...
* Add grpcio-admin Python package
* Polish package content
* Make Linux artifact build happy
* Improve documentation
4 years ago
Lidi Zheng
dc63d6a53e
Add CSDS API to Python ( #26114 )
...
* Add grpcio-csds pacakge
* Remove unused file
* Fix the proto import path issue
* Update the CSDS package and xds-protos for PY2
* Make tests happy
* Fix Bazel proto dependency
* Add Python2 tests for CSDS
4 years ago
Lidi Zheng
0b8cb0227b
Upgrade setuptools and ProtoBuf Python in prep_xds.sh ( #26029 )
...
* Upgrade
* Trick Kokoro to run xDS test
* Restore grpc_python_bazel_test.cfg
* Update protobuf
* Add extra layer of protection
4 years ago
Lidi Zheng
3625d9f75e
Update the Python dependency for xDS interop test ( #26024 )
...
`xds-protos` includes all the generated Python files for Envoy protos, which is required by Envoy.
4 years ago
Richard Belleville
1437dc9816
Fix pypa link ( #25647 )
...
* Fix pypa link
* And 3.5 as well
4 years ago
Donna Dionne
a734650728
Modify build_python.sh because get-pip.py has moved.
4 years ago
Jan Tattermusch
113f5e89b5
build_ruby.sh: build Debug protoc on config=dbg
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
Lidi Zheng
5527e0f328
Simplify the check with existing if
4 years ago
Lidi Zheng
0bd1c6ae28
Check $VENV_PYTHON instead of python
4 years ago
Lidi Zheng
c45f50581b
Don't install enum34 for non-2.7 Python
4 years ago
Eric Gribkoff
034cdbeb07
Merge pull request #24094 from ericgribkoff/xds_python3.6
...
xds tests: pin grpcio and grpc-tools to 1.31.0
4 years ago
Eric Gribkoff
a6a7755c3f
Pin grpcio and grpc-tools to 1.31.0
...
Can remove when https://github.com/grpc/grpc/pull/24094 is in a patch
release
4 years ago
Lidi Zheng
c8fa1c9978
Pin setuptools in one more location
4 years ago
Menghan Li
ccc8f50504
Merge pull request #23923 from menghanl/xds_test_set_serving_status
4 years ago
Menghan Li
a7dc27d4e9
xds testing: check serving status is set correctly
...
And print what status was set. This helps debugging when the test fails
4 years ago
Jan Tattermusch
c67db2e8eb
fix pre_build_cmake.bat
4 years ago
Jan Tattermusch
31fa9a3530
switch run_tests.py C/C++ tests to cmake
4 years ago
Alexander Polcyn
9b4ef62cb9
Split up run_ruby_end2end_tests.sh into more granular test targets
4 years ago
Alexander Polcyn
0bfbea06bc
Fix use-after-free in ruby call creds
4 years ago
Alexander Polcyn
95387716dc
Make sure call creds user callbacks can't kill the ruby call credentials thread
4 years ago
Alexander Polcyn
b88c0a22c7
Fix use-after-free in ruby call creds
4 years ago
Lidi Zheng
281f80aeab
Install rsa==4.0 to avoid the egg cache race issue
4 years ago
Lidi Zheng
a5d2f719bd
Trust google-auth library will handle their dependency properly
4 years ago
Lidi Zheng
18054754c5
Install rsa==4.0 to avoid the egg cache race issue
5 years ago
Lidi Zheng
43a574d1ae
Trust google-auth library will handle their dependency properly
5 years ago
Lidi Zheng
3f9e2148eb
Fix typo ras -> rsa
5 years ago
Lidi Zheng
25491305ff
Pin to 4.3 instead of 4.0
5 years ago
Lidi Zheng
9a3ae47658
Pump up the minimum version of google-auth to 1.17.1
5 years ago
Richard Belleville
1c1321ddea
Indentation
5 years ago
Richard Belleville
dbf3bb31cd
Shellcheck
5 years ago
Richard Belleville
fb2b2122ac
Add quotes
5 years ago
Richard Belleville
9344a259b5
Fix MacOS Python 3.5 gevent build
5 years ago
Eric Gribkoff
86568c4de2
Update pip before installing grpcio
5 years ago
Jan Tattermusch
326939fb64
temporarily disable node tests
5 years ago
Eric Gribkoff
704415e252
Add params for running in other test environments
5 years ago
Lidi Zheng
b2f72702c9
Pin virtualenv to 16.7.9
5 years ago
Eric Gribkoff
31fa9550e5
Add runner script for xDS integration tests
5 years ago
Lidi Zheng
fe919dd71e
Pin to 19.3.1
5 years ago
Lidi Zheng
f692cf520a
Upgrade the Cython version whenever we can
5 years ago
Lidi Zheng
61d463672d
Windows' gevent is always special!
5 years ago
Lidi Zheng
52b5c5a575
Make shellcheck happy
5 years ago
Lidi Zheng
ac6d942a5b
Make the speed up of compilation automatic on Linux
5 years ago
Lidi Zheng
c66bdcdbe0
Unblock the compilation speed up
5 years ago
Mike Moore
b132c34c61
Allow loading grpc/errors before grpc
5 years ago
Tommy Chen
39ac83a49e
ruby-sigint ready to be merged!
6 years ago
Lidi Zheng
45b3230ef2
Add grpcio-status extension package
...
* The new package has 2 API `from_call` and `to_status`
* Utilize the experimental API `abort_with_status`
* Add 5 unit test cases
6 years ago