Bug #39785 Test binlog.binlog_stm_row is failing on Pushbuild
Submitted: 1 Oct 2008 17:46 Modified: 17 Oct 2008 18:08
Reporter: Patrick Crews Email Updates:
Status: Closed Impact on me:
None 
Category:Tests: Server Severity:S3 (Non-critical)
Version:6.0 OS:Any
Assigned to: Patrick Crews CPU Architecture:Any
Tags: binlog, information_schema, mysql-test, test failure, Tests

[1 Oct 2008 17:46] Patrick Crews
Description:
The test binlog.binlog_stm_row is failing on Pushbuild.

This is due to the change in information_schema.processlist.status data for 6.0.

The expected result needs to change to "Table lock" from "Locked".

How to repeat:
Run the test:

./mtr --suite=binlog binlog_stm_row

Observe the test failure.

The output says that wait_condition times out, but that is because the processlist status we look for isn't correct and will never match.

Suggested fix:
Need to update the test to expect the new processlist status.
[1 Oct 2008 17:49] 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/54979

2836 Patrick Crews	2008-10-01
      Bug#39785:  Test binlog.binlog_stm_row is failing on Pushbuild
      
      Changed information_schema.processlist.status value that we seek.
[1 Oct 2008 17: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/54981

2836 Patrick Crews	2008-10-01
      Bug#39785:  Test binlog.binlog_stm_row is failing on Pushbuild
      
      Changed information_schema.processlist.status value that we seek.
[2 Oct 2008 14:15] 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/55085

2839 Patrick Crews	2008-10-02
      Bug#39785 Test binlog.binlog_stm_row failing on Pushbuild
      Bug#38311 Some tests use 'rm' which is not portable
      
      Fix of broken pushbuild tests for 6.0-5.1.29-rc tree.  Also removal of 
      some 'rm' calls that weren't present in -bugteam trees.
[2 Oct 2008 14:19] 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/55091

2839 Patrick Crews	2008-10-02
      Bug#39785 Test binlog.binlog_stm_row failing on Pushbuild
      Bug#38311 Some tests use 'rm' which is not portable
      
      Fix of broken pushbuild tests for 6.0-5.1.29-rc tree.  Also removal of 
      some 'rm' calls that weren't present in -bugteam trees.
[17 Oct 2008 16:43] Bugs System
Pushed into 6.0.8-alpha  (revid:patrick.crews@sun.com-20081002141427-0iau82dmfg0e3vst) (version source revid:kgeorge@mysql.com-20081007153644-uypi14yjgque9obc) (pib:5)
[17 Oct 2008 18:08] Paul DuBois
Test case changes. No changelog entry needed.