Complete
Details
Details
Assignee
Triage Team
Triage TeamReporter
Richard Kojedzinszky
Richard KojedzinszkyLabels
Impact
Low
Time remaining
0m
Components
Priority
Katalon Platform
Katalon Platform
Created March 11, 2022 at 9:05 AM
Updated July 1, 2022 at 5:58 PM
Resolved March 30, 2022 at 10:03 PM
Jobs with locks are held in JobSharedLock structure. It keeps track of jobs in a list.
JobsQueue.get_lock() is used to add jobs to job-specific locks. Somehow the same job entry enters the JobSharedLock.queue, howewer, JobSharedQueue.remove() only removes the first item present in the queue.