mirror of
https://github.com/apache/impala.git
synced 2025-12-23 21:08:39 -05:00
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:
committed by
Impala Public Jenkins
parent
4837cedc79
commit
742d8d05f5
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user