Skip to content

Commit 0397231

Browse files
committed
MB-42976: Skip test_multi_set of ep_testsuite_basic for Magma
test_multi_set() of ep_testsuite_basic.cc keeps timing out for magma under TSAN, this is likely to be due to a performance issue with Magma. So skip the test for Magma to ensure we don't block patches in CV, while the issue is investigated by the Magma team. Change-Id: I179b3680858fa3d70e73ca1a3614e91f73c33e6b Reviewed-on: http://review.couchbase.org/c/kv_engine/+/141132 Reviewed-by: Paolo Cocchi <[email protected]> Tested-by: Build Bot <[email protected]>
1 parent a43ff3f commit 0397231

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

engines/ep/tests/ep_testsuite_basic.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2310,7 +2310,7 @@ BaseTestCase testsuite_testcases[] = {
23102310
test_setup,
23112311
teardown,
23122312
nullptr,
2313-
prepare,
2313+
prepare_ep_bucket_skip_broken_under_magma,
23142314
cleanup),
23152315
TestCase("set+get hit",
23162316
test_set_get_hit,

0 commit comments

Comments
 (0)