From 0c46b8960100b8e6326ccc7b61f651a7ad7f64c1 Mon Sep 17 00:00:00 2001 From: Josh Slocum Date: Thu, 2 Dec 2021 14:58:26 -0600 Subject: [PATCH] Adding new BG tests --- tests/fast/BlobGranuleCycle.toml | 35 +++++++++++++++++++++++++++ tests/fast/BlobGranuleCycleClean.toml | 12 +++++++++ 2 files changed, 47 insertions(+) create mode 100644 tests/fast/BlobGranuleCycle.toml create mode 100644 tests/fast/BlobGranuleCycleClean.toml 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