cheets_GTS(_R): Ignore a certain error case form collect-tests-only.

(Essentally re-landing crrev.com/c/2728577)

Upstream GTS bug inevitably crashes this test and marks
the job as failed, but leaving the job in failed state
has bad side effect in moblab (making any CTS jobs incomplete).

As a workaround, we assume the job as completed as long
the test case count matches the expectation.

BUG=b:189040205
TEST=cheets_GTS.8.0_r4.tradefed-run-collect-tests-only-internal

Change-Id: I43a0ff5de524bf059bdbea6ffc60510aa5ac3792
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/autotest/+/2913497
Commit-Queue: Kazuhiro Inaba <kinaba@chromium.org>
Commit-Queue: Jiyoun Ha <jiyounha@chromium.org>
Tested-by: Kazuhiro Inaba <kinaba@chromium.org>
Auto-Submit: Kazuhiro Inaba <kinaba@chromium.org>
Reviewed-by: Jiyoun Ha <jiyounha@chromium.org>
(cherry picked from commit 58f2e8f97163559982b901f265c6fa7cd83eb21b)
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/autotest/+/2972123
Commit-Queue: Jaydeep Mehta <jaydeepmehta@google.com>
Reviewed-by: Jaydeep Mehta <jaydeepmehta@google.com>
(cherry picked from commit 16545a8ea6df71eb592b1e3b0d07cc13858a95cc)
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/autotest/+/3017624
Commit-Queue: Shawn Ku <shawnku@chromium.org>
Reviewed-by: Shawn Ku <shawnku@chromium.org>
(cherry picked from commit c90c7470da3a1024eb818d289e66900060aead3b)
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/autotest/+/3017922
Commit-Queue: Henry Sun <henrysun@google.com>
Reviewed-by: Henry Sun <henrysun@google.com>
diff --git a/server/site_tests/cheets_GTS/control.tradefed-run-collect-tests-only b/server/site_tests/cheets_GTS/control.tradefed-run-collect-tests-only
index 0789d34..72d5ccb 100644
--- a/server/site_tests/cheets_GTS/control.tradefed-run-collect-tests-only
+++ b/server/site_tests/cheets_GTS/control.tradefed-run-collect-tests-only
@@ -31,9 +31,9 @@
         retry_manual_tests=True,
         use_jdk9=True,
         warn_on_test_retry=False,
-        # This module has a known crash bug (b/181176656). As long as the
+        # This module has a known crash bug (b/189040205). As long as the
         # executed test count matches the known number, assume all tests ran.
-        executable_test_count=[1802, 3604, 5406, 7208],
+        executable_test_count=[1837, 3674, 5511, 7348],
         timeout=3600)
 
 parallel_simple(run_TS, machines)
diff --git a/server/site_tests/cheets_GTS_R/control.tradefed-run-collect-tests-only b/server/site_tests/cheets_GTS_R/control.tradefed-run-collect-tests-only
index 7b1c0af..e35406b 100644
--- a/server/site_tests/cheets_GTS_R/control.tradefed-run-collect-tests-only
+++ b/server/site_tests/cheets_GTS_R/control.tradefed-run-collect-tests-only
@@ -31,9 +31,9 @@
         retry_manual_tests=True,
         use_jdk9=True,
         warn_on_test_retry=False,
-        # This module has a known crash bug (b/181176656). As long as the
+        # This module has a known crash bug (b/189040205). As long as the
         # executed test count matches the known number, assume all tests ran.
-        executable_test_count=[3654, 7308],
+        executable_test_count=[3726, 7452],
         timeout=1800)
 
 parallel_simple(run_TS, machines)