jihoonson opened a new pull request #6152: Fix UriCacheGeneratorTest for Jenkins
URL: https://github.com/apache/incubator-druid/pull/6152
 
 
   I'm setting up the nightly build and `UriCacheGeneratorTest.java` fails with 
the below logs.
   
   ```
   Running io.druid.server.lookup.namespace.UriCacheGeneratorTest
   Tests run: 52, Failures: 0, Errors: 52, Skipped: 0, Time elapsed: 8.443 sec 
<<< FAILURE! - in io.druid.server.lookup.namespace.UriCacheGeneratorTest
   
testExceptionalCreationURIWithPattern[.dat](io.druid.server.lookup.namespace.UriCacheGeneratorTest)
  Time elapsed: 0.008 sec  <<< ERROR!
   java.nio.file.InvalidPathException: Malformed input or input contains 
unmappable characters: /tmp/junit4222173451047196416/junit6823569235315422083/?
        at 
io.druid.server.lookup.namespace.UriCacheGeneratorTest.setUp(UriCacheGeneratorTest.java:284)
   
   testLegacyMix[.dat](io.druid.server.lookup.namespace.UriCacheGeneratorTest)  
Time elapsed: 0.001 sec  <<< ERROR!
   java.nio.file.InvalidPathException: Malformed input or input contains 
unmappable characters: /tmp/junit6079914544539817107/junit5311643144495940690/?
        at 
io.druid.server.lookup.namespace.UriCacheGeneratorTest.setUp(UriCacheGeneratorTest.java:284)
   
   
testExceptionalCreationURIWithLegacyPattern[.dat](io.druid.server.lookup.namespace.UriCacheGeneratorTest)
  Time elapsed: 0.003 sec  <<< ERROR!
   java.nio.file.InvalidPathException: Malformed input or input contains 
unmappable characters: /tmp/junit5262175639637640037/junit7074200849216635629/?
        at 
io.druid.server.lookup.namespace.UriCacheGeneratorTest.setUp(UriCacheGeneratorTest.java:284)
   ...
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to