summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/test/checkpoint
diff options
context:
space:
mode:
authorLuke Chen <luke.chen@mongodb.com>2021-11-05 17:03:17 +1100
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-11-05 06:33:39 +0000
commitee32214f48ea1a5523d6fc2f50e2772007f4cfff (patch)
tree0aa64e395970c122a3af2a287fbf084cfb59e032 /src/third_party/wiredtiger/test/checkpoint
parentf1c62a4c96808ac556dae9d3b9c552f06ebb0881 (diff)
downloadmongo-ee32214f48ea1a5523d6fc2f50e2772007f4cfff.tar.gz
Import wiredtiger: a1f0032234a091f87f8d35f8f9d477d1250e359d from branch mongodb-master
ref: 4fd26522f6..a1f0032234 for: 5.2.0 WT-8347 Slipup in test_checkpoint modify changes
Diffstat (limited to 'src/third_party/wiredtiger/test/checkpoint')
-rw-r--r--src/third_party/wiredtiger/test/checkpoint/workers.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/third_party/wiredtiger/test/checkpoint/workers.c b/src/third_party/wiredtiger/test/checkpoint/workers.c
index 3c9313c4c99..babc8731b0a 100644
--- a/src/third_party/wiredtiger/test/checkpoint/workers.c
+++ b/src/third_party/wiredtiger/test/checkpoint/workers.c
@@ -239,6 +239,7 @@ worker_op(WT_CURSOR *cursor, uint64_t keyno, u_int new_val)
return (WT_ROLLBACK);
return (log_print_err("cursor.modify", ret, 1));
}
+ return (0);
} else if (ret != WT_NOTFOUND) {
if (ret == WT_ROLLBACK || ret == WT_PREPARE_CONFLICT)
return (WT_ROLLBACK);