Vladimir, Please adhere to the convention for commit comments: start with a capital letter. I would only use a component prefix (“tests:”) if it clarifies.
Julian > On Aug 9, 2018, at 12:19 PM, [email protected] wrote: > > Repository: calcite > Updated Branches: > refs/heads/master 0e6733bf8 -> 3c6b5ec75 > > > tests: add TestUtilTest to CalciteSuite > > > Project: http://git-wip-us.apache.org/repos/asf/calcite/repo > Commit: http://git-wip-us.apache.org/repos/asf/calcite/commit/3c6b5ec7 > Tree: http://git-wip-us.apache.org/repos/asf/calcite/tree/3c6b5ec7 > Diff: http://git-wip-us.apache.org/repos/asf/calcite/diff/3c6b5ec7 > > Branch: refs/heads/master > Commit: 3c6b5ec759caadabb67f09d7a4963cc7d9386d0c > Parents: 0e6733b > Author: Vladimir Sitnikov <[email protected]> > Authored: Thu Aug 9 22:19:27 2018 +0300 > Committer: Vladimir Sitnikov <[email protected]> > Committed: Thu Aug 9 22:19:27 2018 +0300 > > ---------------------------------------------------------------------- > core/src/test/java/org/apache/calcite/test/CalciteSuite.java | 2 ++ > 1 file changed, 2 insertions(+) > ---------------------------------------------------------------------- > > > http://git-wip-us.apache.org/repos/asf/calcite/blob/3c6b5ec7/core/src/test/java/org/apache/calcite/test/CalciteSuite.java > ---------------------------------------------------------------------- > diff --git a/core/src/test/java/org/apache/calcite/test/CalciteSuite.java > b/core/src/test/java/org/apache/calcite/test/CalciteSuite.java > index d87efb0..7042010 100644 > --- a/core/src/test/java/org/apache/calcite/test/CalciteSuite.java > +++ b/core/src/test/java/org/apache/calcite/test/CalciteSuite.java > @@ -60,6 +60,7 @@ import org.apache.calcite.util.PermutationTestCase; > import org.apache.calcite.util.PrecedenceClimbingParserTest; > import org.apache.calcite.util.ReflectVisitorTest; > import org.apache.calcite.util.SourceTest; > +import org.apache.calcite.util.TestUtilTest; > import org.apache.calcite.util.UtilTest; > import org.apache.calcite.util.graph.DirectedGraphTest; > import org.apache.calcite.util.mapping.MappingTest; > @@ -99,6 +100,7 @@ import org.junit.runners.Suite; > SqlValidatorFeatureTest.class, > VolcanoPlannerTraitTest.class, > InterpreterTest.class, > + TestUtilTest.class, > VolcanoPlannerTest.class, > HepPlannerTest.class, > TraitPropagationTest.class, >
