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


##########
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:
   nit: should we match the existing convention from the other runs?
   
   ```suggestion
   function run_group_4 {
   
###############################################################################
   # Heavy deployment / Sticky scheduling / Java e2e 
###############################################################################
   ```



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