Does it use Failsafe/Surefire to treat them as integration tests vs “regular” unit tests?
http://maven.apache.org/surefire/maven-failsafe-plugin/integration-test-mojo.html This has advantages like -DskipITs which would still run through unit tests but would skip potentially long-running integration tests when not desired. On 12/21/15, 3:22 PM, "Oleg Zhurakousky" <[email protected]> wrote: >Not on github yet. Basically another module right at the root of nifi, hence >it will be subject to global build, test etc. >Oleg > >> On Dec 21, 2015, at 3:12 PM, Tony Kurc <[email protected]> wrote: >> >> I certainly am interested in such a thing. How do you see this fitting in >> the source tree/ build cycle? >> On Dec 21, 2015 3:07 PM, "Oleg Zhurakousky" <[email protected]> >> wrote: >> >>> Guys >>> >>> I’ve created a module called nfii-integration-tests. The goal of this >>> module is to facilitate unit testing of things that required collaboration >>> between the modules (e.g., site-to-site) as well as discover potential >>> improvements that could be made to the code base (e.g., NIFI-1318). >>> It helps me quite a bit so I was wondering if there is any interest in >>> adding such module to NiFi? >>> >>> Cheers >>> Oleg >
