summaryrefslogtreecommitdiff
path: root/mysql-test/suite/galera_sr/r/GCF-1018.result
diff options
context:
space:
mode:
authorDaniele Sciascia <daniele.sciascia@galeracluster.com>2019-03-27 14:33:04 +0100
committerJan Lindström <jan.lindstrom@mariadb.com>2019-03-27 15:33:04 +0200
commitf78eb52fba4c5709f9c0b246eb6663774a9ff317 (patch)
tree7b22b9f63e558029edc5b76179568a0844633971 /mysql-test/suite/galera_sr/r/GCF-1018.result
parent0bc42602266815b81fe86b08c2228912c1a95340 (diff)
downloadmariadb-git-f78eb52fba4c5709f9c0b246eb6663774a9ff317.tar.gz
Make test galera_sr.GCF-1018 deterministic (#1245)
Disabled autocommit retry (set wsrep_retry_autocommit to 0) so that BF aborted autocommit statement always results in ER_LOCK_DEADLOCK.
Diffstat (limited to 'mysql-test/suite/galera_sr/r/GCF-1018.result')
-rw-r--r--mysql-test/suite/galera_sr/r/GCF-1018.result3
1 files changed, 2 insertions, 1 deletions
diff --git a/mysql-test/suite/galera_sr/r/GCF-1018.result b/mysql-test/suite/galera_sr/r/GCF-1018.result
index ec5bdca214c..12a4d3c70af 100644
--- a/mysql-test/suite/galera_sr/r/GCF-1018.result
+++ b/mysql-test/suite/galera_sr/r/GCF-1018.result
@@ -9,6 +9,7 @@ connection node_2a;
SET SESSION wsrep_sync_wait = 0;
SET GLOBAL wsrep_provider_options = 'dbug=d,after_certify_apply_monitor_enter';
connection node_2;
+SET SESSION wsrep_retry_autocommit = 0;
SET SESSION wsrep_trx_fragment_size = 64;
DELETE FROM t1 ORDER BY f1 DESC LIMIT 2;;
connection node_2a;
@@ -20,5 +21,5 @@ connection node_2a;
SET GLOBAL wsrep_provider_options = 'signal=after_certify_apply_monitor_enter';
SET GLOBAL wsrep_provider_options = 'dbug=';
connection node_2;
-Got one of the listed errors
+ERROR 40001: Deadlock found when trying to get lock; try restarting transaction
DROP TABLE t1;