Replies: 2 comments 7 replies
-
Can you share the experiment.json ? |
Beta Was this translation helpful? Give feedback.
1 reply
-
I am not sure if if r.status_code != expected_status:
raise FailedActivity(r.text) but it looks like this was removed years ago The CTK syntax isn't strictly enforced, so you can add attributes to it that just don't get evaluated. I suspect that's what's happening with the Thats my initial stab in the dark. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In my experiment I want to terminate a kubernetes pod and test the api responses of the app right after.
In the generated journal I can see that the http request had a status of 500, which does not match the expected_status of 200:
Why is it, that the status of the probe is still "succeeded", although the output status does not match the expected_status?
Is there a way to get the probe to "fail" when the expected_status is not matched?
Beta Was this translation helpful? Give feedback.
All reactions