Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions fdbserver/workloads/ConfigureDatabase.actor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,7 @@ struct ConfigureDatabaseWorkload : TestWorkload {
}

ACTOR Future<bool> _check(ConfigureDatabaseWorkload* self, Database cx) {
wait(delay(30.0));
// only storage_migration_type=gradual && perpetual_storage_wiggle=1 need this check because in QuietDatabase
// perpetual wiggle will be forced to close For other cases, later ConsistencyCheck will check KV store type
// there
Expand Down