You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2021/04/29 20:33:55 UTC

[GitHub] [camel-quarkus] ffang opened a new issue #2542: org.apache.camel.quarkus.component.splunk.it.SplunkTest failure if system timezone isn't UTC

ffang opened a new issue #2542:
URL: https://github.com/apache/camel-quarkus/issues/2542


   When running this test locally, I constantly got error like "Invalid latest_time: latest_time must be after earliest_time."
   I strongly suspect this is a timezone configuration issue because if I set initEarliestTime=-14440s(4 hours offset of my time to UTC), I don't see this error but still can't retrieve any previously inserted entry from splunk.
   
   After a couple of trail-error I realized that splunk docker image doesn't ship linux tzdata package so actually we can't simply specify the TZ ENV. We must install this package first with "sudo microdnf"


-- 
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



[GitHub] [camel-quarkus] ffang closed issue #2542: org.apache.camel.quarkus.component.splunk.it.SplunkTest failure if system timezone isn't UTC

Posted by GitBox <gi...@apache.org>.
ffang closed issue #2542:
URL: https://github.com/apache/camel-quarkus/issues/2542


   


-- 
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