Bug #50313 | The test backup_thd_delete has non-deterministic output | ||
---|---|---|---|
Submitted: | 13 Jan 2010 18:43 | Modified: | 25 Feb 2010 1:38 |
Reporter: | Chuck Bell | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Backup | Severity: | S3 (Non-critical) |
Version: | 6.0.14 | OS: | Any |
Assigned to: | Chuck Bell | CPU Architecture: | Any |
[13 Jan 2010 18:43]
Chuck Bell
[13 Jan 2010 18:49]
Chuck Bell
According to the original bug that created this test, BUG#49342, the test tests a crash condition and not a specific state of the threads in question. Therefore, I conclude the output of the SHOW PROCESSLIST is not important and should be masked for deterministic test behavior.
[13 Jan 2010 18:54]
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/96811 2934 Chuck Bell 2010-01-13 BUG#50313 : The test backup_thd_delete has non-deterministic output The output of SHOW PROCESSLIST can be deterministic on some machines depending on load and timing of the test sequences. This patch masks the output of SHOW PROCESSLIST to avoid capture of additional processes and states in the output. @ mysql-test/suite/backup/t/backup_thd_delete.test Mask output of SHOW PROCESSLIST. Does not require a new result file.
[14 Jan 2010 10:10]
Ingo Strüwing
Please apply a few changes to the patch as discussed on IRC.
[14 Jan 2010 14:12]
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/96902 2934 Chuck Bell 2010-01-14 BUG#50313 : The test backup_thd_delete has non-deterministic output The output of SHOW PROCESSLIST can be deterministic on some machines depending on load and timing of the test sequences. This patch masks the output of SHOW PROCESSLIST to avoid capture of additional processes and states in the output. @ mysql-test/suite/backup/t/backup_thd_delete.test Mask output of SHOW PROCESSLIST. Does not require a new result file. Added missing reap.
[14 Jan 2010 14:56]
Ingo Strüwing
Approved with request.
[14 Jan 2010 15:04]
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/96916 2934 Chuck Bell 2010-01-14 BUG#50313 : The test backup_thd_delete has non-deterministic output The output of SHOW PROCESSLIST can be non-deterministic on some machines depending on load and timing of the test sequences. The output of SHOW PROCESSLIST is irrelevant for the test anyway. We just need to prove that it doesn't crash. @ mysql-test/suite/backup/t/backup_thd_delete.test Mask output of SHOW PROCESSLIST. Does not require a new result file. Added missing reap.
[14 Jan 2010 15:07]
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/96919 3063 Chuck Bell 2010-01-14 Merge of BUG#50313.
[20 Feb 2010 9:18]
Bugs System
Pushed into 6.0.14-alpha (revid:ingo.struewing@sun.com-20100218152520-s4v1ld76bif06eqn) (version source revid:ingo.struewing@sun.com-20100119194038-2cmbu0p2x2t6dxmj) (merge vers: 6.0.14-alpha) (pib:16)
[25 Feb 2010 1:38]
Paul DuBois
Changes to test case. No changelog entry needed.