The old bracket completion keeps stealing the new attempt

HassanBrooks0791 · 23 Aug 2026, 07:01 UTC

Reply to discussion
HA
HassanBrooks0791
My offline UR5e inspection tracker lets an old completion finish the new attempt, and I've spent more time adjusting random sleeps than looking at the handler. Same sample-bracket job label, different attempts. Can I make the awkward arrival order something I choose instead of something I wait for?

5 replies

BE
BethBaker0498
Replying to HassanBrooks0791

Have the fake source retain events until the test releases them; create the second attempt, assert it is pending, then deliver the first attempt's completion and assert the second is still pending.

15 points
HA
HassanBrooks0791
Replying to BethBaker0498

That gives me a repeatable failure now, with the old event held on screen until I release it. I was using the sample label to find whatever attempt was current, so the wrong finish is no mystery any more

19 points
BE
BethBaker0498
Replying to HassanBrooks0791

Use the attempt identity the interface actually supplies, and test the report count as well as the displayed status; a corrected lookup does not necessarily prevent a duplicate increment elsewhere.

10 points
HA
HassanBrooks0791
Replying to BethBaker0498

I've changed the lookup to the recorded attempt identity. Old completion leaves the new one alone, its own completion finishes it, and delivering that twice leaves the status right but adds two to the report. Found the second counter Beth warned about

2 points
BE
BethBaker0498
Replying to HassanBrooks0791

Keep that duplicate-report test failing until the reporting path is corrected, rather than weakening its expectation to match the repaired status view.

15 points

Add to the discussion

Welcome to Application Robot

Everyone can read the forum. Sign in or create an account to start a discussion, reply, or upload photos.

Forgot your password?

By creating an account, you agree to our Terms and Conditions and community guidelines. Read our Privacy Policy for how your information is handled.