| Bug #51458 | partition_debug_sync hangs | ||
|---|---|---|---|
| Submitted: | 24 Feb 2010 14:30 | Modified: | 2 Mar 2010 15:59 | 
| Reporter: | Georgi Kodinov | Email Updates: | |
| Status: | Closed | Impact on me: | |
| Category: | Tests: Engine | Severity: | S3 (Non-critical) | 
| Version: | mysql-pe | OS: | Linux (x86_64) | 
| Assigned to: | Mattias Jonsson | CPU Architecture: | Any | 
   [25 Feb 2010 15:38]
   Bugs System        
  A patch for this bug has been committed. After review, it may be pushed to the relevant source trees for release in the next version. You can access the patch from: http://lists.mysql.com/commits/101467 3926 Mattias Jonsson 2010-02-25 Bug#51458: partition_debug_sync hangs Updated test after merge of mysql-6.0-codebase into mysql-pe which changed DEBUG_SYNC used in the test. @ mysql-test/r/partition_debug_sync.result Bug#51458: partition_debug_sync hangs Updated test after merge of mysql-6.0-codebase into mysql-pe which changed DEBUG_SYNC used in the test. @ mysql-test/t/disabled.def Bug#51458: partition_debug_sync hangs Test is OK now, removed innodb_builtin since it does not exists @ mysql-test/t/partition_debug_sync.test Bug#51458: partition_debug_sync hangs Updated test after merge of mysql-6.0-codebase into mysql-pe which changed DEBUG_SYNC used in the test.
   [25 Feb 2010 15:39]
   Bugs System        
  A patch for this bug has been committed. After review, it may be pushed to the relevant source trees for release in the next version. You can access the patch from: http://lists.mysql.com/commits/101468 3927 Mattias Jonsson 2010-02-25 Bug#51458: partition_debug_sync hangs Updated test after merge of mysql-6.0-codebase into mysql-pe which changed DEBUG_SYNC used in the test. @ mysql-test/r/partition_debug_sync.result Bug#51458: partition_debug_sync hangs Updated test after merge of mysql-6.0-codebase into mysql-pe which changed DEBUG_SYNC used in the test. @ mysql-test/t/disabled.def Bug#51458: partition_debug_sync hangs Test is OK now, removed innodb_builtin since it does not exists @ mysql-test/t/partition_debug_sync.test Bug#51458: partition_debug_sync hangs Updated test after merge of mysql-6.0-codebase into mysql-pe which changed DEBUG_SYNC used in the test.
   [25 Feb 2010 15:40]
   Mattias Jonsson        
  pushed to mysql-pe (test case change only, the only thing that changed was to change a DEBUG_SYNC point name).
   [2 Mar 2010 14:32]
   Bugs System        
  Pushed into 6.0.14-alpha (revid:alik@sun.com-20100302142746-u1gxdf5yk2bjrq3e) (version source revid:alik@sun.com-20100301095421-4cz64ibem1h2quve) (merge vers: 6.0.14-alpha) (pib:16)
   [2 Mar 2010 15:59]
   Paul DuBois        
  Changes to test case. No changelog entry needed.


Description: partition_debug_sync hangs after a merge from 6.0-codebase: main.partition_debug_sync w2 [ fail ] Test ended at 2010-02-24 16:08:44 CURRENT_TEST: main.partition_debug_sync --- /home/kgeorge/mysql/work/merge-pe/mysql-test/r/partition_debug_sync.result 2010-02-24 15:27:07.000000000 +0300 +++ /home/kgeorge/mysql/work/merge-pe/mysql-test/r/partition_debug_sync.reject 2010-02-24 17:08:44.000000000 +0300 @@ -25,6 +25,8 @@ SET DEBUG_SYNC= 'rm_table_part2_before_delete_table WAIT_FOR partitioning_removed'; DROP TABLE IF EXISTS t1; # Con 1 +Warnings: +Warning 1639 debug sync point wait timed out SET DEBUG_SYNC= 'RESET'; SET DEBUG_SYNC= 'RESET'; # @@ -52,6 +54,8 @@ SET DEBUG_SYNC= 'rm_table_part2_before_binlog SIGNAL delete_done'; DROP TABLE IF EXISTS t2; # Con 1 +Warnings: +Warning 1639 debug sync point wait timed out SET DEBUG_SYNC= 'RESET'; # Con default SET DEBUG_SYNC= 'RESET'; mysqltest: Result content mismatch - saving '/home/kgeorge/mysql/work/merge-pe/mysql-test/var/2/log/main.partition_debug_sync/' to '/home/kgeorge/mysql/work/merge-pe/mysql-test/var/log/main.partition_debug_sync/' Retrying test, attempt(2/3)... How to repeat: re-enable the test and run the test suite. Suggested fix: Make the test not to fail.