oda-hub / dispatcher-app

Other
2 stars 1 forks source link

live tests generate identical non-aliased job ids #710

Open volodymyrss opened 1 week ago

volodymyrss commented 1 week ago

See details in https://cdci.sentry.io/issues/5791157252/?project=1467382&query=is%3Aunresolved&referrer=issue-stream&statsPeriod=24h&stream_index=0

@burnout87 could you please have a look?

burnout87 commented 1 week ago

This has already happened sometime ago, and the reasons why have always been unclear.

burnout87 commented 1 week ago

Inspecting this job, in both instances, the jobs are "done", but two not-aliased scratch dirs have been created

volodymyrss commented 1 week ago

I suppose it's possible it's a race condition between checking that directory exists and creating it. Do the inspected directories have creation time close to each other?

burnout87 commented 1 week ago

One is 1725364545.0859604 , and the other is 1725364544.7069209 . So yes, very close