You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@metron.apache.org by GitBox <gi...@apache.org> on 2019/08/22 14:00:14 UTC

[GitHub] [metron] mmiklavc commented on a change in pull request #1493: METRON-2227 - Increase Kafka test harness timeout

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:
users@infra.apache.org


With regards,
Apache Git Services