potiuk commented on pull request #18853:
URL: https://github.com/apache/airflow/pull/18853#issuecomment-939363437


    > Why? The dependency-based ordering (topological) does not guarantee to 
match alphabetical ordering. I think we need to actually parse the dependencies 
to determine ordering...?
   
   Because this is how test dags are constructed. If you process them in the 
deterministic order, it works. If the order is random, it sometimes does not. 
That's as simple as that. there is no "dependency check" here. Unlike the 
previous attemtpt which sometimes worked, sometimes did not - this will work 
for sure.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to