File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 6060
6161 - name : Live log (false condition)
6262 run : |
63- spp-cli -a change-me add- log -c 1==2 -l provider E2ETest.py 19 Hello {}
63+ spp-cli -a change-me add log -c 1==2 -l provider E2ETest.py 19 Hello {}
6464 resp=$(spp-cli -a change-me get instruments) && [[ $(echo $resp | jq -r .[0]."applied") == "true" ]] && echo $resp || (echo $resp && exit 1)
6565 curl ${{ env.E2E_APP_HOST }}:5000 && sleep 35s
6666 resp=$(spp-cli -a change-me get instruments) && [[ $(echo $resp | jq -r .[0]."meta"."hit_count") == "0" ]] && echo $resp || (echo $resp && exit 1)
7979
8080 - name : Live log (hit limit = 2)
8181 run : |
82- spp-cli -a change-me add- log -hitLimit 2 -l provider E2ETest.py 19 Hello {}
82+ spp-cli -a change-me add log -hitLimit 2 -l provider E2ETest.py 19 Hello {}
8383 resp=$(spp-cli -a change-me get instruments) && [[ $(echo $resp | jq -r .[0]."applied") == "true" ]] && echo $resp || (echo $resp && exit 1)
8484 resp=$(spp-cli -a change-me get instruments) && [[ $(echo $resp | jq -r .[0]."hitLimit") == "2" ]] && echo $resp || (echo $resp && exit 1)
8585 resp=$(spp-cli -a change-me get instruments) && [[ $(echo $resp | jq -r .[0]."meta"."hit_count") == "0" ]] && echo $resp || (echo $resp && exit 1)
You can’t perform that action at this time.
0 commit comments