mmiklavc commented on a change in pull request #1493: METRON-2227 - Increase
Kafka test harness timeout
URL: https://github.com/apache/metron/pull/1493#discussion_r316693985
##########
File path:
metron-stellar/stellar-common/src/test/java/org/apache/metron/stellar/dsl/functions/DateFunctionsTest.java
##########
@@ -254,7 +254,7 @@ public void testDateFormatNow() {
Object result = run("DATE_FORMAT('EEE MMM dd yyyy hh:mm:ss zzz', 'GMT')");
assertTrue(result.toString().endsWith("GMT"));
}
-
+/*
Review comment:
Looks like you may have inadvertently left in the commented out bits here.
I'm assuming this is related to the timezone related bug, which I committed
yesterday - https://github.com/apache/metron/pull/1487. Undo this, merge in
master, and the tests should be ready to go.
----------------------------------------------------------------
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