1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-04 17:23:46 +03:00
Files
mariadb/mysql-test/t
Michael Widenius 9933239956 MDEV-10804 main.stat_tables_par fails sporadically in buildbot
This was because of two issues:
- thr_multi_lock_after_thr_lock needed to be hit 3 times before go2 could
  be signaled, because 2 of these happened before statistics_update_start
  was reached.
- The original code didn't take into accunt that thr_locks can be executed in
  any random order, which caused sporadic failures when waiting for 1 lock
  of 3, as if the locks where in different order, there would be a dead-lock.
  Fixed by introducing thr_multi_lock_before_thr_lock which is deterministic.
- Some of the test failures where not noticed as the DEBUG_SYNC timeout
  would cause the test to pass (after 300 seconds).
2017-05-11 17:28:47 +03:00
..
2017-03-30 12:48:42 +02:00
2017-02-10 06:30:42 -05:00
2016-05-04 15:23:26 +02:00
2017-04-28 21:59:11 -07:00
2016-09-06 12:50:02 +04:00
2016-09-06 12:50:02 +04:00
2016-09-06 12:50:02 +04:00
2016-06-30 16:38:05 +02:00
2017-02-10 17:01:45 +01:00
2017-02-10 17:01:45 +01:00
2017-02-10 17:01:45 +01:00
2017-02-21 20:31:06 +01:00
2017-02-10 06:30:42 -05:00
2017-03-30 12:48:42 +02:00
2016-06-28 22:01:55 +02:00
2017-04-28 20:19:32 +02:00
2017-02-10 06:30:42 -05:00
2016-12-29 13:23:18 +01:00
2016-12-29 13:23:18 +01:00
2015-10-12 00:37:58 +02:00
2016-09-09 08:33:08 +02:00
2017-05-09 13:24:52 +02:00
2017-03-30 12:48:42 +02:00
2017-02-10 06:30:42 -05:00
2016-09-15 15:31:28 +02:00
2017-02-24 09:40:53 -08:00
2017-05-09 13:24:52 +02:00
2016-06-21 14:11:02 +02:00
2017-02-10 06:30:42 -05:00
2016-09-10 16:04:44 +02:00
2016-12-29 13:23:18 +01:00
2017-02-10 06:30:42 -05:00
2017-02-10 06:30:42 -05:00
2017-02-10 06:30:42 -05:00
2016-08-10 19:19:05 +02:00
2017-05-09 13:24:52 +02:00
2017-05-09 13:24:52 +02:00
2017-02-10 06:30:42 -05:00
2017-03-30 12:48:42 +02:00
2016-07-13 12:09:59 +02:00
2017-03-30 12:48:42 +02:00
2015-06-16 23:55:56 +02:00
2017-04-03 15:59:38 -07:00
2017-02-10 06:30:42 -05:00
2016-12-11 09:53:42 +01:00
2017-02-10 06:30:42 -05:00
2015-11-19 15:52:14 +01:00
2017-03-30 12:48:42 +02:00
2017-03-21 19:20:44 +01:00
2017-04-21 14:34:24 -07:00
2017-04-24 14:57:26 -07:00
2017-04-28 20:19:32 +02:00
2017-03-09 08:53:08 +02:00
2016-06-30 11:43:02 +02:00
2017-02-10 17:01:45 +01:00
2015-11-18 22:03:02 +01:00
2016-09-24 15:12:34 +02:00
2017-05-03 13:50:35 -07:00
2016-02-23 21:35:05 +01:00
2017-02-10 06:30:42 -05:00