~ubuntu-branches/ubuntu/vivid/pgpool2/vivid

« back to all changes in this revision

Viewing changes to test/regression/tests/050.bug58/test.sh

  • Committer: Package Import Robot
  • Author(s): Christoph Berg
  • Date: 2014-10-15 21:36:17 UTC
  • mfrom: (15.2.5 sid)
  • Revision ID: package-import@ubuntu.com-20141015213617-opxy1fvj2im734tw
Tags: 3.3.4-1
* New upstream release.
* Remove test patches that no longer apply.
* Skip installcheck test on 8.4/9.0.
* Add systemd service file, initial patch by Michael Stapelberg, thanks!
  Closes: #756453.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#! /bin/bash
 
1
#!/usr/bin/env bash
2
2
#-------------------------------------------------------------------
3
3
# test script for bug#58
4
4
# 0000058: query cache invalidation does not fire for multiple DML in transaction
13
13
 
14
14
# create test environment
15
15
echo -n "creating test environment..."
16
 
bash $PGPOOL_SETUP -m s -n 1 --no-stop|| exit 1
 
16
$PGPOOL_SETUP -m s -n 1 --no-stop|| exit 1
17
17
echo "done."
18
18
 
19
19
source ./bashrc.ports