1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-10 23:02:54 +03:00
Files
mariadb/mysql-test/t
unknown 800bbfa04e Better error reporting in mysql-test-run (don't hide the important message
with 'head').
Test fix (this sync_with_master was nonsense).
Now all tests pass in 4.0 in autobuild.


mysql-test/mysql-test-run.sh:
  Error reporting (how mysql-test-run filters the messages which mysqltest prints
  on stderr) is not reliable. It does a 'head the first line only' which in
  my case caused me to lose some time, because in fact the worrying message was
  on the second line (logically, the one which caused the die() is at the
  end of the $TIMEFILE file, not at the beginning).
  Doing a 'tail' is better but not perfect (depending on the build, one may get
  "Maximum memory usage" as the last line); it's always good to have all messages
  and spot the important one oneself. So we print all $TIMEFILE (that's a few lines
  at most).
mysql-test/t/rpl_rotate_logs.test:
  Dont sync_with_master as the SQL slave thread may be stopped at this moment;
  just wait_for_slave_to_stop. Doing sync_with_master caused a non-deterministic
  behaviour, because (note that save_master_pos was called to early) sometimes
  MASTER_POS_WAIT() started before the SQL thread died (because of unique
  violation) so returned 0, other times it started after the SQL thread died
  so returned NULL (which is reported by mysqltest as an error, on stderr).
2003-06-17 16:35:20 +02:00
..
2003-03-13 13:44:03 +01:00
2003-02-03 09:17:47 +01:00
2002-12-26 15:55:22 +02:00
2002-03-13 17:20:17 +00:00
2001-06-12 17:13:52 +03:00
2001-10-08 05:36:35 +03:00
2002-02-13 22:37:19 +02:00
2003-06-01 23:40:01 +03:00
2002-03-22 22:55:08 +02:00
2001-11-20 17:58:00 +01:00
2001-04-17 21:30:02 +02:00
2002-05-17 10:50:57 +03:00
2001-12-13 15:53:18 +02:00
2003-04-15 22:04:16 +03:00
2002-11-22 13:52:40 +02:00
2003-06-11 22:07:23 +05:00
2001-11-30 22:09:44 -07:00
2003-01-28 08:38:28 +02:00
2003-01-11 18:02:10 +02:00
2003-02-22 18:22:39 +01:00
2003-06-15 01:04:28 +03:00
2002-12-07 22:40:20 +01:00
2001-11-28 02:55:52 +02:00
2003-04-26 16:44:42 +03:00
2003-04-26 21:10:13 +03:00
2000-12-29 16:06:10 +02:00
2001-10-24 11:52:19 -06:00
2003-04-26 16:44:42 +03:00
2003-04-03 12:33:13 +03:00
2003-03-11 13:41:53 +04:00
2001-09-01 06:57:08 +08:00
2003-04-26 14:54:53 +03:00
2001-09-27 23:05:54 -06:00
2001-08-18 10:49:00 +03:00
2001-10-08 07:24:04 +03:00
2003-05-14 01:27:26 +03:00
2003-05-14 01:27:26 +03:00
2001-03-25 01:02:26 +02:00
2001-03-25 01:02:26 +02:00
2003-01-28 08:38:28 +02:00
2003-01-28 08:38:28 +02:00
2003-04-26 21:10:13 +03:00
2002-09-11 06:40:08 +03:00
2002-09-11 06:40:08 +03:00
2003-06-15 12:01:51 +02:00
2003-06-15 12:01:51 +02:00
2002-08-24 02:10:49 +03:00
2001-12-12 18:55:33 -07:00
2001-03-25 01:02:26 +02:00
2001-03-25 01:02:26 +02:00
2001-03-25 01:02:26 +02:00
2001-03-25 01:02:26 +02:00
2001-03-25 01:02:26 +02:00
2001-03-25 01:02:26 +02:00
2001-03-25 01:02:26 +02:00
2003-03-13 14:40:13 +01:00
2003-02-07 12:54:10 +02:00
2001-11-28 03:47:15 +02:00
2002-12-05 03:52:53 +02:00
2002-05-27 23:52:21 +03:00
2001-06-28 15:24:28 +03:00
2003-05-14 01:27:26 +03:00

The file is empty.