Skip to content

Commit

Permalink
Fix test failures in innodb_hugestress_blob_*
Browse files Browse the repository at this point in the history
Summary:
Squash with cf208d3 Fix test failures in innodb_hugestress_docstore_*

(Applying the same test fix of cf208d3 to innodb_hugestress_blob_* as well)

Test Plan:
Ran `./mtr  --suite=innodb_stress --force --big-test --testcase-timeout=5000 --suite-timeout=500`

innodb_stress.innodb_hugestress_blob     [ pass ]  1683714
innodb_stress.innodb_hugestress_blob_nocompress [ pass ]  1695799
innodb_stress.innodb_hugestress_crash_blob [ pass ]  1270480
innodb_stress.innodb_hugestress_crash_blob_nocompress [ pass ]  1277275

Reviewers: santoshb, jtolmer

Reviewed By: jtolmer

Subscribers: webscalesql-eng

Differential Revision: https://reviews.facebook.net/D54519
  • Loading branch information
tianx authored and Herman Lee committed Feb 22, 2016
1 parent 7e4d4e6 commit 76ef39e
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mysql-test/suite/innodb_stress/include/innodb_stress.inc
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
--let $histogram_step_size_binlog_fsync_save_slave = `SELECT @@histogram_step_size_binlog_fsync`

--disable_query_log
# DocStore hugestress tests create large transaction (redo) logs. Suppress
# DocStore/blob hugestress tests create large transaction (redo) logs. Suppress
# warnings of resizing redo logs
call mtr.add_suppression("InnoDB: Resizing redo log");
call mtr.add_suppression("InnoDB: Starting to delete and rewrite log files");
Expand All @@ -38,7 +38,7 @@ call mtr.add_suppression("Warning: database page corruption or a failed");
# Defragmentation might still hold a table open so drop table will be executed asynchronously, generating warning.
call mtr.add_suppression("InnoDB: Warning: MySQL is trying to drop table ");

# DocStore hugestress tests create large transaction (redo) logs. Suppress
# DocStore/blob hugestress tests create large transaction (redo) logs. Suppress
# warnings of resizing redo logs
call mtr.add_suppression("InnoDB: Resizing redo log");
call mtr.add_suppression("InnoDB: Starting to delete and rewrite log files");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
--innodb_flush_log_at_trx_commit=2
--force-restart
--innodb_buffer_pool_size=512M
--innodb_log_file_size=128M
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
--innodb_flush_log_at_trx_commit=2
--innodb_buffer_pool_size=512M
--log_slave_updates=0
--innodb_log_file_size=128M
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
--innodb_flush_log_at_trx_commit=2
--force-restart
--innodb_buffer_pool_size=512M
--innodb_log_file_size=128M
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
--innodb_flush_log_at_trx_commit=2
--innodb_buffer_pool_size=512M
--log_slave_updates=0
--innodb_log_file_size=128M
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
--innodb_flush_log_at_trx_commit=2
--force-restart
--innodb_buffer_pool_size=512M
--innodb_log_file_size=128M
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
--innodb_flush_log_at_trx_commit=2
--innodb_buffer_pool_size=512M
--log_slave_updates=0
--innodb_log_file_size=128M
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
--innodb_flush_log_at_trx_commit=2
--force-restart
--innodb_buffer_pool_size=512M
--innodb_log_file_size=128M
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
--innodb_flush_log_at_trx_commit=2
--innodb_buffer_pool_size=512M
--log_slave_updates=0
--innodb_log_file_size=128M

0 comments on commit 76ef39e

Please sign in to comment.