From 6d2adbabe8e8264c668f7180835a69d919a75ac5 Mon Sep 17 00:00:00 2001 From: Jingyu Zhou Date: Mon, 14 Aug 2023 11:09:55 -0700 Subject: [PATCH] Disable more RocksDB simulation tests due to timeout issue clang nightly failed for these tests. --- tests/rare/TransactionTagSwizzledApiCorrectness.toml | 3 +++ tests/restarting/from_7.3.0/DrUpgradeRestart-1.toml | 2 +- tests/slow/SwizzledDdBalance.toml | 3 +++ tests/slow/ddbalance.toml | 3 +++ 4 files changed, 10 insertions(+), 1 deletion(-) diff --git a/tests/rare/TransactionTagSwizzledApiCorrectness.toml b/tests/rare/TransactionTagSwizzledApiCorrectness.toml index 001faad59a..5e6d844f49 100644 --- a/tests/rare/TransactionTagSwizzledApiCorrectness.toml +++ b/tests/rare/TransactionTagSwizzledApiCorrectness.toml @@ -1,3 +1,6 @@ +[configuration] +storageEngineExcludeTypes = [5] + [[test]] testTitle = 'TransactionTagWithSwizzledApiCorrectnessTest' clearAfterTest = true diff --git a/tests/restarting/from_7.3.0/DrUpgradeRestart-1.toml b/tests/restarting/from_7.3.0/DrUpgradeRestart-1.toml index 514375f626..38825a7ae5 100644 --- a/tests/restarting/from_7.3.0/DrUpgradeRestart-1.toml +++ b/tests/restarting/from_7.3.0/DrUpgradeRestart-1.toml @@ -3,7 +3,7 @@ extraDatabaseMode = "Local" # In 7.2, DR is not supported in required tenant mode allowDefaultTenant = false encryptModes = ['disabled'] -storageEngineExcludeTypes = [5] +storageEngineExcludeTypes = [4,5] [[test]] testTitle = "DrUpgrade" diff --git a/tests/slow/SwizzledDdBalance.toml b/tests/slow/SwizzledDdBalance.toml index 1547d32027..a0d68ab6ea 100644 --- a/tests/slow/SwizzledDdBalance.toml +++ b/tests/slow/SwizzledDdBalance.toml @@ -1,3 +1,6 @@ +[configuration] +storageEngineExcludeTypes = [5] + [[test]] testTitle = 'DDBalance_Test' diff --git a/tests/slow/ddbalance.toml b/tests/slow/ddbalance.toml index b2b15113fb..b82fea8e38 100644 --- a/tests/slow/ddbalance.toml +++ b/tests/slow/ddbalance.toml @@ -1,3 +1,6 @@ +[configuration] +storageEngineExcludeTypes = [5] + [[test]] testTitle = 'DDBalance_Test'