Project

General

Profile

Actions

action #52928

closed

scheduling: Cyclic dependencies created on sap jobs

Added by coolo almost 5 years ago. Updated over 4 years ago.

Status:
Resolved
Priority:
High
Assignee:
Category:
Regressions/Crashes
Target version:
Start date:
2019-06-12
Due date:
% Done:

0%

Estimated time:

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
Actions #1

Updated by okurz almost 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
Actions #2

Updated by coolo over 4 years ago

  • Status changed from New to Resolved
  • Target version changed from Current Sprint to Done
Actions

Also available in: Atom PDF