[Groonga-commit] pgroonga/pgroonga at 17d5ad0 [master] travis: shorten VACUUM timing

Back to archive index

Kouhei Sutou null+****@clear*****
Sat Aug 12 10:53:47 JST 2017


Kouhei Sutou	2017-08-12 10:53:47 +0900 (Sat, 12 Aug 2017)

  New Revision: 17d5ad010131b22c21394eb1f12ca37101532f42
  https://github.com/pgroonga/pgroonga/commit/17d5ad010131b22c21394eb1f12ca37101532f42

  Message:
    travis: shorten VACUUM timing

  Modified files:
    .travis.yml

  Modified: .travis.yml (+2 -2)
===================================================================
--- .travis.yml    2017-08-12 10:48:25 +0900 (8c5fd63)
+++ .travis.yml    2017-08-12 10:53:47 +0900 (634a94c)
@@ -58,7 +58,7 @@ script:
     esac
   - sudo -u postgres -H mkdir -p /tmp/space
   - |
-    (for i in $(seq 2); do sleep 30; psql -d test -c VACUUM; done) &
+    (for i in $(seq 2); do sleep 10; psql -d test -c VACUUM -a; done) &
     PG_REGRESS_DIFF_OPTS="-u" \
       make installcheck \
         TMP_DIR=/tmp \
@@ -70,4 +70,4 @@ script:
     fi
 after_failure:
   - cat regression.diffs
-  - sudo cat /var/ramfs/postgresql/${PG_VERSION}/main/pgroonga.log
+#  - sudo cat /var/ramfs/postgresql/${PG_VERSION}/main/pgroonga.log
-------------- next part --------------
HTML����������������������������...
下载 



More information about the Groonga-commit mailing list
Back to archive index