clintropolis commented on issue #14502:
URL: https://github.com/apache/druid/issues/14502#issuecomment-1613849202

   Yeah, will try to do later today :+1:
   
   fwiw druid itself seems to run fine in java 20, i've been using it for all 
of my dev work running a local cluster for a couple of months now (though 
disclaimer i mainly use indexers instead of middle managers since easier to 
debug stuff), so i think it is just test problems.
   
   I let some more tests run while i was eating lunch and the next failure is 
in druid-server:
   
   ```
   [ERROR] 
org.apache.druid.curator.CuratorModuleTest.exitsJvmWhenMaxRetriesExceeded  Time 
elapsed: 0 s  <<< ERROR!
   java.lang.UnsupportedOperationException: The Security Manager is deprecated 
and will be removed in a future release
        at java.base/java.lang.System.setSecurityManager(System.java:429)
        at 
org.junit.contrib.java.lang.system.ProvideSecurityManager.before(ProvideSecurityManager.java:39)
   ```
   
   and later in druid-sql are some failures like:
   ```
   [ERROR] 
org.apache.druid.sql.calcite.rule.DruidLogicalValuesRuleTest$GetValueFromLiteralSimpleTypesTest.testGetValueFromLiteral[BIGINT,
 class java.lang.Long]  Time elapsed: 0 s  <<< FAILURE!
   java.lang.AssertionError: 
   Unable to mock the literal for test.
   Exception: java.lang.NoSuchFieldException: value
        at org.junit.Assert.fail(Assert.java:89)
        at 
org.apache.druid.sql.calcite.rule.DruidLogicalValuesRuleTest$GetValueFromLiteralSimpleTypesTest.makeLiteral(DruidLogicalValuesRuleTest.java:109)
        at 
org.apache.druid.sql.calcite.rule.DruidLogicalValuesRuleTest$GetValueFromLiteralSimpleTypesTest.testGetValueFromLiteral(DruidLogicalValuesRuleTest.java:91)
        at 
java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
        at java.base/java.lang.reflect.Method.invoke(Method.java:578)
        at 
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
   ```
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to