Skip to content

Commit

Permalink
external-replication: stop&start fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
suetin committed Sep 18, 2023
1 parent 664a17b commit 355eac5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/features/external_replication.feature
Original file line number Diff line number Diff line change
Expand Up @@ -416,11 +416,11 @@ Y2AirKuDzA5GErKOfQ==
Then SQL result should match json
"""
[{
"Replica_IO_State": "Connecting",
"Replica_IO_State": "Connecting to source",
"Source_Host": "test_source",
"Source_Port": "1111",
"Source_User": "test_user",
"Replica_IO_Running": "Yes",
"Replica_IO_Running": "Connecting",
"Replica_SQL_Running": "Yes",
"Source_SSL_CA_File": "",
"Relay_Source_Log_File": "",
Expand Down

0 comments on commit 355eac5

Please sign in to comment.