From 1f895c24030b79ae9f2eae16b09582fc72928b6a Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Tue, 30 May 2017 09:58:09 -0400 Subject: [PATCH] qa/workunits/rados/test-upgrade-*: whitelist tests for master The jewel-x upgrade test now runs this script against a mixed cluster on a machine with code from master installed. That means we have to skip any new tests that will fail on a mixed cluster. Signed-off-by: Sage Weil --- qa/workunits/rados/test-upgrade-v11.0.0.sh | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/qa/workunits/rados/test-upgrade-v11.0.0.sh b/qa/workunits/rados/test-upgrade-v11.0.0.sh index c716a561aad17..517c869ce7913 100755 --- a/qa/workunits/rados/test-upgrade-v11.0.0.sh +++ b/qa/workunits/rados/test-upgrade-v11.0.0.sh @@ -13,11 +13,14 @@ trap cleanup EXIT ERR HUP INT QUIT pids="" for f in \ - 'api_aio --gtest_filter=-LibRadosAio.RacingRemovePP' \ + 'api_aio --gtest_filter=-LibRadosAio.RacingRemovePP:-*WriteSame*:-*CmpExt*' \ 'api_list --gtest_filter=-LibRadosList*.EnumerateObjects*' \ - api_io api_lock api_misc \ - api_tier api_pool api_snapshots api_stat api_watch_notify api_cmd \ - api_c_write_operations \ + 'api_io --gtest_filter=-*Checksum*' \ + api_lock \ + 'api_misc --gtest_filter=-*WriteSame*:-*CmpExt*:-*Checksum*' \ + 'api_watch_notify --gtest_filter=-*WatchNotify3*' \ + api_tier api_pool api_snapshots api_stat api_cmd \ + 'api_c_write_operations --gtest_filter=-*WriteSame*' \ api_c_read_operations \ list_parallel \ open_pools_parallel \ -- 2.47.3