aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/tests/InteropTests.m
Commit message (Collapse)AuthorAge
* Add interface to API to enable compressionGravatar Muxi Yan2017-12-21
|
* Verbose log of start of each test suiteGravatar Muxi Yan2017-11-30
|
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|
* Restore Cronet test accidentally removedGravatar Muxi Yan2017-04-09
|
* Merge branch 'master' into packet-coalescing-objcGravatar Muxi Yan2017-03-13
|\
| * Add comment to encodingOverheadGravatar Muxi Yan2017-03-08
| |
| * Use the right encoding overhead number in remote interop test with CronetGravatar Muxi Yan2017-03-08
| |
* | Add comments to packet coalescing testGravatar Muxi Yan2017-03-07
| |
* | Separate/Restore public test interfaces and internal onesGravatar Muxi Yan2017-02-10
| |
* | Warnings and macro guards for op batch logGravatar Muxi Yan2017-02-09
| |
| * Add Cronet remote interop test to JenkinsGravatar Muxi Yan2017-02-09
| |
* | Only test the ObjC layerGravatar Muxi Yan2017-02-08
| |
* | Packet coalescing Objc layer and interop testsGravatar Muxi Yan2017-01-04
|/
* Use unified test timeoutsGravatar Muxi Yan2016-12-05
|
* Fix InteropTests.m bugGravatar Muxi Yan2016-10-13
|
* Fix objective-C test case.Gravatar Mark D. Roth2016-08-31
|
* Fix local server tests & exceptions testsGravatar Jorge Canizales2016-08-01
|
* Better names for the methods to clear all host settingsGravatar Jorge Canizales2016-07-29
|
* Leave improving the error message as a TODOGravatar Jorge Canizales2016-07-29
|
* Let override default response size limitGravatar Jorge Canizales2016-07-28
| | | Still missing: Catch the C-library error to improve the error message.
* removed unneeded import. fixes travis buildGravatar Makarand Dharmapurikar2016-07-08
|
* fixes #7219Gravatar Makarand Dharmapurikar2016-07-08
| | | | | | | Modified objc plugin to add two types of import statements for well known protos. Deleted unnecessary empty.proto as we'll be using wellknown empty.proto Modified test to use the well known empty.proto.
* Merge pull request #6378 from jcanizales/let-invalidate-channelsGravatar Jan Tattermusch2016-06-30
|\ | | | | Add a maybe-temporary way for apps to clear the channel cache
* | Fix InteropTests.mGravatar Yuchen Zeng2016-06-24
| |
| * Ignore deprecation warning in the test of deprecated featureGravatar Jorge Canizales2016-06-24
| |
| * Merge master into let-invalidate-channelsGravatar Jorge Canizales2016-06-24
| |\ | | | | | | | | | | | | Had to manually resolve import conflicts in InteropTests.m To be fair, the merge algorithm should have been able to do it.
* | | Fix format issuesGravatar Yuchen Zeng2016-06-21
| |/ |/|
* | Fixed format issuesGravatar Yuchen Zeng2016-06-21
| |
* | Enable treating warnings as errors in objc testsGravatar Yuchen Zeng2016-06-15
| |
* | Style guide related feedback fixes.Gravatar Makarand Dharmapurikar2016-05-26
| |
* | Slight change to surface API.Gravatar Makarand Dharmapurikar2016-05-25
| |
* | Cosmetic changes to address feedback.Gravatar Makarand Dharmapurikar2016-05-25
| |
* | ObjC interface for using Cronet, and test for CronetGravatar Makarand Dharmapurikar2016-05-20
| |
* | Test that GRPCCall transitions states properlyGravatar Jorge Canizales2016-04-30
| |
| * Smoke test that things still work after “closeOpenConnections”Gravatar Jorge Canizales2016-04-29
|/
* Split AllTests into 4 schemesGravatar Jorge Canizales2015-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.
* Removed comment from code generation and updated testsGravatar Nate Kibler2015-09-25
|
* Increase test timeouts to reduce flakiness.Gravatar Jorge Canizales2015-08-09
|
* Add remote interop tests to the suite of tests.Gravatar Jorge Canizales2015-08-09
| | | | | This would have caught the encoding problem with the default root certificates.
* Require very explicit registration of non-SSL hosts.Gravatar Jorge Canizales2015-08-06
|
* Subclass InteropTests to later repeat the tests using SSLGravatar Jorge Canizales2015-08-06
|
* Make the host of interop tests modifiable per-classGravatar Jorge Canizales2015-08-06
|
* Temporarily point tests to localhostGravatar Jorge Canizales2015-07-24
|
* id<GRXWriter> -> GRXWriter * in the testsGravatar Jorge Canizales2015-07-17
|
* Increase timeout of tests to remove flakes.Gravatar Jorge Canizales2015-07-15
|
* Changed argument names in Objective-C generated codeGravatar murgatroid992015-06-25
|
* Import headers based on path in the tests projectGravatar Jorge Canizales2015-06-23
| | | | Part of fixing https://github.com/grpc/grpc/issues/2192
* Add RemoteProtoTests as InteropTests to tests projectGravatar Jorge Canizales2015-05-30