[Commits] 7f8b19c: More updates
revision-id: 7f8b19cc3f261edb5beb446cef994cd65403a9bf () parent(s): 68d519ee26c75a39009046d8033199d5636e6cfb author: Sergei Petrunia committer: Sergei Petrunia timestamp: 2020-01-07 22:13:10 +0300 message: More updates --- .gitignore | 7 +++++++ test-harness/000-setup-dataset.sh | 4 ++++ 2 files changed, 11 insertions(+) diff --git a/.gitignore b/.gitignore index 0dd33f0..7f6774e 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,10 @@ mysql-boost mysql-8.0 mysql8-data/ tmp-mysql +pgdata +postgresql-12.1-inst +postgresql-12.1 +postgresql-12.1.tar.bz2 +psql-vars.sh +tmp-postgresql +imdb-2014-csv-postgresql diff --git a/test-harness/000-setup-dataset.sh b/test-harness/000-setup-dataset.sh index bd2cfa3..1cc5a91 100644 --- a/test-harness/000-setup-dataset.sh +++ b/test-harness/000-setup-dataset.sh @@ -5,12 +5,16 @@ if [ ! -d /optane/data/imdb-2014-mysql ] ; then (cd imdb-2014-csv-postgresql; wget http://homepages.cwi.nl/~boncz/job/imdb.tgz; tar zxvf imdb.tgz) +else + cp -r /optane/data/imdb-2014-postgresql imdb-2014-csv-postgresql fi if [ ! -d postgresql-12.1-inst ] ; then bash setup-server/setup-postgresql-12.sh fi +mkdir -p tmp-postgresql + bash test-harness/pg-10-load-data.sh mkdir -p ./imdb-2014-csv-mysql
participants (1)
-
psergey