[
https://issues.apache.org/jira/browse/FLINK-2520?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17321756#comment-17321756
]
Flink Jira Bot commented on FLINK-2520:
---------------------------------------
This issue and all of its Sub-Tasks have not been updated for 180 days. So, it
has been labeled "stale-minor". If you are still affected by this bug or are
still interested in this issue, please give an update and remove the label. In
7 days the issue will be closed automatically.
> StreamFaultToleranceTestBase does not allow for multiple tests
> --------------------------------------------------------------
>
> Key: FLINK-2520
> URL: https://issues.apache.org/jira/browse/FLINK-2520
> Project: Flink
> Issue Type: Improvement
> Components: Runtime / Checkpointing, Tests
> Affects Versions: 0.10.0
> Reporter: Stephan Ewen
> Priority: Minor
> Labels: stale-minor
>
> It would be good to implement more tests into the same class (or user at
> least the same driver class), in order to re-use mini clusters and reducer
> overall test times.
> The {{StreamFaultToleranceTestBase}} does not support that.
> I think the pattern where the {{@Test}} methods are in a base class, and the
> actual tests only implement hook methods is not a good pattern.
> The batch API tests used this initially and we abandoned it everywhere for a
> more flexible implementation where the base class only sets up the.
> cluster/environment and the {{@Test}} methods go int the subclass.
> The {{MultipleProgramsTestBase}} is a good example of a flexible test base.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)