Skip to content

Commit

Permalink
[#241] Added log to find out flaky build cause
Browse files Browse the repository at this point in the history
  • Loading branch information
dlebrero committed Jan 8, 2021
1 parent 757ce5e commit 5a7c5d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nginx-auth0/test-cache.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ wait4ports nginx=tcp://localhost:8082 upstream=tcp://localhost:3000


log check cache miss
./api.sh "http://localhost:8082/flow/ok"
./api.sh "http://localhost:8082/flow/ok" 2>&1 | grep 'X-Cache-Status: MISS'
log check cache miss again
./api.sh "http://localhost:8082/flow/" 2>&1 | grep 'X-Cache-Status: MISS'
Expand Down

0 comments on commit 5a7c5d2

Please sign in to comment.