Jorge Canizales
6801b225a8
Repeat of commit f808eee
for interop tests
...
Trying to fix:
+ cd grpc
+ tools/jenkins/run_interop.sh
++ dirname tools/jenkins/run_interop.sh
+ cd tools/jenkins/../..
+ tools/run_tests/run_interop_tests.py -l all -s all --cloud_to_prod \
—cloud_to_prod_auth --use_docker --http2_interop -t -j 12
START: Building interop docker images.
START: build_docker_php7
Traceback (most recent call last):
File "tools/run_tests/run_interop_tests.py", line 738, in <module>
build_jobs, newline_on_success=True, maxjobs=args.jobs)
File "tools/run_tests/jobset.py", line 456, in run
if not js.start(cmdline):
File "tools/run_tests/jobset.py", line 369, in start
self._add_env)
File "tools/run_tests/jobset.py", line 218, in __init__
self.start()
File "tools/run_tests/jobset.py", line 228, in start
env = sanitized_environment(env)
File "tools/run_tests/jobset.py", line 53, in sanitized_environment
sanitized[str(key).encode()] = str(value).encode()
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 20:
ordinal not in range(128)
8 years ago
Jan Tattermusch
ebd506b7de
use 2 clients for 8core setup as well
9 years ago
Jan Tattermusch
db51bf9f81
add a new worker
9 years ago
Jan Tattermusch
9dda3fcd8a
one more typo fix
9 years ago
Jan Tattermusch
a8f72cff6e
run 32core tests even if previous tests fail
9 years ago
Jan Tattermusch
9cc9218c16
fix trivial typo
9 years ago
Jan Tattermusch
75381c5332
tiny fix
9 years ago
Jan Tattermusch
bd820c6d45
add run_full_performance.sh script
9 years ago
Jan Tattermusch
7d5111e26a
dont run go as part of smoketest
9 years ago
Jan Tattermusch
0cc2acc479
make --category smoketest explicit
9 years ago
Jan Tattermusch
1095c315f8
run netperf in smoketest as well
9 years ago
Jan Tattermusch
649d126ed3
set GOPATH when executing go worker
9 years ago
Jan Tattermusch
080ddf09ab
add a readme file
9 years ago
Jan Tattermusch
9835d4b1f7
update locations of dockerization scripts
9 years ago
Jan Tattermusch
99341e30cf
move helper script for dockerization
9 years ago
Ken Payson
0482c1046b
Python QPS Worker/initial scenarios
9 years ago
Jan Tattermusch
24b68cd62f
generate interop test Dockerfiles using templates
9 years ago
Jan Tattermusch
a6316693bc
get rid of the old homebrew/linuxbrew tests
9 years ago
Jan Tattermusch
5eacbd9814
also run node ruby and C#
9 years ago
Jan Tattermusch
b49d9e32c9
stop running latency profile in performance tests
9 years ago
vjpai
841e782ae5
Just make this into a wrapper of the broader script with C++ only
9 years ago
vjpai
29089c7b41
Deprecation of qps_driver and use of shell scripts, in progress
9 years ago
Sree Kuchibhotla
9192498a08
Java stress test docker images
9 years ago
Sree Kuchibhotla
edaa6ebae4
Go Stress test: Docker stress test images and config files to run on GKE
9 years ago
Craig Tiller
83f5a8530f
More parameterization
9 years ago
Craig Tiller
4b3fe15ef7
Allow specifying fuzzer runtime
9 years ago
Sree Kuchibhotla
7a05436ac1
New config for node. Made some changes to support node config
9 years ago
Craig Tiller
6169d5f7b0
Update copyrights
9 years ago
Sree Kuchibhotla
95a137b692
Add build type option (asan/tsan/dbg or opt)
9 years ago
Craig Tiller
1c8fc73e3b
Update symbolizer version
9 years ago
Craig Tiller
f04920bb57
Update symbolizer version
9 years ago
Craig Tiller
75e50e4fbf
Expand corpus
9 years ago
Craig Tiller
963c2b757a
Allow tracking fuzzer outputs on Jenkins
9 years ago
Craig Tiller
c2c026e843
Renames
9 years ago
Craig Tiller
655fb5751a
Pass thru config
9 years ago
Craig Tiller
32173c5c3c
First version of json fuzzer
9 years ago
Adele Zhou
28c0809ffc
chmod g+x
9 years ago
Adele Zhou
2480f98e19
Add a script to run interop tests against all versions of prod servers.
9 years ago
Vijay Pai
f5dca10896
Revert "Improve perf smoke test stability"
9 years ago
Vijay Pai
180f6dfc8d
Keep changing the ports each scenario also
9 years ago
vjpai
34fcf43d37
Restart workers in each scenario
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
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
Sree Kuchibhotla
da25fdb882
Address code review comments
9 years ago
Craig Tiller
8b7876075d
huh
9 years ago
Craig Tiller
d14d103387
Use env-var for post git step
9 years ago
murgatroid99
85b9cd9ebd
Fix name of report.xml in zip execution
9 years ago
Craig Tiller
b79c1e112e
Ensure we can compile boringssl before trying: old compiler compatibility
...
Allow compiling with openssl
9 years ago
Vijay Pai
49c5c3308c
Some more cleanup on timeout
9 years ago
Vijay Pai
3c50e70c99
Start the timeout after the build finishes
9 years ago