| Google App Engine interop tests |
| ===================================== |
| This directory contains interop tests that runs in Google App Engine |
| ========================== |
| - Install the Google Cloud SDK and ensure that `gcloud` is in the path |
| - Set up an [App Engine app](https://appengine.google.com) with your |
| - Associate your `gcloud` environment with your app: |
| # Associate this codebase with a GAE project |
| $ gcloud config set project PROJECT_ID |
| ========================== |
| You can run the gradle task to execute the interop tests. |
| $ ../../gradlew runInteropTestRemote |
| # Or run one of these from the root gRPC Java directory: |
| $ ./gradlew :grpc-gae-interop-testing-jdk8:runInteropTestRemote |
| You can also browse to `http://${PROJECT_ID}.appspot.google.com` to |
| see the result of the interop test. |
| ========================== |
| You can find the server side logs by logging into |
| `http://appengine.google.com` and scrolling down to the section titled |
| `Application Errors` and `Server Errors`. |
| Click on the `/` URI to view the log entries for each test run. |