Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge pull request #10967 from matt-kwong/upload_results2 | Matt Kwong | 2017-05-09 |
|\ | | | | | Add option to upload Jenkins test result to BQ | ||
| * | Add option to upload Jenkins test result to BQ | Matt Kwong | 2017-05-08 |
| | | |||
* | | Bump version | Craig Tiller | 2017-05-05 |
| | | |||
* | | Fix port server on Windows | Craig Tiller | 2017-05-05 |
| | | |||
* | | Merge pull request #10985 from jtattermusch/internal_ci_failing_targets | Jan Tattermusch | 2017-05-05 |
|\ \ | |/ |/| | Improve XML reports for internal_ci. | ||
* | | Port server fixes | Craig Tiller | 2017-05-04 |
| | | | | | | | | | | - correct a couple of race conditions that could result in duplicated port assignments to different processes - enhance detection code for 'is this port in use' to be much more robust | ||
| * | show error details in internal_ci | Jan Tattermusch | 2017-05-04 |
| | | |||
| * | add error and failure count to sponge log | Jan Tattermusch | 2017-05-04 |
|/ | |||
* | reports can create subdirs | Jan Tattermusch | 2017-04-29 |
| | |||
* | Added verbose option to run_interop_test to ease tracing the commands invoked | Yong Ni | 2017-04-26 |
| | |||
* | Ensure port server can shutdown | Craig Tiller | 2017-04-25 |
| | |||
* | Add a mutex around allocate_port | Craig Tiller | 2017-04-24 |
| | |||
* | Threaded port_server | Craig Tiller | 2017-04-24 |
| | |||
* | Allow specifying a maximum run time to run_tests | Craig Tiller | 2017-04-21 |
| | |||
* | Add test filtering to performance pull requests | Matt Kwong | 2017-04-06 |
| | |||
* | fix | Craig Tiller | 2017-03-29 |
| | |||
* | Missing import | Craig Tiller | 2017-03-29 |
| | |||
* | Syntax fix | Craig Tiller | 2017-03-29 |
| | |||
* | Add python commenter module | Craig Tiller | 2017-03-29 |
| | |||
* | add http2 server test for unary calls that uses small frames and padding | Alexander Polcyn | 2017-03-22 |
| | |||
* | move health check to just before running test cases | Eric Gribkoff | 2017-03-17 |
| | |||
* | increase wait for healthy timeout | Eric Gribkoff | 2017-03-17 |
| | |||
* | check error for docker inspect | Eric Gribkoff | 2017-03-17 |
| | |||
* | add health check for http2 server | Eric Gribkoff | 2017-03-17 |
| | |||
* | Modify shebang on python scripts | Siddharth Shukla | 2017-03-12 |
| | | | | | Change shebangs to `#!/usr/bin/env python` instead of `#!/usr/bin/env python2.7`. | ||
* | Make testing scripts python3.x compatible | Siddharth Shukla | 2017-03-12 |
| | | | | | Update run_tests/*.py to use six based isomorphisms and print function from __future__ module. | ||
* | return tuple from jobset.run when skipping tests | Jan Tattermusch | 2017-03-10 |
| | |||
* | Merge pull request #9769 from ctiller/always-use-port-server | Craig Tiller | 2017-03-01 |
|\ | | | | | Always use port server | ||
* \ | Merge pull request #9812 from dgquintas/timestamp_logs | David G. Quintas | 2017-02-28 |
|\ \ | | | | | | | Timestamp test logs | ||
| | * | Merge github.com:grpc/grpc into always-use-port-server | Craig Tiller | 2017-02-28 |
| | |\ | |_|/ |/| | | |||
* | | | Add tools/internal_ci/ to test filter | Matt Kwong | 2017-02-27 |
| | | | |||
* | | | Fix interop HTML report. | Adele Zhou | 2017-02-24 |
| | | | |||
| * | | PR comments | David Garcia Quintas | 2017-02-22 |
| | | | |||
| * | | Timestamp test logs | David Garcia Quintas | 2017-02-21 |
| | | | |||
| | * | Merge branch 'traceback_port_server' of github.com:dgquintas/grpc into ↵ | Craig Tiller | 2017-02-17 |
| | |\ | |_|/ |/| | | | | | always-use-port-server | ||
| | * | Eliminate port server env var, force its use always, consolidate code | Craig Tiller | 2017-02-17 |
| |/ | |||
* / | Cleanup and better logging | David Garcia Quintas | 2017-02-16 |
|/ | |||
* | Fix port server | Craig Tiller | 2017-02-14 |
| | |||
* | Fix platform_string() usage, cut temporary space usage | Craig Tiller | 2017-02-07 |
| | |||
* | Make the microbenchmark profile gatherer run some in parallel | Craig Tiller | 2017-02-02 |
| | |||
* | Update interop html template location | Matt Kwong | 2016-12-22 |
| | |||
* | cleanup tools/run_tests directory | Jan Tattermusch | 2016-12-22 |