diff options
author | Alexander Polcyn <apolcyn@google.com> | 2018-05-25 12:49:54 -0700 |
---|---|---|
committer | Alexander Polcyn <apolcyn@google.com> | 2018-05-25 12:49:54 -0700 |
commit | 59d8f7317fd5eb0ab9883a738435fbe4b5374c95 (patch) | |
tree | 37703f55700e6bcc9a031c1408a40af46c743ba7 /test | |
parent | fd1a6604ab91cd05b4dcc5d886239c9e779482e1 (diff) |
Remove README
Diffstat (limited to 'test')
-rw-r--r-- | test/cpp/naming/README.md | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/test/cpp/naming/README.md b/test/cpp/naming/README.md deleted file mode 100644 index e0dd208465..0000000000 --- a/test/cpp/naming/README.md +++ /dev/null @@ -1,43 +0,0 @@ -# Resolver Tests - -This directory has tests and infrastructure for unit tests and GCE -integration tests of gRPC resolver functionality. - -There are two different tests here: - -## Resolver unit tests (resolver "component" tests) - -These tests run per-change, along with the rest of the grpc unit tests. -They query a local testing DNS server. - -## GCE integration tests - -These tests use the same test binary and the same test records -as the unit tests, but they run against GCE DNS (this is done by -running the test on a GCE instance and not specifying an authority -in uris). These tests run in a background job, which needs to be -actively monitored. - -## Making changes to test records - -After making a change to `resolver_test_record_groups.yaml`: - -1. Increment the "version number" in the `resolver_tests_common_zone_name` - DNS zone (this is a yaml field at the top - of `resolver_test_record_groups.yaml`). - -2. Regenerate projects. - -3. From the repo root, run: - -``` -$ test/cpp/naming/create_private_dns_zone.sh -$ test/cpp/naming/private_dns_zone_init.sh -``` - -Note that these commands must be ran in environment that -has access to the grpc-testing GCE project. - -If everything runs smoothly, then once the change is merged, -the GCE DNS integration testing job will transition to the -new records and continue passing. |