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 60
60
61
61
- name : Live log (false condition)
62
62
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 {}
64
64
resp=$(spp-cli -a change-me get instruments) && [[ $(echo $resp | jq -r .[0]."applied") == "true" ]] && echo $resp || (echo $resp && exit 1)
65
65
curl ${{ env.E2E_APP_HOST }}:5000 && sleep 35s
66
66
resp=$(spp-cli -a change-me get instruments) && [[ $(echo $resp | jq -r .[0]."meta"."hit_count") == "0" ]] && echo $resp || (echo $resp && exit 1)
79
79
80
80
- name : Live log (hit limit = 2)
81
81
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 {}
83
83
resp=$(spp-cli -a change-me get instruments) && [[ $(echo $resp | jq -r .[0]."applied") == "true" ]] && echo $resp || (echo $resp && exit 1)
84
84
resp=$(spp-cli -a change-me get instruments) && [[ $(echo $resp | jq -r .[0]."hitLimit") == "2" ]] && echo $resp || (echo $resp && exit 1)
85
85
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