pvary opened a new pull request, #24153:
URL: https://github.com/apache/flink/pull/24153

   ## What is the purpose of the change
   
   Moving Sink tests to using the new Sink API, and creating new deprecated 
ones to keep testing the old Sink API.
   Also adding a few specific tests.
   
   ## Brief change log
   
   - Moved the old `TestSinkV2` to the `deprecated` package
   - Created a new `TestSinkV2` using the new Sink APIs
   - Added a new feature `setWithPreCommitTopology`, so we can add 
preCommitTopology to the test sink
   - Duplicated the tests to use both sinks
   - Added a few specific tests for the new API
   
   ## Verifying this change
   
   This PR is all about test 😄 
   
   ## 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, Kubernetes/Yarn, 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? no
   


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