Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Marr <git@stefan-marr.de>
  • Loading branch information
smarr committed Mar 17, 2024
1 parent 74f6606 commit 28a49bd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,10 @@ jobs:
curl -s http://localhost:33333/rebenchdb/dash/2/data-overview | jq '.data[0].expid'
EXPID=$(curl -s http://localhost:33333/rebenchdb/dash/2/data-overview | jq '.data[0].expid')
curl -s http://localhost:33333/ReBenchDB-integration-test/data/$EXP_ID > /dev/null
sleep 5 # give the server some time to generate the json.gz file
curl -s http://localhost:33333/ReBenchDB-integration-test/data/$EXP_ID
# > /dev/null
sleep 10 # give the server some time to generate the json.gz file
curl -sL http://localhost:33333/ReBenchDB-integration-test/data/$EXP_ID
curl -sL http://localhost:33333/ReBenchDB-integration-test/data/$EXP_ID -o actual.json.gz
gzip -k -d actual.json.gz
node check-data.js

0 comments on commit 28a49bd

Please sign in to comment.