Skip to content

Commit

Permalink
clean up files in src/test/archive
Browse files Browse the repository at this point in the history
  • Loading branch information
dkijania committed May 30, 2024
1 parent 959014d commit 8170241
Show file tree
Hide file tree
Showing 8 changed files with 46 additions and 9,933 deletions.
2 changes: 1 addition & 1 deletion buildkite/scripts/replayer-test.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash

source scripts/replayer-test.sh -i src/test/archive/sample_db/input.json -p $PG_CONN -a mina-replayer
source scripts/replayer-test.sh -i src/test/archive/sample_db/replayer_input_file.json -p $PG_CONN -a mina-replayer
2 changes: 1 addition & 1 deletion scripts/replayer-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# test replayer on known archive db
set -x

INPUT_FILE=src/test/archive/sample_db/input.json
INPUT_FILE=src/test/archive/sample_db/replayer_input_file.json
REPLAYER_APP=_build/default/src/app/replayer/replayer.exe
PG_CONN=postgres://postgres:postgres@localhost:5433/archive

Expand Down
Loading

0 comments on commit 8170241

Please sign in to comment.