Actions
action #52928
closedscheduling: Cyclic dependencies created on sap jobs
Description
https://openqa.suse.de/tests/2969908#dependencies shows it's blocked by ..909, but that job is in return blocked by 908.
The dependencies entries look good (not cyclic)
openqa=> select id,blocked_by_id from jobs where id in (2969908,2969909);
id | blocked_by_id
---------+---------------
2969908 | 2969909
2969909 | 2969908
(2 rows)
openqa=> select * from job_dependencies where child_job_id in (2969908,2969909) or parent_job_id in (2969908,2969909);
child_job_id | parent_job_id | dependency
--------------+---------------+------------
2969908 | 2969906 | 1
2969909 | 2969907 | 1
2969909 | 2969908 | 1
2969910 | 2969909 | 1
(4 rows)
openqa=> select * from job_dependencies where child_job_id in (2969908,2969909,2969906,2969907,2969910) or parent_job_id in (2969908,2969909,2969906,2969907,2969910);
child_job_id | parent_job_id | dependency
--------------+---------------+------------
2969908 | 2969906 | 1
2969909 | 2969907 | 1
2969909 | 2969908 | 1
2969910 | 2969907 | 1
2969910 | 2969909 | 1
2969911 | 2969910 | 2
2969912 | 2969910 | 2
2969913 | 2969906 | 1
2969913 | 2969910 | 1
Updated by okurz over 5 years ago
- Subject changed from Cyclic dependencies created on sap jobs to scheduling: Cyclic dependencies created on sap jobs
- Category changed from 122 to Regressions/Crashes
Updated by coolo over 5 years ago
- Status changed from New to Resolved
- Target version changed from Current Sprint to Done
Actions