Bankim Bhavsar has uploaded this change for review. ( http://gerrit.cloudera.org:8080/17063
Change subject: [test] Start using GTEST_SKIP where applicable ...................................................................... [test] Start using GTEST_SKIP where applicable Use the GTEST_SKIP() macro in SKIP_IF_SLOW_NOT_ALLOWED() instead of early return so that test is marked as SKIPPED instead of PASSED. Replace instances where macro SKIP_IF_SLOW_NOT_ALLOWED() is not used. Use the GTEST_SKIP macro for a crypto test that is skipped in FIPS mode. Sample output when tests are skipped: [----------] Global test environment tear-down [==========] 18 tests from 4 test suites ran. (27888 ms total) [ PASSED ] 14 tests. [ SKIPPED ] 4 tests, listed below: [ SKIPPED ] ParameterizedAddMasterTest.TestAddMasterCatchupFromWAL/0 [ SKIPPED ] ParameterizedAddMasterTest.TestAddMasterCatchupFromWAL/1 [ SKIPPED ] ParameterizedAddMasterTest.TestAddMasterSysCatalogCopy/0 [ SKIPPED ] ParameterizedAddMasterTest.TestAddMasterSysCatalogCopy/1 TODO: Need to check for impact to dist-test dashboard where I don't see column for Skipped tests. Change-Id: I4466bdde3965921d527131e76ad221643ff05705 --- M src/kudu/client/client-test.cc M src/kudu/integration-tests/auth_token_expire-itest.cc M src/kudu/integration-tests/client-negotiation-failover-itest.cc M src/kudu/integration-tests/location_assignment-itest.cc M src/kudu/integration-tests/master_cert_authority-itest.cc M src/kudu/integration-tests/raft_consensus-itest.cc M src/kudu/integration-tests/raft_consensus_failure_detector-imc-itest.cc M src/kudu/integration-tests/raft_consensus_nonvoter-itest.cc M src/kudu/integration-tests/raft_consensus_stress-itest.cc M src/kudu/integration-tests/security-faults-itest.cc M src/kudu/integration-tests/security-unknown-tsk-itest.cc M src/kudu/integration-tests/tablet_copy_client_session-itest.cc M src/kudu/integration-tests/tablet_replacement-itest.cc M src/kudu/integration-tests/token_signer-itest.cc M src/kudu/security/crypto-test.cc M src/kudu/security/token-test.cc M src/kudu/tablet/compaction_policy-test.cc M src/kudu/tools/ksck_remote-test.cc M src/kudu/tools/kudu-admin-test.cc M src/kudu/tools/rebalancer_tool-test.cc M src/kudu/util/test_util.h 21 files changed, 47 insertions(+), 178 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/63/17063/1 -- To view, visit http://gerrit.cloudera.org:8080/17063 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I4466bdde3965921d527131e76ad221643ff05705 Gerrit-Change-Number: 17063 Gerrit-PatchSet: 1 Gerrit-Owner: Bankim Bhavsar <[email protected]>
