Commit 0838fd00 authored by Jan Lindström's avatar Jan Lindström

MDEV-11185: innodb.innodb_trx_weight fails in buildbot

Problem was that test assumes locks to be granted on first-come-first-served (FCFS)
policy. However, in 10.2 we use by default Variance-Aware-Transaction-Scheduling
(VATS) algorithm. Test failure fixed by setting lock wait policy to FCFS.
parent 0d85124d
......@@ -11,4 +11,4 @@
##############################################################################
innodb_defragment_fill_factor : MDEV-10771
innodb.innodb_trx_weight : MDEV-11185
--loose-innodb-lock-schedule-algorithm=FCFS
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment