vlsi 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_r349455534
##########
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:
> I want to get this in ASAP
@zabetak , are you aware that the current test suite **does** execute the
slow tests?
https://travis-ci.org/apache/calcite/jobs/615406555#L1056-L1063
In other words, I look at this change as "refactor-only" rather than "enable
running the slow tests"
----------------------------------------------------------------
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