summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/test/csuite/wt3363_checkpoint_op_races/main.c
diff options
context:
space:
mode:
authorLuke Chen <luke.chen@mongodb.com>2021-01-27 13:28:13 +1100
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-01-27 03:07:52 +0000
commit77d134c7a2bab846aaaa056b0883888a8219da2a (patch)
tree8caac27a3573139d221fdf93ba9c99b3e042bc78 /src/third_party/wiredtiger/test/csuite/wt3363_checkpoint_op_races/main.c
parent5fad1f69662696c5b789392622aa34d370fb4825 (diff)
downloadmongo-77d134c7a2bab846aaaa056b0883888a8219da2a.tar.gz
Import wiredtiger: a52cd5a47a7e9af9e2c341e66f0ffdd9bc977930 from branch mongodb-4.4
ref: ef1f2937c3..a52cd5a47a for: 4.4.4 WT-6309 Add support for start/stop arguments to wt printlog command WT-6866 Refactor python backup tests initial base class WT-6924 Queue history store pages for urgent eviction when cache pressure is high WT-6946 Adding test tags to an initial set of test programs WT-7068 Add column store support to test_hs03 WT-7084 Fix assert in test code and a comment error WT-7109 Retain no longer supported configuration options for backward compatibility WT-7113 Integrate prototype tiered storage code into WT WT-7114 Revert Makefile code to always run the prototype script
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.c7
1 files changed, 7 insertions, 0 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 baca92846bc..b45c573c25b 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
@@ -25,6 +25,13 @@
* ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
* OTHER DEALINGS IN THE SOFTWARE.
*/
+
+/*
+ * [TEST_TAGS]
+ * checkpoints:liveness:liveness
+ * [END_TAGS]
+ */
+
#include "test_util.h"
/*