Add options to start and stop group replication

This commit is contained in:
Sebastian Pfahl 2024-06-14 20:20:10 +02:00
commit 35122ce3f1
3 changed files with 87 additions and 4 deletions

View file

@ -338,5 +338,5 @@
assert:
that:
-
"result.msg == 'value of mode must be one of: getprimary, getreplica, changeprimary, stopreplica, startreplica, resetprimary, resetreplica, resetreplicaall, changereplication, got: stopslave'"
"result.msg == 'value of mode must be one of: getprimary, getreplica, changeprimary, stopreplica, startreplica, resetprimary, resetreplica, resetreplicaall, changereplication, startgroupreplication, stopgroupreplication, got: stopslave'"
- result is failed