Skip to content

Commit

Permalink
metamorphic: reenable downloadOp
Browse files Browse the repository at this point in the history
Reenable downloadOp and add code to fail the test if any single op
runs for too long. Currently the timeout is very conservative to
prevent flakiness in stress and/or race tests (but it can be turned
down manually to investigate a specific issue).
  • Loading branch information
RaduBerinde committed Mar 26, 2024
1 parent 090ee67 commit 9c2da6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metamorphic/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ func DefaultOpConfig() OpConfig {
OpBatchCommit: 5,
OpDBCheckpoint: 1,
OpDBCompact: 1,
OpDBDownload: 0, // TODO(radu, bilal): fix #3430 and reenable.
OpDBDownload: 1,
OpDBFlush: 2,
OpDBRatchetFormatMajorVersion: 1,
OpDBRestart: 2,
Expand Down

0 comments on commit 9c2da6d

Please sign in to comment.