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_r349454118
##########
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:
Yes I thought of this alternative but I would prefer to do it under another
JIRA/PR mainly for the following reasons. We have been skipping (complete) slow
test execution for quite some time now and each time I get back to this issue
there is a new potential regression so I want to get this in ASAP. Let me know
if that's OK with you.
----------------------------------------------------------------
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