Re: [DISCUSS] Switch from JUnit to TestNG for failsafe integration testing.

2016-12-15 Thread sblackmon
This is just about wrapped up - the last PR to merge is https://github.com/apache/incubator-streams-examples/pull/23 Also relevant to release prep is https://github.com/apache/incubator-streams/pull/342 With those merged all unit and integration tests should be passing. I’d like to merge these

Re: [DISCUSS] Switch from JUnit to TestNG for failsafe integration testing.

2016-11-26 Thread Suneel Marthi
+1 to this proposal, we should standardize on one test framework across the project from what's presently out there. On Sat, Nov 26, 2016 at 11:17 AM, sblackmon wrote: > > Hello, > > I propose that we bind failsafe plugin to TestNG rather than JUnit > project-wide. > > The reason is simple - Tes

[DISCUSS] Switch from JUnit to TestNG for failsafe integration testing.

2016-11-26 Thread sblackmon
  Hello, I propose that we bind failsafe plugin to TestNG rather than JUnit project-wide. The reason is simple - TestNG supports placing tests into groups and declaring dependencies that determine which order all tests in the module run in - and JUnit does not. Consider the following scen