Change SnapIncrementalRestore.toml to .txt
This commit is contained in:
parent
262e94637a
commit
9fba84bc45
|
@ -200,8 +200,8 @@ if(WITH_PYTHON)
|
|||
add_fdb_test(TEST_FILES rare/TransactionTagSwizzledApiCorrectness.toml)
|
||||
add_fdb_test(TEST_FILES rare/WriteTagThrottling.toml)
|
||||
add_fdb_test(
|
||||
TEST_FILES restarting/from_7.0.0/SnapIncrementalRestore-1.toml
|
||||
restarting/from_7.0.0/SnapIncrementalRestore-2.toml)
|
||||
TEST_FILES restarting/from_7.0.0/SnapIncrementalRestore-1.txt
|
||||
restarting/from_7.0.0/SnapIncrementalRestore-2.txt)
|
||||
add_fdb_test(
|
||||
TEST_FILES restarting/from_7.0.0_until_7.1.0/ConfigureTestRestart-1.toml
|
||||
restarting/from_7.0.0_until_7.1.0/ConfigureTestRestart-2.toml)
|
||||
|
|
|
@ -1,63 +0,0 @@
|
|||
logAntiQuorum = 0
|
||||
|
||||
[[test]]
|
||||
testTitle = 'SubmitBackup'
|
||||
simBackupAgents = 'BackupToFile'
|
||||
clearAfterTest = false
|
||||
runConsistencyCheck = false
|
||||
|
||||
[[test.workload]]
|
||||
testName = 'IncrementalBackup'
|
||||
tag = 'default'
|
||||
submitOnly = true
|
||||
waitForBackup = true
|
||||
|
||||
[[test]]
|
||||
testTitle = 'PreSnapWorkloads'
|
||||
simBackupAgents = 'BackupToFile'
|
||||
clearAfterTest = false
|
||||
runConsistencyCheck = false
|
||||
|
||||
[[test.workload]]
|
||||
testName = 'SimpleAtomicAdd'
|
||||
|
||||
[[test]]
|
||||
testTitle = 'TakeSnap'
|
||||
simBackupAgents = 'BackupToFile'
|
||||
clearAfterTest = false
|
||||
runConsistencyCheck = false
|
||||
|
||||
[[test.workload]]
|
||||
testName = 'SnapTest'
|
||||
numSnaps = 1
|
||||
maxSnapDelay = 10.0
|
||||
testID = 1
|
||||
retryLimit = -1
|
||||
|
||||
|
||||
[[test]]
|
||||
testTitle = 'PostSnapWorkloads'
|
||||
simBackupAgents = 'BackupToFile'
|
||||
clearAfterTest = true
|
||||
|
||||
[[test.workload]]
|
||||
testName = 'Cycle'
|
||||
nodeCount = 3000
|
||||
transactionsPerSecond = 3000.0
|
||||
testDuration = 10.0
|
||||
expectedRate = 0
|
||||
|
||||
[[test.workload]]
|
||||
testName = 'IncrementalBackup'
|
||||
tag = 'default'
|
||||
waitForBackup = true
|
||||
stopBackup = true
|
||||
|
||||
[[test]]
|
||||
testTitle = 'SnapShutdown'
|
||||
|
||||
[[test.workload]]
|
||||
testName = 'SaveAndKill'
|
||||
restartInfoLocation = 'simfdb/restartInfo.ini'
|
||||
testDuration = 10.0
|
||||
isRestoring = 1
|
|
@ -0,0 +1,51 @@
|
|||
logAntiQuorum = 0
|
||||
|
||||
testTitle=SubmitBackup
|
||||
simBackupAgents=BackupToFile
|
||||
clearAfterTest=false
|
||||
runConsistencyCheck=false
|
||||
|
||||
testName=IncrementalBackup
|
||||
tag=default
|
||||
submitOnly=true
|
||||
waitForBackup=true
|
||||
|
||||
testTitle=PreSnapWorkloads
|
||||
simBackupAgents=BackupToFile
|
||||
clearAfterTest=false
|
||||
runConsistencyCheck=false
|
||||
|
||||
testName=SimpleAtomicAdd
|
||||
|
||||
testTitle=TakeSnap
|
||||
simBackupAgents=BackupToFile
|
||||
clearAfterTest=false
|
||||
runConsistencyCheck=false
|
||||
|
||||
testName=SnapTest
|
||||
numSnaps=1
|
||||
maxSnapDelay=10.0
|
||||
testID=1
|
||||
retryLimit=-1
|
||||
|
||||
testTitle=PostSnapWorkloads
|
||||
simBackupAgents=BackupToFile
|
||||
clearAfterTest=true
|
||||
|
||||
testName=Cycle
|
||||
nodeCount=3000
|
||||
transactionsPerSecond=3000.0
|
||||
testDuration=10.0
|
||||
expectedRate=0
|
||||
|
||||
testName=IncrementalBackup
|
||||
tag=default
|
||||
waitForBackup=true
|
||||
stopBackup=true
|
||||
|
||||
testTitle=SnapShutdown
|
||||
|
||||
testName=SaveAndKill
|
||||
restartInfoLocation=simfdb/restartInfo.ini
|
||||
testDuration=10.0
|
||||
isRestoring=1
|
|
@ -1,25 +0,0 @@
|
|||
[[test]]
|
||||
testTitle = 'RestoreBackup'
|
||||
simBackupAgents = 'BackupToFile'
|
||||
clearAfterTest = false
|
||||
|
||||
[[test.workload]]
|
||||
testName = 'IncrementalBackup'
|
||||
tag = 'default'
|
||||
restoreOnly = true
|
||||
checkBeginVersion = true
|
||||
clearBackupAgentKeys = true
|
||||
|
||||
[[test]]
|
||||
testTitle = 'VerifyCycleAndAtomics'
|
||||
checkOnly = true
|
||||
|
||||
[[test.workload]]
|
||||
testName = 'Cycle'
|
||||
nodeCount = 3000
|
||||
transactionsPerSecond = 3000.0
|
||||
testDuration = 10.0
|
||||
expectedRate = 0
|
||||
|
||||
[[test.workload]]
|
||||
testName = 'SimpleAtomicAdd'
|
|
@ -0,0 +1,20 @@
|
|||
testTitle=RestoreBackup
|
||||
simBackupAgents=BackupToFile
|
||||
clearAfterTest=false
|
||||
|
||||
testName=IncrementalBackup
|
||||
tag=default
|
||||
restoreOnly=true
|
||||
checkBeginVersion=true
|
||||
clearBackupAgentKeys=true
|
||||
|
||||
testTitle=VerifyCycleAndAtomics
|
||||
checkOnly=true
|
||||
|
||||
testName=Cycle
|
||||
nodeCount=3000
|
||||
transactionsPerSecond=3000.0
|
||||
testDuration=10.0
|
||||
expectedRate=0
|
||||
|
||||
testName=SimpleAtomicAdd
|
Loading…
Reference in New Issue