1u0 opened a new pull request #9359: [FLINK-13441][e2e] Add e2e test for sql 
batch job
URL: https://github.com/apache/flink/pull/9359
 
 
   ## What is the purpose of the change
   
   Add e2e test for SQL (batch mode) job that runs successfully on a Flink 
cluster with fewer slots (1) than jobs total slots (9).
   
   ## Brief change log
   
     - added new `BatchSQLTestProgram` similar to `StreamSQLTestProgram`;
     - added new `test_batch_sql.sh` e2e test.
   
   ## Verifying this change
   
   This change is a trivial rework / code cleanup without any test coverage.
   
   This change added tests and can be verified as follows:
   
     - the newly added e2e test can be run manually by 
`./flink-end-to-end-tests/run-single-test.sh 
./flink-end-to-end-tests/test-scripts/test_batch_sql.sh`.
   
   ## Does this pull request potentially affect one of the following parts:
   
     - Dependencies (does it add or upgrade a dependency): (no)
     - The public API, i.e., is any changed class annotated with 
`@Public(Evolving)`: (no)
     - The serializers: (no)
     - The runtime per-record code paths (performance sensitive): (no)
     - Anything that affects deployment or recovery: JobManager (and its 
components), Checkpointing, Yarn/Mesos, ZooKeeper: (no)
     - The S3 file system connector: (no)
   
   ## Documentation
   
     - Does this pull request introduce a new feature? (no)
     - If yes, how is the feature documented? (not applicable)
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to