Bug #45722 Fix ndb_binlog.ndb_binlog_basic.test (there are disabled lines)
Submitted: 24 Jun 2009 17:44 Modified: 17 May 2024 8:41
Reporter: Alexander Nozdrin Email Updates:
Status: Won't fix Impact on me:
None 
Category:Tests: Cluster Severity:S3 (Non-critical)
Version:5.4 OS:Any
Assigned to: CPU Architecture:Any
Tags: disabled

[24 Jun 2009 17:44] Alexander Nozdrin
Description:
The file contains the following:

# check that purge clears the ndb_binlog_index
#
# TODO: make this deterministic
# This test is disabled until we can make this determistic under load.
# The problem is that in some cases, the binlog writing thread gets
# scheduled after the purge, writes pending things, then the select
# gets scheduled
#
flush logs;
--sleep 1
purge master logs before now();
--disable_parsing
select count(*) from mysql.ndb_binlog_index;
--enable_parsing

How to repeat:
*
[17 May 2024 8:41] Magnus BlÄudd
Posted by developer:
 
Testcase does not contain the mentioned TODO and is known to be stable.

Closing as rejected.