diff options
author | Matthias Leich <Matthias.Leich@sun.com> | 2008-11-19 19:17:26 +0100 |
---|---|---|
committer | Matthias Leich <Matthias.Leich@sun.com> | 2008-11-19 19:17:26 +0100 |
commit | 87c97b4785cb0634bcb0cfda81115ccf05c9b258 (patch) | |
tree | c02a8ad679664c16565bdbe908b7b8aa949f482c /mysql-test/t/multi_update2-master.opt | |
parent | 780186f962d33449cefac0e1cd12100e6fcab64f (diff) | |
download | mariadb-git-87c97b4785cb0634bcb0cfda81115ccf05c9b258.tar.gz |
Fix for Bug#26890 main.multi_update times out
The test itself is not faulty. The testcase timeout
problem happens if this IMHO mid size resource
(space in vardir, virtual memory, amount of disk I/O)
consuming test meets a weak (excessive disk I/O caused
by parallel applications or paging) testing box.
The modifications:
- Move the most time and disk I/O consuming subtest
for Bug 1820 into its own script (multi_update2)
This will reduce the likelihood that we exceed the
testcase timeout.
- Replace error numbers with error names
- Minor improvements of the formatting
-
Diffstat (limited to 'mysql-test/t/multi_update2-master.opt')
-rw-r--r-- | mysql-test/t/multi_update2-master.opt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/t/multi_update2-master.opt b/mysql-test/t/multi_update2-master.opt new file mode 100644 index 00000000000..9f1a29461ff --- /dev/null +++ b/mysql-test/t/multi_update2-master.opt @@ -0,0 +1 @@ +--set-variable=tmp_table_size=1024 |