[Pkg-mysql-commits] [mariadb-5.5] 01/02: Add patch to extend testcase timeout so that TokuDB tests will pass on 'small' 8 GB RAM machines with pbuilder

Otto Kekäläinen ottok-guest at moszumanska.debian.org
Sun Feb 16 15:29:08 UTC 2014


This is an automated email from the git hooks/post-receive script.

ottok-guest pushed a commit to branch master
in repository mariadb-5.5.

commit 07636a4fd7d1915be242d4aa63f12c74d4ff7b26
Author: Otto Kekäläinen <otto.kekalainen at seravo.fi>
Date:   Wed Feb 12 17:58:01 2014 +0200

    Add patch to extend testcase timeout so that TokuDB tests will pass on 'small' 8 GB RAM machines with pbuilder
---
 debian/patches/82_extend_default_test_timeout_for_tokudb.diff | 11 +++++++++++
 debian/patches/series                                         |  1 +
 2 files changed, 12 insertions(+)

diff --git a/debian/patches/82_extend_default_test_timeout_for_tokudb.diff b/debian/patches/82_extend_default_test_timeout_for_tokudb.diff
new file mode 100644
index 0000000..987ac62
--- /dev/null
+++ b/debian/patches/82_extend_default_test_timeout_for_tokudb.diff
@@ -0,0 +1,11 @@
+--- old/mysql-test/CMakeLists.txt	2014-02-12 17:55:23.469136898 +0200
++++ new/mysql-test/CMakeLists.txt	2014-02-12 17:54:07.471406742 +0200
+@@ -64,7 +64,7 @@
+ ENDIF()
+ 
+ 
++SET(MTR_FORCE perl ./mysql-test-run.pl --force --testcase-timeout=30)
+-SET(MTR_FORCE perl ./mysql-test-run.pl --force)
+ IF(EXISTS ${CMAKE_SOURCE_DIR}/mysql-test/suite/nist)
+   SET(TEST_NIST ${MTR_FORCE} --comment=nist suite=nist ${EXP} && 
+     ${MTR_FORCE} --comment=nist --force --suite=nist+ps ${EXP})
diff --git a/debian/patches/series b/debian/patches/series
index 469de57..dbfe3c2 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -6,4 +6,5 @@
 61_replace_dash_with_bash_mbug675185.diff
 80_skip_socket_test_if_user_undefined.diff
 81_clean_up_also_backup_files.diff
+82_extend_default_test_timeout_for_tokudb.diff
 99_rename_mariadb-server_files_in.diff

-- 
Alioth's hooks/post-receive on /srv/git.debian.org/git/pkg-mysql/mariadb-5.5.git



More information about the Pkg-mysql-commits mailing list