File: run-tests.sh

package info (click to toggle)
skytools 2.1.8-2.2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 1,980 kB
  • ctags: 1,543
  • sloc: sql: 6,635; python: 6,237; ansic: 2,799; makefile: 308; sh: 268
file content (17 lines) | stat: -rwxr-xr-x 304 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#! /bin/sh

. ./env.sh

./gendb.sh

pgqadm.py -d conf/ticker.ini ticker
queue_mover.py -d conf/mover.ini
cube_dispatcher.py -d conf/cube.ini
table_dispatcher.py -d conf/table.ini

sleep 1
psql scriptsrc <<EOF
insert into data1 (data) values ('data1.1');
insert into data1 (data) values ('data1.2');
EOF