Skip to content

MTR: binlog test suite failed to cleanup #60

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions mysql-test/suite/binlog/t/binlog_bug36391.test
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,4 @@ SHOW TABLES;

# Clean up
DROP TABLE t1;
--remove_file $datadir/master-bin.saved
2 changes: 1 addition & 1 deletion mysql-test/suite/binlog/t/binlog_checksum.test
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ show tables;
drop table t1;
set @@global.binlog_checksum = @save_binlog_checksum;
set @@global.master_verify_checksum = @save_master_verify_checksum;

--remove_file $MYSQLD_DATADIR/master-bin.saved
--echo End of the tests
1 change: 1 addition & 0 deletions mysql-test/suite/binlog/t/binlog_mysqlbinlog-cp932.test
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,4 @@ select HEX(f) from t4;

drop table t3, t4, t03, t04;
--echo End of 5.0 tests
--remove_file $datadir/master-bin.saved
2 changes: 2 additions & 0 deletions mysql-test/suite/binlog/t/binlog_tmp_table.test
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ select * from foo;

# clean up
drop table foo;
-- remove_file $MYSQLD_DATADIR/master-bin.saved35583

#################################################################
# BUG#51226
Expand Down Expand Up @@ -163,3 +164,4 @@ RESET MASTER;
# assertion: assert that when replaying the binary log will succeed,
# instead of failing with "Table 'XXX.YYY' doesn't exist"
-- exec $MYSQL_BINLOG $MYSQLD_DATADIR/master-bin.saved51226 | $MYSQL
-- remove_file $MYSQLD_DATADIR/master-bin.saved51226