IMPALA-14090: Move Some Stable Custom Cluster Tests to Exhaustive

Moves several custom cluster tests out of core and into exhaustive
only. The tests were chosen based on their stability, lack of recent
modifications, and coverage of rare/corner cases.

Testing was accomplished by running both core and exhaustive tests
and manually verifying the tests were or were not skipped as
expected.

Change-Id: If99c015a0cb5d95b1607ca2be48d2dea04194f81
Reviewed-on: http://gerrit.cloudera.org:8080/22963
Reviewed-by: Impala Public Jenkins <impala-public-jenkins@cloudera.com>
Tested-by: Impala Public Jenkins <impala-public-jenkins@cloudera.com>
This commit is contained in:
jfehr
2025-05-29 12:15:52 -06:00
committed by Impala Public Jenkins
parent 4837cedc79
commit 742d8d05f5
5 changed files with 29 additions and 1 deletions

View File

@@ -17,10 +17,11 @@ import pytest
import time
from tests.common.custom_cluster_test_suite import CustomClusterTestSuite
from tests.common.skip import SkipIfFS
from tests.common.skip import SkipIfFS, SkipIfExploration
@SkipIfFS.variable_listing_times
@SkipIfExploration.is_not_exhaustive()
class TestTopicUpdateFrequency(CustomClusterTestSuite):
@pytest.mark.execute_serially