canary-checker icon indicating copy to clipboard operation
canary-checker copied to clipboard

ConnectionFailureMode

Open moshloop opened this issue 4 years ago • 3 comments

  • Failed (don't run exprs)
  • Invalid (+ fire different event, don't run exprs)
    • don't include status in lastResult function
    • check status become invalid
  • Continue (run exprs to determine status)

moshloop avatar Nov 18 '21 07:11 moshloop

If check fails, templating should not run

yashmehrotra avatar Mar 15 '23 07:03 yashmehrotra


test:
     expr: error == null && status.code > 399

moshloop avatar Mar 21 '24 13:03 moshloop

test:
     expr: error == null && status.code > 399

If we don't run expression when the check errors out, do we need the error == null check in expr?

adityathebe avatar Apr 29 '24 12:04 adityathebe