Skip to content

Commit

Permalink
Introduce 3 running modes: fs, ftfs, ftbe
Browse files Browse the repository at this point in the history
Change-Id: I5db24111bc3f38d71a7f2d1342579636e6664711
  • Loading branch information
Pchelolo committed Jun 4, 2019
1 parent 76f0962 commit 3a020d1
Show file tree
Hide file tree
Showing 37 changed files with 1,435 additions and 1,574 deletions.
10 changes: 6 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,12 @@ addons:
- openjdk-8-jre-headless

env:
- CASSANDRA_VERSION=3.11.2 TEST_TARGET=sqlite TEST_MODE=single_process
- CASSANDRA_VERSION=3.11.2 TEST_TARGET=cassandra TEST_MODE=single_process
- CASSANDRA_VERSION=3.11.2 TEST_TARGET=sqlite TEST_MODE=multi_process
- CASSANDRA_VERSION=3.11.2 TEST_TARGET=cassandra TEST_MODE=multi_process
- 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
- 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 Down
66 changes: 0 additions & 66 deletions config.example.storage.wikimedia.yaml

This file was deleted.

187 changes: 0 additions & 187 deletions config.example.wikimedia.yaml

This file was deleted.

Loading

0 comments on commit 3a020d1

Please sign in to comment.