OpenSearch/qa/smoke-test-ingest-with-all-...
Nik Everett 95cc3e38fc Check test naming conventions on all modules
The big win here is catching tests that are incorrectly named and will
be skipped by gradle, providing a false sense of security.

The whole thing takes about 10 seconds on my Macbook Air, not counting
compiling the test classes, which seems worth it. Because this runs as
a gradle task with propery UP-TO-DATE handling it can be skipped if the
tests haven't been changed which should save some time.

I chose to keep this in test:framework rather than a new subproject of
buildSrc because ESIntegTestCase and doesn't inroduce any additional
dependencies.
2016-02-29 16:31:49 -05:00
..
src/test Check test naming conventions on all modules 2016-02-29 16:31:49 -05:00
build.gradle Added an ingest qa that tests processor real world like configurations. 2016-02-02 22:37:24 +01:00