IODispatcherTest failed tests and Error:Hash of jdk.unsupported
See original GitHub issueDescribe the bug(s):
After running mvn clean and mvn package i get the error (using release 5.0.1):
Error: Hash of jdk.unsupported (1fd4ffb477c0fb59022daeab3a0bf32a4681e8f8d540396f3641503915fd54ca) differs to expected hash (2f3dae909f60914354efbc2acbff4a6c976ac1fb47851afa737262816b828381) recorded in java.base
[[1;31mERROR[m] Command execution failed.
On another machine in docker, we get the following error:
Failed tests:
IODispatcherTest.testJsonQueryBadUtf8:1899->testJsonQuery:4986->testJsonQuery:4966->testJsonQuery0:4993->lambda$testJsonQuery0$38:5079->lambda$testJsonQuery$37:4974->sendAndReceive:4862->sendAndReceive:4895->sendAndReceive:4946 Error at: 208, local=10
IODispatcherTest.testJsonQueryLimitColumnsUtf8:2398->testJsonQuery:4986->testJsonQuery:4966->testJsonQuery0:4993->lambda$testJsonQuery0$38:5079->lambda$testJsonQuery$37:4974->sendAndReceive:4862->sendAndReceive:4895->sendAndReceive:4946 Error at: 213, local=24
IODispatcherTest.testJsonUtf8EncodedColumnName:3250->testJsonQuery:4966->testJsonQuery0:4993->lambda$testJsonQuery0$38:5079->lambda$testJsonQuery$37:4974->sendAndReceive:4862->sendAndReceive:4895->sendAndReceive:4946 Error at: 208, local=19
IODispatcherTest.testJsonUtf8EncodedQuery:3279->testJsonQuery:4986->testJsonQuery:4966->testJsonQuery0:4993->lambda$testJsonQuery0$38:5079->lambda$testJsonQuery$37:4974->sendAndReceive:4862->sendAndReceive:4895->sendAndReceive:4946 Error at: 220, local=31
Tests run: 4192, Failures: 4, Errors: 0, Skipped: 6
complete log file for first error: https://gist.github.com/CatspersCoffee/4bc593bbc9326ccb70074b73184f994c
complete log file for second set of test errors: https://gist.github.com/mortenpi/65741ee47038b0b698d6df8159449118
To Reproduce installed and cloned as per the instructions: https://github.com/questdb/questdb Tested using master branch and also release 5.0.1 both produce the same errors respectively.
Environment please see links above, complete environment details provided.
Issue Analytics
- State:
- Created 3 years ago
- Comments:8 (6 by maintainers)
Top Results From Across the Web
Springboot Wildfly 10 deployment error jdk.unsupported ...
We are using wildfly 11. and the max version of spring boot we could use is 2.3.11 without this issue. starting from 2.3.12,...
Read more >Application built against Spring Framework 5.3 breaks ...
This is a very much a WildFly problem where a WildFly-specific deployment hint is necessary for the jdk.unsupported module to be visible on...
Read more >Spring incompatibility with old versions of JBoss affects IBM ...
Symptom. For a description of the problem, see Springboot Wildfly 10 deployment error jdk.unsupported module not found.
Read more >Root module resolution in jdk9 - Oracle Communities
I'm beginning to look at the JDK 9 impact on our source base. I'm trying to understand if we ... root jdk.unsupported jrt:/jdk.unsupported....
Read more >Springboot Wildfly 10 deployment error jdk.unsupported ...
We are using wildfly 11. and the max version of spring boot we could use is 2.3.11 without this issue. starting from 2.3.12,...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
The tests are now passing on master even when locale is set to
POSIX
.@mortenpi thanks for the extra details / highlighting the issues we have with this.
After testing on Ubuntu 20.04 (via Docker):
mvn clean package
bug confirmedmvn clean package -DskipTests
bug confirmedWe will look into those issues 😉.
This is not Ubuntu related, it is happening on all distros/OS: