Skip to content

Commit 86a8367

Browse files
committed
Skip consistency check and Quiescence for backup tests
Do these checks in the last [[test]] specified in TOML file.
1 parent b8fb112 commit 86a8367

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-0
lines changed

tests/slow/BackupAndRestore.toml

+4
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ encryptModes = ['disabled'] # Do not support encryption
77
[[test]]
88
testTitle = 'BackupPartitioned'
99
clearAfterTest = false
10+
runConsistencyCheck = false
11+
waitForQuiescence = false
1012
simBackupAgents = 'BackupToFile'
1113

1214
[[test.workload]]
@@ -24,6 +26,8 @@ simBackupAgents = 'BackupToFile'
2426

2527
[[test]]
2628
testTitle = 'RestorePartitioned'
29+
runConsistencyCheck = false
30+
waitForQuiescence = false
2731
simBackupAgents = 'BackupToFile'
2832
clearAfterTest = false
2933

tests/slow/BackupNewAndOldRestore.toml

+4
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ simBackupAgents = 'BackupToFile'
2626

2727
[[test]]
2828
testTitle = 'OldBackup'
29+
runConsistencyCheck = false
30+
waitForQuiescence = false
2931
clearAfterTest = false
3032
simBackupAgents = 'BackupToFile'
3133

@@ -48,6 +50,8 @@ simBackupAgents = 'BackupToFile'
4850
# Randomly pick one of the backup tag and restore it.
4951
[[test]]
5052
testTitle = 'RestoreRandomBackup'
53+
runConsistencyCheck = false
54+
waitForQuiescence = false
5155
simBackupAgents = 'BackupToFile'
5256
clearAfterTest = false
5357

tests/slow/BackupOldAndNewRestore.toml

+6
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ encryptModes = ['disabled'] # Do not support encryption
66

77
[[test]]
88
testTitle = 'OldBackup'
9+
runConsistencyCheck = false
10+
waitForQuiescence = false
911
clearAfterTest = false
1012
simBackupAgents = 'BackupToFile'
1113

@@ -27,6 +29,8 @@ simBackupAgents = 'BackupToFile'
2729

2830
[[test]]
2931
testTitle = 'NewBackup'
32+
runConsistencyCheck = false
33+
waitForQuiescence = false
3034
clearAfterTest = false
3135
simBackupAgents = 'BackupToFile'
3236

@@ -49,6 +53,8 @@ simBackupAgents = 'BackupToFile'
4953
# Randomly pick one of the backup tag and restore it.
5054
[[test]]
5155
testTitle = 'RestoreRandomBackup'
56+
runConsistencyCheck = false
57+
waitForQuiescence = false
5258
simBackupAgents = 'BackupToFile'
5359
clearAfterTest = false
5460

0 commit comments

Comments
 (0)