Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pcmoritz committed Nov 20, 2016
1 parent 34ec73a commit b97df6d
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions src/plasma/test/run_client_tests.sh
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
../common/thirdparty/redis-3.2.3/src/redis-server &
sleep 1
# flush the redis server
../common/thirdparty/redis-3.2.3/src/redis-cli flushall &
sleep 1
./build/plasma_store -s /tmp/store1 &
./build/plasma_manager -m /tmp/manager1 -s /tmp/store1 -h 127.0.0.1 -p 11111 -r 127.0.0.1:6379 &
./build/plasma_store -s /tmp/store2 &
./build/plasma_manager -m /tmp/manager2 -s /tmp/store2 -h 127.0.0.1 -p 22222 -r 127.0.0.1:6379 &
../common/thirdparty/redis-3.2.3/src/redis-server &
sleep 1
./build/client_tests
kill %1
kill %2
kill %3
kill %2
kill %5
kill %4
kill %1

0 comments on commit b97df6d

Please sign in to comment.