Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
yngvar-antonsson committed Apr 10, 2024
1 parent 75e13f5 commit 54fe51f
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion test/integration/state_machine_test.lua
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,14 @@ function g.test_orphan_connect_timeout()
-- slave alias is unknown due to restart
" to localhost:13301 (master) isn't running",
topic = 'replication',
}})
}, {
instance_uuid = box.NULL,
level = "critical",
message = "All instances are unhealthy in replicaset "..
"aaaaaaaa-0000-0000-0000-000000000000",
replicaset_uuid = helpers.uuid('a'),
topic = "unhealthy_replicasets",
},})
end)

log.info('--------------------------------------------------------')
Expand Down

0 comments on commit 54fe51f

Please sign in to comment.