Date: Monday, March 30, 2015 @ 22:28:16 Author: anatolik Revision: 130384
upgpkg: rethinkdb 1.16.3-1 Modified: rethinkdb/trunk/PKGBUILD Deleted: rethinkdb/trunk/increase_test_tries.patch ---------------------------+ PKGBUILD | 16 ++++++---------- increase_test_tries.patch | 13 ------------- 2 files changed, 6 insertions(+), 23 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-03-30 20:20:42 UTC (rev 130383) +++ PKGBUILD 2015-03-30 20:28:16 UTC (rev 130384) @@ -4,8 +4,8 @@ # Contributor: Sigmund Lahn <[email protected]> pkgname=rethinkdb -pkgver=1.16.2 -_tag=rethinkdb-$pkgver-1 +pkgver=1.16.3 +_tag=rethinkdb-$pkgver pkgrel=1 pkgdesc='An open-source distributed database built with love.' arch=(i686 x86_64) @@ -20,12 +20,10 @@ http://download.rethinkdb.com/dist/$_tag.tgz rethinkdb-tmpfile.conf rethinkdb.service - increase_test_tries.patch ) -sha256sums=('0ec3dcfecad3a94dc0247d4ed39c02db2169e2bf5a6e925f30c374899ebc24a7' +sha256sums=('62fc20856dd6ff5a7344739e36fd8d3c4baf463ee8ec7bdb985445b0992c3cfa' '656d3a42e75d087e723f71aa320fdd91cbbb82071ef72eb11fd3e4a619b429a4' - 'e56bffa2b9ebc3a00ef566ab2be0719a633c89d961a2461dfa2d9ffdb258c1a2' - 'be7b453f9d96078a394c76a543316b6c93edd1b7a926c2aa97d442761a2a1d58') + 'e56bffa2b9ebc3a00ef566ab2be0719a633c89d961a2461dfa2d9ffdb258c1a2') prepare() { cd $_tag @@ -34,8 +32,6 @@ -e 's|#!/usr/bin/python|#!/usr/bin/python2|' \ -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \ -i scripts/*.py - - patch -p1 < ../increase_test_tries.patch } build() { @@ -48,8 +44,8 @@ check() { cd $_tag -# make build/release/rethinkdb-unittest -# ./build/release/rethinkdb-unittest + make build/release/rethinkdb-unittest + ./build/release/rethinkdb-unittest --gtest_filter=-RDBBtree.* # some tests might be flaky on btrfs filesystem! } Deleted: increase_test_tries.patch =================================================================== --- increase_test_tries.patch 2015-03-30 20:20:42 UTC (rev 130383) +++ increase_test_tries.patch 2015-03-30 20:28:16 UTC (rev 130384) @@ -1,13 +0,0 @@ -diff --git a/src/unittest/rdb_btree.cc b/src/unittest/rdb_btree.cc -index 4104a8e..df46aa5 100644 ---- a/src/unittest/rdb_btree.cc -+++ b/src/unittest/rdb_btree.cc -@@ -23,7 +23,7 @@ - #include "unittest/unittest_utils.hpp" - - #define TOTAL_KEYS_TO_INSERT 1000 --#define MAX_RETRIES_FOR_SINDEX_POSTCONSTRUCT 5 -+#define MAX_RETRIES_FOR_SINDEX_POSTCONSTRUCT 20 - - namespace unittest { -
