kuttl icon indicating copy to clipboard operation
kuttl copied to clipboard

Test harness should support watching objects rather than polling

Open jbarrick-mesosphere opened this issue 5 years ago • 1 comments

Currently, the test harness polls for object state when tests are running which offers opportunity for races (and is likely more inefficient). For example, to test delete steps in KUDO properly, we need to be able verify that a Job is created and is completed before it gets deleted, without racing KUDO, if we poll, there is a chance we can miss the Job before KUDO deletes it.

jbarrick-mesosphere avatar Jul 18 '19 00:07 jbarrick-mesosphere

Need to put some thought into this... Sounds like we should target this soonish

kensipe avatar Jul 17 '20 19:07 kensipe