uranusjr commented on PR #44391: URL: https://github.com/apache/airflow/pull/44391#issuecomment-2501354824
I don’t know about the new implementation, but in the Connextion implementation, the result _is_ actually sorted, but it’s against a very weird default (`id`) that isn’t really deterministic in the tests because when you insert things through the ORM it’s not guaranteed the `id` would be the same as the order you insert them (due to both database and ORM implementation). So the tests will need fixing in any case unless we change the default. -- 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]
