aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/tests
Commit message (Collapse)AuthorAge
* fix copyrightsGravatar Jan Tattermusch2016-01-22
|
* Update interop test service url to grpc-test.sandbox.googleapis.com.Gravatar Adele Zhou2016-01-20
|
* Move BoringSSL.podspec into src, and point Podfiles to itGravatar Jorge Canizales2015-12-01
|
* Merge pull request #4223 from jcanizales/filter-protobuf-warningsGravatar Michael Lumish2015-12-01
|\ | | | | Filter Protobuf nullable warnings
| * Filter Protobuf nullable warningsGravatar Jorge Canizales2015-12-01
| |
* | Adjust version requirements through samples and tests.Gravatar Jorge Canizales2015-11-25
|/
* Remove unused RouteGuideClient and move RemoteTestClient to testsGravatar Benny Wong2015-11-12
| | | | * Reference discussion: https://github.com/grpc/grpc/pull/4108#discussion-diff-44494393
* Fixup: Target name changed.Gravatar Jorge Canizales2015-10-28
|
* Fix documentation of testsGravatar Jorge Canizales2015-10-28
|
* 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.
* Remove outdated routeguide testGravatar Jorge Canizales2015-10-28
| | | Eventually all samples will be tested.
* change objcGravatar yang-g2015-10-01
|
* Removed comment from code generation and updated testsGravatar Nate Kibler2015-09-25
|
* change test tooGravatar yang-g2015-08-31
|
* replace all grpc-common occurances with examplesGravatar Stanley Cheung2015-08-27
|
* Fixed KVO testGravatar murgatroid992015-08-24
|
* Added test for responseHeaders KVO complianceGravatar murgatroid992015-08-24
|
* Put both headers and trailers in the error.userInfoGravatar Jorge Canizales2015-08-12
|
* Rename responseMetadata -> allResponseMetadataGravatar Jorge Canizales2015-08-12
|
* Rename SingleValueHandler->SingleHandler, StreamHandler->EventHandlerGravatar Jorge Canizales2015-08-12
|
* Increase test timeouts to reduce flakiness.Gravatar Jorge Canizales2015-08-09
|
* Fixup for 42898cf: Correct documentation.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.
* Rename oauth2_lowerCamel -> oauth2UpperCamelGravatar Jorge Canizales2015-08-07
|
* Exercise GRPCCall+OAuth2 in the testsGravatar Jorge Canizales2015-08-06
|
* Require very explicit registration of non-SSL hosts.Gravatar Jorge Canizales2015-08-06
|
* Use test certificates and name override for local tests :)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
|
* Run test server with and without SSLGravatar Jorge Canizales2015-08-06
|
* Formatting and documentationGravatar Jorge Canizales2015-08-03
|
* Use the protoc made when one isn’t yet installedGravatar Jorge Canizales2015-08-03
|
* Reactivate Cocoapods error outputGravatar Jorge Canizales2015-08-02
|
* Fail early and explicitly if protoc, pod, or xcodebuild are missingGravatar Jorge Canizales2015-08-02
|
* Make plugin & server, and pod install via run_tests.pyGravatar Jorge Canizales2015-07-30
|
* Generate deterministic UUIDs in the Pods projectGravatar Jorge Canizales2015-07-30
|
* Disable tests: unknown method and bad access tokenGravatar Jorge Canizales2015-07-24
| | | | They don’t work against the local server.
* Temporarily point tests to localhostGravatar Jorge Canizales2015-07-24
|
* Compile and run locally the interop C++ server before the testsGravatar Jorge Canizales2015-07-24
|
* Refer simplifying script with xctool.Gravatar Jorge Canizales2015-07-20
|
* Remove unneeded error trap.Gravatar Jorge Canizales2015-07-20
|
* Simplify xcodebuild’s output filter regexGravatar Jorge Canizales2015-07-20
|
* Test on iPhone instead of iPadGravatar Jorge Canizales2015-07-20
|
* Filter xcodebuild output, fix return code, and leave make to the podspecGravatar Jorge Canizales2015-07-20
|
* Script to build the ObjC plugin, generate code, and run testsGravatar Jorge Canizales2015-07-20
|
* Share AllTests scheme, without the local RouteGuide testsGravatar Jorge Canizales2015-07-20
|
* Remove Cocoapods warning of OTHER_LDFLAGSGravatar Jorge Canizales2015-07-18
| | | | We don’t use the Tests library target anyway.
* id<GRXWriter> -> GRXWriter * in the testsGravatar Jorge Canizales2015-07-17
|
* Increase timeout of tests to remove flakes.Gravatar Jorge Canizales2015-07-15
|
* Merge pull request #2302 from jcanizales/point-to-protobuf-headGravatar Michael Lumish2015-07-08
|\ | | | | Point tests to protobuf head