fix: set the simulator’s view of usable regions to one during configure tests which can disable usable regions
This commit is contained in:
parent
19ae063b66
commit
6874e379fc
|
@ -209,6 +209,7 @@ struct ConfigureDatabaseWorkload : TestWorkload {
|
|||
: TestWorkload(wcx), retries("Retries")
|
||||
{
|
||||
testDuration = getOption( options, LiteralStringRef("testDuration"), 200.0 );
|
||||
g_simulator.usableRegions = 1;
|
||||
}
|
||||
|
||||
virtual std::string description() { return "DestroyDatabaseWorkload"; }
|
||||
|
|
Loading…
Reference in New Issue