zentol opened a new pull request #11240: [FLINK-16190][e2e] Migrate tests to 
FlinkResource
URL: https://github.com/apache/flink/pull/11240
 
 
   Migrates existing java e2e tests from the `FlinkDistribution` to the 
`FlinkResource`.
   
   Tests should only work against the `FlinkResource` API; the distribution 
class is more of a low-level construct.
   Since the distribution exposed more functionality than the `FlinkResource` 
does we had to extend things slightly.
   For mutating the distribution (like copying jars) a new `FlinkResourceSetup` 
class was introduced with which tests can define customization steps for a 
distribution.
   The `FlinkResource` now also exposes a method for searching logs.
   The existing `FlinkResource#addConfiguration` method has been removed as it 
is subsumed by the resource setup.

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to