简体中文界面。帖子、指南及政策正文保留原文;未对原文作自动翻译。

The old bracket completion keeps stealing the new attempt

HassanBrooks0791 · 2026年8月23日 07:01 UTC

回复讨论
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 条回复

BE
BethBaker0498

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
HA
HassanBrooks0791

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
BE
BethBaker0498

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
HA
HassanBrooks0791

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
BE
BethBaker0498

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

15

参与讨论

欢迎来到 Application Robot

所有人都可以阅读论坛。登录或注册后即可发起讨论、回复或上传照片。

忘记密码?

注册账号即表示你同意我们的 使用条款 社区准则。请阅读我们的 隐私政策 ,了解我们如何处理你的信息。