fix: set the simulator’s view of usable regions to one during configure tests which can disable usable regions

This commit is contained in:
Evan Tschannen 2018-11-09 10:06:03 -08:00
parent 19ae063b66
commit 6874e379fc
1 changed files with 1 additions and 0 deletions

View File

@ -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"; }