Skip to content

Commit afaa0fd

Browse files
committed
test: make some trivial change to trigger the CI
Part of #531 NO_DOC=trivial NO_TEST=trivial
1 parent 1f88cd2 commit afaa0fd

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

test/replicaset-luatest/vconnect_test.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ local timeout_opts = {timeout = vtest.wait_timeout}
1111

1212
local test_group = t.group('vconnect')
1313

14+
-- Trigger flaky.
1415
local cfg_template = {
1516
sharding = {
1617
replicaset = {

test/router-luatest/router_2_2_test.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ local cfg_template = {
2929
}
3030
local global_cfg = vtest.config_new(cfg_template)
3131

32+
-- Trigger flaky.
3233
local function callrw_get_uuid(bid, timeout)
3334
timeout = timeout ~= nil and timeout or iwait_timeout
3435
return ivshard.router.callrw(bid, 'get_uuid', {}, {timeout = timeout})

test/storage-luatest/auto_master_2_2_2_test.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ local vutil = require('vshard.util')
55
local group_config = {{is_sync = false}, {is_sync = true}}
66
local test_group = t.group('storage', group_config)
77

8+
-- Trigger flaky.
89
local cfg_template = {
910
sharding = {
1011
{

test/storage-luatest/garbage_collector_test.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ local vutil = require('vshard.util')
44

55
local group_config = {{engine = 'memtx'}, {engine = 'vinyl'}}
66

7+
-- Trigger flaky.
78
if vutil.feature.memtx_mvcc then
89
table.insert(group_config, {
910
engine = 'memtx', memtx_use_mvcc_engine = true

0 commit comments

Comments
 (0)