interop-test: Opt-in GKE tests && Remove duplicated GCE tests (v1.39.x backport)#9202
Merged
ejona86 merged 11 commits intogrpc:v1.39.xfrom May 27, 2022
Merged
interop-test: Opt-in GKE tests && Remove duplicated GCE tests (v1.39.x backport)#9202ejona86 merged 11 commits intogrpc:v1.39.xfrom
ejona86 merged 11 commits intogrpc:v1.39.xfrom
Conversation
Contributor
Author
|
Retry test cases in xds-url-map failed because Retry is only supported after v1.39.x: https://github.com/grpc/grpc/blob/master/doc/grpc_xds_features.md The Retry test cases require >v1.40.x for C++, Python, Java, and >v1.41.x for Go: https://github.com/grpc/grpc/blob/master/tools/run_tests/xds_k8s_test_driver/tests/url_map/retry_test.py#L69 This is expected, because we are triggering |
Contributor
Author
|
Test re-triggered: |
The test driver install script is read directly from the core repo master branch and the copy in the Java repo is deleted.
This test suite is only fully enabled for C++ and Python at this moment. This commit enables the rest of the test suite for grpc-java. * change_backend_service_test * failover_test * remove_neg_test * round_robin_test * affinity_test
We are solving the issue of grpc/grpc delaying the release, causing GCE tests to fail. Updating the master branch prevents similar cases from happening. Tested: [prod:grpc/java/master/branch/xds_v3](http://sponge/010f5353-e65e-4b1a-b6d3-f5a84e31546b)
Related PR grpc/grpc#26764 Related CL cl/386366746 This test suite will be run every 6 hours, and takes around 30 minutes. The script is copied from xds-k8s.sh, and removed the generation of server image.
As title. We recently had one flake caused by the Kokoro job timeout.
Member
ejona86
approved these changes
May 27, 2022
Contributor
Author
|
There is one line of code change, so re-triggering the xDS tests: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backports #8400 #8573 #8534 #8340 #8344 #8429 #8534 #8888 #8998 #8982 #9199.