This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".
The branch, 6.0 has been updated
via a4a98ca99e7a5464be347d447fdde97c69fcf260 (commit)
from ac2b8fa90e80693d8e2d1a51acccca25569033e2 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=a4a98ca99e7a5464be347d447fdde97c69fcf260
commit a4a98ca99e7a5464be347d447fdde97c69fcf260
Author: Sylvain Beucler <[email protected]>
Date: Tue Jul 7 16:52:00 2015 +0200
testsuite: moving DB to RAM gives little improvement if any (probably due
to disabling sync already); reverting
diff --git a/autoinstall/run-testsuite.sh b/autoinstall/run-testsuite.sh
index 0b6daef..4be5fd1 100755
--- a/autoinstall/run-testsuite.sh
+++ b/autoinstall/run-testsuite.sh
@@ -80,16 +80,6 @@ patch -N
/usr/share/*/PHPUnit/Extensions/SeleniumTestCase.php <<'EOF' || true
$this->testId . ".png\n";
EOF
-# Move database to tmpfs
-pgdir=/var/lib/postgresql
-if [ -e /etc/redhat-release ]; then pgdir=/var/lib/pgsql; fi
-if [ -d $pgdir ] && [ ! -L $pgdir ]; then
- mv $pgdir /dev/shm/
- ln -s /dev/shm/$(basename $pgdir) /var/lib/
-fi
-rm -rf $(readlink -f $pgdir.backup) $pgdir.backup
-ln -nfs /dev/shm/$(basename $pgdir).backup /var/lib/
-
# Reset the database to post-install state
$(dirname $0)/../tests/func/db_reload.sh --reset
$(dirname $0)/../tests/func/db_reload.sh --backup
-----------------------------------------------------------------------
Summary of changes:
autoinstall/run-testsuite.sh | 10 ----------
1 file changed, 10 deletions(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits