Bug #40748 Backup tests not terminating debug_sync correctly
Submitted: 14 Nov 2008 16:56 Modified: 26 Nov 2008 15:56
Reporter: Chuck Bell Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Backup Severity:S3 (Non-critical)
Version:6.0.8 OS:Any
Assigned to: Chuck Bell CPU Architecture:Any

[14 Nov 2008 16:56] Chuck Bell
Description:
Two of the backup tests fail to correctly terminate the debug_sync facility. All tests that use this facility must issue the command:

SET DEBUG_SYNC= 'reset';

at the end of the test to ensure subsequent tests can initialize the debug_sync facility.

These tests are:

backup.backup_timeout
backup.backup_online_testing

How to repeat:
Test inspection.

Suggested fix:
Add command to end of tests.
[14 Nov 2008 19:51] 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/58841

2734 Chuck Bell	2008-11-14
      BUG#40748 : Backup tests not terminating debug_sync correctly
      
      Tests that do not include the reset command for debug_sync can 
      cause subsequent tests to be skipped. This patch adds the
      missing statements to the tests.
[17 Nov 2008 8:38] Jørgen Løland
Good to push
[17 Nov 2008 14:33] Rafal Somla
Good to push.
[19 Nov 2008 22:02] 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/59304

2736 Chuck Bell	2008-11-19
      BUG#40748 : Backup tests not terminating debug_sync correctly
      
      Tests that do not include the reset command for debug_sync can 
      cause subsequent tests to be skipped. This patch adds the
      missing statements to the tests.
[26 Nov 2008 8:50] Bugs System
Pushed into 6.0.9-alpha  (revid:cbell@mysql.com-20081119220128-m2t8769rqz7ofmpw) (version source revid:jorgen.loland@sun.com-20081126084449-lq9ckif3hmxesy1n) (pib:5)
[26 Nov 2008 15:56] Paul DuBois
Test case changes. No changelog entry needed.
[10 Dec 2008 5:42] 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/61141

2742 He Zhenxing	2008-12-10 [merge]
      Auto Merge