#At file:///work/bzr/mysql-5.1-bug/
2718 Horst Hunger 2008-12-03
temporary fix for Bug#37780: A short analysis of the test shows that it needs a replacement of the sleeps and as "In most cases, it might take some time for the thread to die, because the kill flag is checked only at specific intervals" (user manual) to carfully check that and insert waiting for that event.
modified:
mysql-test/t/disabled.def
=== modified file 'mysql-test/t/disabled.def'
--- a/mysql-test/t/disabled.def 2008-11-17 20:25:27 +0000
+++ b/mysql-test/t/disabled.def 2008-12-03 09:39:31 +0000
@@ -10,5 +10,6 @@
#
##############################################################################
federated_transactions : Bug#29523 Transactions do not work
-log_tables.test : Bug #37798: main.log_tables fails randomly on powermacg5 and windows
-slow_query_log_func.test : Bug #37962: *_func tests containing sleeps/race conditions
+log_tables : Bug #37798: main.log_tables fails randomly on powermacg5 and windows
+slow_query_log_func : Bug #37962: *_func tests containing sleeps/race conditions
+kill : Bug#37780 2008-12-03 HHunger need some changes to be robust enoiugh for pushbuild.
| Thread |
|---|
| • bzr commit into mysql-5.1 branch (horst:2718) Bug#37780 | Horst Hunger | 3 Dec |