Skip to content

Commit 5e8505d

Browse files
committed
Fixed errors in simulation tests
1 parent a56f0fd commit 5e8505d

File tree

8 files changed

+9
-8
lines changed

8 files changed

+9
-8
lines changed

cmake/AddFdbTest.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ function(add_fdb_test)
133133
-b ${PROJECT_BINARY_DIR}
134134
-t ${test_type}
135135
-O ${OLD_FDBSERVER_BINARY}
136-
--config "@CTEST_CONFIGURATION_TYPE@"
136+
--config "${CMAKE_BUILD_TYPE}"
137137
--crash
138138
--aggregate-traces ${TEST_AGGREGATE_TRACES}
139139
--log-format ${TEST_LOG_FORMAT}

tests/BGServerCommonUnit.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ startDelay = 0
66
[[test.workload]]
77
testName = 'UnitTests'
88
maxTestCases = 0
9-
testsMatching = /blobgranule/server/common/
9+
testsMatching = '/blobgranule/server/common/'

tests/BlobManagerUnit.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ startDelay = 0
66
[[test.workload]]
77
testName = 'UnitTests'
88
maxTestCases = 0
9-
testsMatching = /blobmanager/
9+
testsMatching = '/blobmanager/'

tests/restarting/from_7.1.0_until_7.2.0/DrUpgradeRestart-1.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
storageEngineExcludeTypes=3
2-
extraDB=3
2+
extraDatabaseMode=Local
3+
allowDefaultTenant = false
34

45
testTitle=DrUpgrade
56
clearAfterTest=false

tests/restarting/from_7.2.0_until_7.3.0/ConfigureStorageMigrationTestRestart-1.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[configuration]
22
extraMachineCountDC = 2
3-
disableEncryption = true
3+
encryptModes = ['disabled']
44

55
[[test]]
66
testTitle = 'CloggedConfigureDatabaseTest'

tests/restarting/from_7.2.0_until_7.3.0/ConfigureTestRestart-1.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[configuration]
2-
disableEncryption=true
2+
encryptModes = ['disabled']
33

44
[[test]]
55
testTitle='CloggedConfigureDatabaseTest'

tests/restarting/from_7.2.0_until_7.3.0/DrUpgradeRestart-1.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[configuration]
22
extraDatabaseMode = "Local"
3-
disableEncryption = true
3+
encryptModes = ['disabled']
44
# In 7.2, DR is not supported in required tenant mode
55
allowDefaultTenant = false
66

tests/restarting/from_7.2.4_until_7.3.0/UpgradeAndBackupRestore-1.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[configuration]
22
storageEngineExcludeTypes = [3]
3-
disableEncryption = true
3+
encryptModes = ['disabled']
44

55
[[test]]
66
testTitle = 'SubmitBackup'

0 commit comments

Comments
 (0)