It seems easier to run all of the tests in a debugger if they are organized into a suite.
Also, in the suite they are ordered. The quick ones that are more likely to fail are towards the front of the list. It is true that people forget to add tests to CalciteSuite sometimes. > On Aug 31, 2018, at 2:04 PM, Vladimir Sitnikov <[email protected]> > wrote: > > Julian>Add the test class to the annotation in CalciteSuite.java > > Just wondering: what is the purpose of CalciteSuite at all? > It happens that a new test is not added to CalciteSuite, and it is > invisible to CI. > The test does not get executed, and everybody just assumes the test is fine. > > Could we drop CalciteSuite, and just use **Test.java for execution? > > Vladimir
