You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a task foo inherits from two families A and B, assigning members of both A and B to a queue will result (on adding the second family) in a warning that foo has already been added to a queue. This is fine if A and B are separately added to different queues, but pointless at best if they are both added to the same queue.
Describe the bug
If a task
foo
inherits from two familiesA
andB
, assigning members of bothA
andB
to a queue will result (on adding the second family) in a warning thatfoo
has already been added to a queue. This is fine ifA
andB
are separately added to different queues, but pointless at best if they are both added to the same queue.https://cylc.discourse.group/t/suggestion-for-queue-warnings/190
Release version(s) and/or repository branch(es) affected?
7.8.x and current master
Steps to reproduce the bug
(Just reproduce the above scenario in a small workflow definition, then validate it).
Assigning myself as I already put in a quick fix while looking at the problem.
(PR should go to both 7.8.5 and 8.0a2)
The text was updated successfully, but these errors were encountered: