Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Enable C++ negative http2 test | Eric Gribkoff | 2017-03-01 |
| | |||
* | Enable python negative http2 test | Noah Eisen | 2017-02-28 |
| | |||
* | Enable Go negative http2 interop test | Noah Eisen | 2017-02-27 |
| | |||
* | Only run bad http2 server tests with supported client/server pairs. | Adele Zhou | 2017-02-24 |
| | |||
* | comment out python temporarily | Adele Zhou | 2017-02-24 |
| | |||
* | Fix interop HTML report. | Adele Zhou | 2017-02-24 |
| | |||
* | Update name of Python negative interop test | ncteisen | 2017-01-20 |
| | |||
* | Update path to http2 Java test client | Eric Gribkoff | 2017-01-20 |
| | |||
* | merge | Adele Zhou | 2017-01-17 |
| | |||
* | Merge pull request #9298 from makdharma/http2_badserver_interop | makdharma | 2017-01-12 |
|\ | | | | | added ability to run bad-server http2 tests | ||
| * | minor fix | Makarand Dharmapurikar | 2017-01-11 |
| | | |||
| * | addressed feedback | Makarand Dharmapurikar | 2017-01-10 |
| | | | | | | | | created separate class for Http2Server. | ||
| * | added ability to run bad-server http2 tests | Makarand Dharmapurikar | 2017-01-10 |
| | | |||
* | | Change interop test infra to run new Ruby tests | ncteisen | 2017-01-10 |
|/ | |||
* | Enable advanced Java interop tests. | Eric Gribkoff | 2017-01-06 |
| | | | | | | | | | | | Add response parameters to custom_metadata streaming request for Node and PHP clients. The Java server does not respond with separate initial and trailing metadata when there is no response data - it is only emiting the requested trailing metadata. Adding the response parameters to the test (in accordance with the specification) avoids this, but I will open a separate issue to investigate the Java behavior. | ||
* | cleanup tools/run_tests directory | Jan Tattermusch | 2016-12-22 |
| | |||
* | Merge branch 'master' of https://github.com/grpc/grpc into go_advanced_interop | Noah Eisen | 2016-11-23 |
|\ | |||
| * | stop using login shell for invoking interop tests | Jan Tattermusch | 2016-11-18 |
| | | |||
| * | ruby doesnt need login shell | Jan Tattermusch | 2016-11-18 |
| | | |||
| * | node doesnt need login shell | Jan Tattermusch | 2016-11-18 |
| | | |||
* | | Update interop test infrastructure to call advanced go tests | Noah Eisen | 2016-11-11 |
|/ | |||
* | Update infrastructure to call new unimplemented_service interop test | Noah Eisen | 2016-10-27 |
| | |||
* | Implement the advanced interop tests for Python | Noah Eisen | 2016-10-25 |
| | | | | | | | Add the code for three new interop tests: unimplemented_method, unimplemented_service, and custom_metadata. Fix and refactor the code for status_code_and_message. | ||
* | All current interop tests are implemented for C++ client and server. Updated ↵ | Noah Eisen | 2016-10-18 |
| | | | | run_interop_tests.py so that C++ no longer skips any tests | ||
* | Merge remote-tracking branch 'upstream/master' into run_interop_tests_go | Mark D. Roth | 2016-09-30 |
|\ | |||
| * | enable runing C# interop tests under coreclr | Jan Tattermusch | 2016-09-09 |
| | | |||
* | | Merge remote-tracking branch 'upstream/master' into run_interop_tests_go | Mark D. Roth | 2016-08-26 |
|\ \ | |||
| | * | Use the VIP that routes to GFE. | Adele Zhou | 2016-08-25 |
| |/ | |||
| * | fix_interop_server_arg | Adele Zhou | 2016-08-16 |
| | | |||
| * | php: add php7 to jenkins basic and interop tests | Stanley Cheung | 2016-07-23 |
| | | |||
| * | Merge pull request #7347 from apolcyn/add_ruby_client_compression_interop_tests | kpayson64 | 2016-07-15 |
| |\ | | | | | | | Add ruby client compression interop tests | ||
| | * | added ruby client compression interop tests | Alexander Polcyn | 2016-07-12 |
| | | | |||
| * | | Make testing toolchain python 3.x compliant | siddharthshukla | 2016-07-12 |
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | six is necessary for making these scripts cross compatible between python 2.x and 3.x Changes: Add six to python_deps.include Include python_deps.include to all Dockerfile templates in test directory Include python_deps.include to all Dockerfile templates in stress_test directory Include python_deps.include to all Dockerfile templates in interop_test directory Replace print statements with print function calls (from futute..) Replace .iteritems() with .items() wherever necessary use six.moves to import BaseHTTPServer Generate new dockerfiles using generate_projects.sh | ||
* | | Fix C++ status_code_and_message test to comply with the spec. | Mark D. Roth | 2016-07-07 |
| | | | | | | | | Enable C++ test in run_interop_tests.py. | ||
| * | Make running individual Python tests less painful | Masood Malekghassemi | 2016-07-01 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before this change, running Python tests individually required building a tox environment via the run_tests script and then specifying long environment variables to filter out just the test we wanted to run (and then we wouldn't be able to get the output on interrupt, nor would we have an easy way of determining the PID of the process for debugger attachment). Now invoking the build_python.sh script creates a workable python virtual environment that includes all necessary libraries and tests (s.t. running a single test is now possible by just knowing the module name). This does not change existing supported means of running tests (e.g. through run_tests.py). An additional way of running individual tests has been introduced. Following invocation of `./tools/run_tests/build_python.sh` (or run_tests.py), one may invoke ./$VENV/bin/python -m $TEST_MODULE_NAME and acquire a single running process that *is* the test process (rather than a parent of the process). $VENV is the virtual environment name specified to `build_python.sh` (defaults to `py27`) and $TEST_MODULE_NAME is what it says on the tin. | ||
* | | Change run_interop_tests.py to run status_code_and_message test for Go. | Mark D. Roth | 2016-07-01 |
| | | |||
| * | Fix bug with override_server flag in run_interop_tests.py | murgatroid99 | 2016-06-27 |
| | | |||
| * | enable client compression interop tests for C# | Jan Tattermusch | 2016-06-22 |
|/ | |||
* | added freaking missing comma | David Garcia Quintas | 2016-06-21 |
| | |||
* | updated the interop tests driver | David Garcia Quintas | 2016-06-21 |
| | |||
* | php: run advanced interop tests | Stanley Cheung | 2016-06-17 |
| | |||
* | Added python jwt_token_creds interop test | Ken Payson | 2016-06-07 |
| | |||
* | Added google call creds/per_rpc interop tests | Ken Payson | 2016-05-18 |
| | |||
* | Fixed compression interop and re-enable for C++. | David Garcia Quintas | 2016-05-05 |
| | | | | | Also added some defense in depth for compression algorithms in the receive path. | ||
* | update locations of dockerization scripts | Jan Tattermusch | 2016-05-03 |
| | |||
* | run all implemented C# interop tests | Jan Tattermusch | 2016-04-27 |
| | |||
* | Merge pull request #6229 from grpc/python_test_proto_gen | Jan Tattermusch | 2016-04-26 |
|\ | | | | | Changed python proto build to use shared protos | ||
| * | Changed python proto build to use shared protos | Ken Payson | 2016-04-26 |
| | | |||
* | | Simplified ruby interop test files | murgatroid99 | 2016-04-21 |
|/ | |||
* | Update copyrights | Craig Tiller | 2016-03-31 |
| |