Re: [DISCUSS] gradle checks for test categories.

2018-03-21 Thread Anthony Baker
We could always have a backstop job that executes uncategorized tests…? Anthony > On Mar 21, 2018, at 10:29 AM, Nabarun Nag 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

Re: [DISCUSS] gradle checks for test categories.

2018-03-21 Thread Nabarun Nag
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 D

Re: [DISCUSS] gradle checks for test categories.

2018-03-21 Thread Jens Deppe
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 wrote: > Hi, > > As we have now categorized our tests to categories like LuceneTests, > WanT