Skip to content

Commit 9c2da6d

Browse files
committed
metamorphic: reenable downloadOp
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).
1 parent 090ee67 commit 9c2da6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

metamorphic/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ func DefaultOpConfig() OpConfig {
143143
OpBatchCommit: 5,
144144
OpDBCheckpoint: 1,
145145
OpDBCompact: 1,
146-
OpDBDownload: 0, // TODO(radu, bilal): fix #3430 and reenable.
146+
OpDBDownload: 1,
147147
OpDBFlush: 2,
148148
OpDBRatchetFormatMajorVersion: 1,
149149
OpDBRestart: 2,

0 commit comments

Comments
 (0)