Skip to content

Commit

Permalink
Merge 9625be0 into 00c09ca
Browse files Browse the repository at this point in the history
  • Loading branch information
Pchelolo committed Jun 6, 2019
2 parents 00c09ca + 9625be0 commit 43e9c86
Show file tree
Hide file tree
Showing 34 changed files with 1,642 additions and 555 deletions.
10 changes: 8 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,13 @@ addons:
- openjdk-8-jre-headless

env:
- CASSANDRA_VERSION=3.11.2 TEST_TARGET=all
- CASSANDRA_VERSION=3.11.2 TEST_TARGET=sqlite TEST_MODE=fs
- CASSANDRA_VERSION=3.11.2 TEST_TARGET=cassandra TEST_MODE=fs
- CASSANDRA_VERSION=3.11.2 TEST_TARGET=sqlite TEST_MODE=ftfs
- CASSANDRA_VERSION=3.11.2 TEST_TARGET=cassandra TEST_MODE=ftfs
# Disabled until a new feature in restbase-mod-table-* is delivered.
# - CASSANDRA_VERSION=3.11.2 TEST_TARGET=sqlite TEST_MODE=ftbe
# - CASSANDRA_VERSION=3.11.2 TEST_TARGET=cassandra TEST_MODE=ftbe

before_install:
- wget https://archive.apache.org/dist/cassandra/${CASSANDRA_VERSION}/apache-cassandra-${CASSANDRA_VERSION}-bin.tar.gz -P ../
Expand All @@ -29,4 +35,4 @@ before_install:
- sed -i -e 's/^-XX:+UseNUMA/#-XX:+UseNUMA/' ../apache-cassandra-${CASSANDRA_VERSION}/conf/jvm.options
- bash -x ../apache-cassandra-${CASSANDRA_VERSION}/bin/cassandra

script: npm run lint && npm run coverage -- ${TEST_TARGET} && (npm run-script coveralls || exit 0)
script: npm run lint && npm run coverage -- ${TEST_TARGET} ${TEST_MODE} && (npm run-script coveralls || exit 0)
181 changes: 0 additions & 181 deletions config.example.wikimedia.yaml

This file was deleted.

0 comments on commit 43e9c86

Please sign in to comment.