summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/test/csuite/wt3363_checkpoint_op_races/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/test/csuite/wt3363_checkpoint_op_races/main.c')
-rw-r--r--src/third_party/wiredtiger/test/csuite/wt3363_checkpoint_op_races/main.c15
1 files changed, 7 insertions, 8 deletions
diff --git a/src/third_party/wiredtiger/test/csuite/wt3363_checkpoint_op_races/main.c b/src/third_party/wiredtiger/test/csuite/wt3363_checkpoint_op_races/main.c
index 97b2a1a03a2..d70a9e0475e 100644
--- a/src/third_party/wiredtiger/test/csuite/wt3363_checkpoint_op_races/main.c
+++ b/src/third_party/wiredtiger/test/csuite/wt3363_checkpoint_op_races/main.c
@@ -30,16 +30,15 @@
/*
* JIRA ticket reference: WT-3363
*
- * Test case description: There are a number of operations that we run that we
- * expect not to conflict with or block against a running checkpoint. This test
- * aims to run repeated checkpoints in a thread, while running an assortment
- * of operations that we expect to execute quickly on further threads. To
- * ensure that we catch any blockages we introduce a very large delay into the
+ * Test case description: There are a number of operations that we run that we expect not to
+ * conflict with or block against a running checkpoint. This test aims to run repeated checkpoints
+ * in a thread, while running an assortment of operations that we expect to execute quickly on
+ * further threads. To ensure that we catch any blockages we introduce a very large delay into the
* checkpoint and measure that no operation takes 1/2 the length of this delay.
*
- * Failure mode: We monitor the execution time of all operations and if we find
- * any operation taking longer than 1/2 the delay time, we abort dumping a core
- * file which can be used to determine what operation was blocked.
+ * Failure mode: We monitor the execution time of all operations and if we find any operation taking
+ * longer than 1/2 the delay time, we abort dumping a core file which can be used to determine what
+ * operation was blocked.
*/
static WT_THREAD_RET do_checkpoints(void *);
static WT_THREAD_RET do_ops(void *);