zabetak commented on a change in pull request #1375: 
[WIP][CALCITE-3140][CALCITE-3141] Failures in slow tests & CI
URL: https://github.com/apache/calcite/pull/1375#discussion_r349278816
 
 

 ##########
 File path: 
core/src/test/java/org/apache/calcite/sql/test/SqlOperatorBaseTest.java
 ##########
 @@ -5921,7 +5942,16 @@ private void checkNullOperand(SqlTester tester, String 
op) {
     tester.checkString("CURRENT_CATALOG", "", "VARCHAR(2000) NOT NULL");
   }
 
-  @Test public void testLocalTimeFunc() {
+  @Tag("slow")
 
 Review comment:
   True but I think this will create problems with the dependencies. This 
actually the reason that I removed the @SlowTest category interface. If for 
instance we create the annotation `@Slow` in core I think all other modules 
will depend on it otherwise we cannot use the annotation everywhere. Am I 
saying something stupid?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to