forked from facebook/mysql-5.6
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix test failures in innodb_hugestress_blob_*
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
Showing
9 changed files
with
10 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,3 +4,4 @@ | |
--innodb_flush_log_at_trx_commit=2 | ||
--force-restart | ||
--innodb_buffer_pool_size=512M | ||
--innodb_log_file_size=128M |
1 change: 1 addition & 0 deletions
1
mysql-test/suite/innodb_stress/t/innodb_hugestress_blob-slave.opt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,3 +4,4 @@ | |
--innodb_flush_log_at_trx_commit=2 | ||
--force-restart | ||
--innodb_buffer_pool_size=512M | ||
--innodb_log_file_size=128M |
1 change: 1 addition & 0 deletions
1
mysql-test/suite/innodb_stress/t/innodb_hugestress_blob_nocompress-slave.opt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,3 +4,4 @@ | |
--innodb_flush_log_at_trx_commit=2 | ||
--force-restart | ||
--innodb_buffer_pool_size=512M | ||
--innodb_log_file_size=128M |
1 change: 1 addition & 0 deletions
1
mysql-test/suite/innodb_stress/t/innodb_hugestress_crash_blob-slave.opt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,3 +4,4 @@ | |
--innodb_flush_log_at_trx_commit=2 | ||
--force-restart | ||
--innodb_buffer_pool_size=512M | ||
--innodb_log_file_size=128M |
1 change: 1 addition & 0 deletions
1
mysql-test/suite/innodb_stress/t/innodb_hugestress_crash_blob_nocompress-slave.opt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |