hhkkxxx133 commented on a change in pull request #16513:
URL: https://github.com/apache/flink/pull/16513#discussion_r674121989



##########
File path: flink-end-to-end-tests/run-nightly-tests.sh
##########
@@ -206,7 +206,8 @@ run_test "Walkthrough DataStream Scala nightly end-to-end 
test" "$END_TO_END_DIR
 run_test "Avro Confluent Schema Registry nightly end-to-end test" 
"$END_TO_END_DIR/test-scripts/test_confluent_schema_registry.sh"
 
 if [[ -n "$IT_CASE_GLUE_SCHEMA_ACCESS_KEY" ]] && [[ -n 
"$IT_CASE_GLUE_SCHEMA_SECRET_KEY" ]]; then
-  run_test "AWS Glue Schema Registry nightly end-to-end test" 
"$END_TO_END_DIR/test-scripts/test_glue_schema_registry.sh"
+  run_test "Avro AWS Glue Schema Registry nightly end-to-end test" 
"$END_TO_END_DIR/test-scripts/test_glue_schema_registry_avro.sh"
+  run_test "JSON AWS Glue Schema Registry nightly end-to-end test" 
"$END_TO_END_DIR/test-scripts/test_glue_schema_registry_json.sh"

Review comment:
       I will take a look to migrate the tests.




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