summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/test/format/compact.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/test/format/compact.c')
-rw-r--r--src/third_party/wiredtiger/test/format/compact.c9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/third_party/wiredtiger/test/format/compact.c b/src/third_party/wiredtiger/test/format/compact.c
index e0492b7d5d6..a8c7ea4b3f9 100644
--- a/src/third_party/wiredtiger/test/format/compact.c
+++ b/src/third_party/wiredtiger/test/format/compact.c
@@ -60,12 +60,11 @@ compact(void *arg)
break;
/*
- * Compact can return EBUSY if concurrent with alter or if there
- * is eviction pressure, or we collide with checkpoints.
+ * Compact can return EBUSY if concurrent with alter or if there is eviction pressure, or we
+ * collide with checkpoints.
*
- * Compact returns ETIMEDOUT if the compaction doesn't finish in
- * in some number of seconds. We don't configure a timeout and
- * occasionally exceed the default of 1200 seconds.
+ * Compact returns ETIMEDOUT if the compaction doesn't finish in in some number of seconds.
+ * We don't configure a timeout and occasionally exceed the default of 1200 seconds.
*/
ret = session->compact(session, g.uri, NULL);
if (ret != 0 && ret != EBUSY && ret != ETIMEDOUT && ret != WT_ROLLBACK)