Skip to content

Commit fc2990f

Browse files
committed
MDEV-37366 test correction: added missing --disable_ps_protocol
1 parent 88d43af commit fc2990f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mysql-test/suite/galera/t/MDEV-37366.test

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,10 @@ SHOW CREATE TABLE seq_test;
3131
#
3232
# Execute 'SELECT NEXT VALUE' which should not fail on applier node.
3333
#
34+
--disable_ps_protocol
3435
SELECT NEXT VALUE FOR seq_test;
3536
SELECT NEXT VALUE FOR seq_test;
37+
--enable_ps_protocol
3638

3739
#
3840
# Verify there are two nodes in galera cluster.

0 commit comments

Comments
 (0)