File tree 3 files changed +14
-0
lines changed
3 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ encryptModes = ['disabled'] # Do not support encryption
7
7
[[test ]]
8
8
testTitle = ' BackupPartitioned'
9
9
clearAfterTest = false
10
+ runConsistencyCheck = false
11
+ waitForQuiescence = false
10
12
simBackupAgents = ' BackupToFile'
11
13
12
14
[[test .workload ]]
@@ -24,6 +26,8 @@ simBackupAgents = 'BackupToFile'
24
26
25
27
[[test ]]
26
28
testTitle = ' RestorePartitioned'
29
+ runConsistencyCheck = false
30
+ waitForQuiescence = false
27
31
simBackupAgents = ' BackupToFile'
28
32
clearAfterTest = false
29
33
Original file line number Diff line number Diff line change @@ -26,6 +26,8 @@ simBackupAgents = 'BackupToFile'
26
26
27
27
[[test ]]
28
28
testTitle = ' OldBackup'
29
+ runConsistencyCheck = false
30
+ waitForQuiescence = false
29
31
clearAfterTest = false
30
32
simBackupAgents = ' BackupToFile'
31
33
@@ -48,6 +50,8 @@ simBackupAgents = 'BackupToFile'
48
50
# Randomly pick one of the backup tag and restore it.
49
51
[[test ]]
50
52
testTitle = ' RestoreRandomBackup'
53
+ runConsistencyCheck = false
54
+ waitForQuiescence = false
51
55
simBackupAgents = ' BackupToFile'
52
56
clearAfterTest = false
53
57
Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ encryptModes = ['disabled'] # Do not support encryption
6
6
7
7
[[test ]]
8
8
testTitle = ' OldBackup'
9
+ runConsistencyCheck = false
10
+ waitForQuiescence = false
9
11
clearAfterTest = false
10
12
simBackupAgents = ' BackupToFile'
11
13
@@ -27,6 +29,8 @@ simBackupAgents = 'BackupToFile'
27
29
28
30
[[test ]]
29
31
testTitle = ' NewBackup'
32
+ runConsistencyCheck = false
33
+ waitForQuiescence = false
30
34
clearAfterTest = false
31
35
simBackupAgents = ' BackupToFile'
32
36
@@ -49,6 +53,8 @@ simBackupAgents = 'BackupToFile'
49
53
# Randomly pick one of the backup tag and restore it.
50
54
[[test ]]
51
55
testTitle = ' RestoreRandomBackup'
56
+ runConsistencyCheck = false
57
+ waitForQuiescence = false
52
58
simBackupAgents = ' BackupToFile'
53
59
clearAfterTest = false
54
60
You can’t perform that action at this time.
0 commit comments