Does the output of "Test Sensor" respect `run_key`...
# ask-community
p
Does the output of "Test Sensor" respect
run_key
? i.e.: say a sensor has evaluated in the past and yielded a run using
run_key="a"
if I test the sensor (by using a past cursor value) and it yields another run with
run_key="a"
in that test, will the yielded run show in the output of the sensor test (even though that run would not actually launch)?
o
hi @Philippe Laflamme! the check for existing runs happens just before runs are actually launched, so this is not part of the "Test Sensor" flow
p
Ok, thanks! It would be nice if that infornation was present in the output, but thanks for clearing things up for me.