Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge branch 'master' into packet-coalescing-objc | Muxi Yan | 2017-03-13 |
|\ | |||
| * | Use k-contant and add comment for encoding overhead | Muxi Yan | 2017-03-10 |
| | | |||
* | | Separate/Restore public test interfaces and internal ones | Muxi Yan | 2017-02-10 |
| | | |||
* | | Warnings and macro guards for op batch log | Muxi Yan | 2017-02-09 |
|/ | |||
* | Fix local server tests & exceptions tests | Jorge Canizales | 2016-08-01 |
| | |||
* | Update copyrights | Craig Tiller | 2016-03-31 |
| | |||
* | fix copyrights | Jan Tattermusch | 2016-01-22 |
| | |||
* | Update interop test service url to grpc-test.sandbox.googleapis.com. | Adele Zhou | 2016-01-20 |
| | |||
* | Fix documentation of tests | Jorge Canizales | 2015-10-28 |
| | |||
* | Split AllTests into 4 schemes | Jorge Canizales | 2015-10-28 |
For local running one can still tests AllTests, but for C.I. one can test the 4 of them in parallel (and, importantly, deactivate the remote interop tests until we fix them on Travis; while keeping the rest). I had to make the remote tests a subclass of an abstract InteropTests (like InteropTestsLocalSSL and InteropTestsLocalCleartext), and then deactivate the abstract InteropTests on the 4 schemes that use it. |