We could always have a backstop job that executes uncategorized tests…? Anthony
> On Mar 21, 2018, at 10:29 AM, Nabarun Nag <n...@apache.org> wrote: > > Yes, Jens. The new module level categorization like LuceneTests, WanTests. > I am worried that a test may be checked in but it is never executed as a > part of module category test pipelines because we missed to add the module > category to the test. > > Regards > Naba > > On Wed, Mar 21, 2018 at 10:14 AM Jens Deppe <jde...@pivotal.io> wrote: > >> The build already fails if a test is added without @Category. Do you mean >> it should fail if the test also does not have one of these newer >> categories? >> >> --Jens >> >> On Wed, Mar 21, 2018 at 9:51 AM, Nabarun Nag <n...@apache.org> wrote: >> >>> Hi, >>> >>> As we have now categorized our tests to categories like LuceneTests, >>> WanTests, OQLQueriesTests, should we modify our gradle script to fail the >>> build if a new test class was added without a test category. This will >>> prevent test classes to be added without a fine level test category by >>> mistake. >>> >>> Regards >>> Nabarun >>> >>