potiuk commented on code in PR #30682:
URL: https://github.com/apache/airflow/pull/30682#discussion_r1168913077


##########
Dockerfile.ci:
##########
@@ -954,7 +954,7 @@ declare -a SELECTED_TESTS CLI_TESTS API_TESTS 
PROVIDERS_TESTS CORE_TESTS WWW_TES
 
 function find_all_other_tests() {
     local all_tests_dirs
-    all_tests_dirs=$(find "tests" -type d ! -name '__pycache__')
+    all_tests_dirs=$(find "tests" -type d ! -name '__pycache__' | sort)

Review Comment:
   Yeah, why not. It's so obscure and hard-to-figure-out why it would make a 
difference that it might make sense.
   
   I was just aiming at the smallest-possible change here, to get an example 
how such a small change might have an impact in a completely different place.



-- 
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