From a6a999e3ebb0ab75a32d4389d33d58a18e8f5688 Mon Sep 17 00:00:00 2001 From: Xuan Wang Date: Wed, 23 Oct 2024 12:13:50 -0700 Subject: [PATCH] Revert "Exclude remove_neg_test from Dualstack test suite" (#138) Reverts grpc/psm-interop#133 We removed `test_remove_neg` from tests because we're seeing an issue where healthy endpoints were not present in EDS response, looks like the issue was fixed somehow, this case passed in the following manual runs: - [x] [grpc/java/v1.67.x/branch/psm-dualstack](https://source.cloud.google.com/results/invocations/ca676ade-7488-4b1a-b968-d20c55e28a3c) - [x] [grpc/java/master/branch/psm-dualstack](https://source.cloud.google.com/results/invocations/63b7dc55-fa18-412e-9e3a-44c97a127a19) - [x] [grpc/core/master/linux/psm-dualstack](https://source.cloud.google.com/results/invocations/6c0b252c-9e67-4aa5-8cd8-1b3500a14a3a) I guess it's time for us to add back this test. --- .kokoro/psm_interop_kokoro_lib.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.kokoro/psm_interop_kokoro_lib.sh b/.kokoro/psm_interop_kokoro_lib.sh index 9f47547e..35b1a904 100644 --- a/.kokoro/psm_interop_kokoro_lib.sh +++ b/.kokoro/psm_interop_kokoro_lib.sh @@ -185,6 +185,7 @@ psm::dualstack::get_tests() { "round_robin_test" "circuit_breaking_test" "outlier_detection_test" + "remove_neg_test" ) }