diff --git a/tests/fast/BlobGranuleCycle.toml b/tests/fast/BlobGranuleCycle.toml new file mode 100644 index 0000000000..8f8fe9f030 --- /dev/null +++ b/tests/fast/BlobGranuleCycle.toml @@ -0,0 +1,35 @@ +[[test]] +testTitle = 'BlobGranuleCycle' + + [[test.workload]] + testName = 'Cycle' + transactionsPerSecond = 250.0 + testDuration = 60.0 + expectedRate = 0 + + [[test.workload]] + testName = 'BlobGranuleVerifier' + testDuration = 60.0 + + [[test.workload]] + testName = 'RandomClogging' + testDuration = 60.0 + + [[test.workload]] + testName = 'Rollback' + meanDelay = 60.0 + testDuration = 60.0 + + [[test.workload]] + testName = 'Attrition' + machinesToKill = 10 + machinesToLeave = 3 + reboot = true + testDuration = 60.0 + + [[test.workload]] + testName = 'Attrition' + machinesToKill = 10 + machinesToLeave = 3 + reboot = true + testDuration = 60.0 diff --git a/tests/fast/BlobGranuleCycleClean.toml b/tests/fast/BlobGranuleCycleClean.toml new file mode 100644 index 0000000000..57e4676c9d --- /dev/null +++ b/tests/fast/BlobGranuleCycleClean.toml @@ -0,0 +1,12 @@ +[[test]] +testTitle = 'BlobGranuleCycleClean' + + [[test.workload]] + testName = 'Cycle' + transactionsPerSecond = 250.0 + testDuration = 60.0 + expectedRate = 0 + + [[test.workload]] + testName = 'BlobGranuleVerifier' + testDuration = 60.0