You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2021/08/12 00:11:09 UTC

[GitHub] [druid] harinirajendran opened a new pull request #11581: Updating FileIteratingFirehoseTest to extend NullHandlingTest

harinirajendran opened a new pull request #11581:
URL: https://github.com/apache/druid/pull/11581


   ## Problem
   FileIteratingFirehoseTest was failing with the ERROR
   [ERROR] Tests run: 192, Failures: 0, Errors: 180, Skipped: 0, Time elapsed: 1.021 s <<< FAILURE! - in org.apache.druid.data.input.impl.FileIteratingFirehoseTest00:19
   [ERROR] testClose[[2000,foo], 0](org.apache.druid.data.input.impl.FileIteratingFirehoseTest)  Time elapsed: 0.017 s  <<< ERROR!00:19
   java.lang.Exception: Unexpected exception, expected<java.lang.RuntimeException> but was<java.lang.ExceptionInInitializerError>
   ....
   Caused by: java.lang.IllegalStateException: NullHandling module not initialized, call NullHandling.initializeForTests()00:19
   	at org.apache.druid.common.config.NullHandling.replaceWithDefault(NullHandling.java:71)00:19
   	at org.apache.druid.data.input.impl.CsvInputFormat.createOpenCsvParser(CsvInputFormat.java:84)00:19
   	at org.apache.druid.data.input.impl.CsvInputFormat.<clinit>(CsvInputFormat.java:41)
   
   ## Fix
   Made FileIteratingFirehoseTest extend NullHandlingTest 


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

To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org


[GitHub] [druid] xvrl merged pull request #11581: Fix FileIteratingFirehoseTest to extend NullHandlingTest

Posted by GitBox <gi...@apache.org>.
xvrl merged pull request #11581:
URL: https://github.com/apache/druid/pull/11581


   


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

To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org