Skip to content

Commit

Permalink
Remove another gaps
Browse files Browse the repository at this point in the history
  • Loading branch information
WithSoull committed Dec 24, 2024
1 parent 6ad8809 commit 315663f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/features/repl_mon.feature
Original file line number Diff line number Diff line change
Expand Up @@ -26,26 +26,21 @@ Feature: repl_mon tests
"""
[{"res":1}]
"""

And mysql host "mysql2" should be replica of "mysql1"

Then zookeeper node "/test/health/mysql2" should match json within "20" seconds
"""
{
"is_loading_binlog": true
}
"""

And mysql host "mysql3" should be replica of "mysql1"

Then zookeeper node "/test/health/mysql3" should match json within "20" seconds
"""
{
"is_loading_binlog": true
}
"""


Scenario: repl_mon disabled
Given cluster environment is
"""
Expand Down

0 comments on commit 315663f

Please sign in to comment.