snuyanzin commented on code in PR #27993:
URL: https://github.com/apache/flink/pull/27993#discussion_r3129075735


##########
flink-end-to-end-tests/run-nightly-tests.sh:
##########
@@ -205,6 +207,9 @@ function run_group_2 {
     run_test "TPC-H end-to-end test" 
"$END_TO_END_DIR/test-scripts/test_tpch.sh"
     run_test "TPC-DS end-to-end test" 
"$END_TO_END_DIR/test-scripts/test_tpcds.sh"
     run_test "TPC-DS end-to-end test with adaptive batch scheduler" 
"$END_TO_END_DIR/test-scripts/test_tpcds.sh AdaptiveBatch run_test" 
"custom_check_exceptions" "$END_TO_END_DIR/test-scripts/test_tpcds.sh 
AdaptiveBatch check_exceptions"
+}
+
+function run_group_4 {

Review Comment:
   I don't think it makes sense, comments do not reflect content of a group, 
they described the next some lines same for other groups, however groups 
started sometimes at same place where comments were placed
   
   however some scripts were put here without comments (e.g. tpc ds)



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