aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/jenkins/run_interop.sh
Commit message (Collapse)AuthorAge
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|
* add http2 server test for unary calls that uses small frames and paddingGravatar Alexander Polcyn2017-03-22
|
* move health check to just before running test casesGravatar Eric Gribkoff2017-03-17
|
* reenable health check, disable other interop testsGravatar Eric Gribkoff2017-03-17
|
* Fix interop HTML report.Gravatar Adele Zhou2017-02-24
|
* add http2 interop tests to JenkinsGravatar Makarand Dharmapurikar2017-01-24
|
* Repeat of commit f808eee for interop testsGravatar Jorge Canizales2016-08-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* Enable interop tests for http2Gravatar Carl Mastrangelo2015-11-06
|
* adjust paralellism and timeoutsGravatar Jan Tattermusch2015-10-22
|
* enable cloud to prod auth testsGravatar Jan Tattermusch2015-10-14
|
* fix a nitGravatar Jan Tattermusch2015-10-13
|
* enable propagating per-jenkins job argsGravatar Jan Tattermusch2015-10-13
|
* use recommended syntax for command subtitutionGravatar Jan Tattermusch2015-10-13
|
* add run_interop.sh jenins scriptGravatar Jan Tattermusch2015-10-13