Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/11851 )
Change subject: IMPALA-7790: Skip some Kudu tests if use_hybrid_clock=false ...................................................................... IMPALA-7790: Skip some Kudu tests if use_hybrid_clock=false Since IMPALA-6812, we've run many of our tests against Kudu at the READ_AT_SNAPSHOT scan level, which ensures consistent results. This scan level is only supported if Kudu is run with the flag --use_hybrid_clock=true (which is the default). This patch uses the Kudu master webui to detect when use_hybrid_clock is false and skips these tests. Follow up work will address allowing these tests to run regardless of the value of the flag. Testing: - Ran a full exhaustive build with use_hybrid_clock=false set in the minicluster. Change-Id: I4c9ed4a4ea0720760d65c98acfc394247ab2f1a2 Reviewed-on: http://gerrit.cloudera.org:8080/11851 Reviewed-by: Impala Public Jenkins <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M bin/impala-config.sh M tests/common/kudu_test_suite.py M tests/common/skip.py M tests/custom_cluster/test_kudu.py M tests/metadata/test_ddl.py M tests/query_test/test_kudu.py 6 files changed, 52 insertions(+), 5 deletions(-) Approvals: Impala Public Jenkins: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/11851 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I4c9ed4a4ea0720760d65c98acfc394247ab2f1a2 Gerrit-Change-Number: 11851 Gerrit-PatchSet: 6 Gerrit-Owner: Thomas Marshall <[email protected]> Gerrit-Reviewer: David Knupp <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Michael Brown <[email protected]> Gerrit-Reviewer: Thomas Marshall <[email protected]>
