pan3793 opened a new issue #10381: URL: https://github.com/apache/druid/issues/10381
Unit Test `CsvInputFormatTest`, `FirehoseFactoryToInputSourceAdaptorTest` fail due to missing `extend InitializedNullHandlingTest` ### Affected Version At least: - master - 0.19.0 ### Description Run `mvn clean test` passed on my MacBook, but failed on the WSL Ubuntu 20.04. After some investigation, I found that the unit test cases run in different orders in these two environments. UT can pass on macOS because other test cases called `NullHandling.initializeForTests();` before it. ---------------------------------------------------------------- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
