-
Notifications
You must be signed in to change notification settings - Fork 523
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
failed to pass java test #306
Comments
CMake Error at CMakeLists.txt:73 (message): Is it because previous java testing failed; so no SBE jar? |
What command did you run to execute the tests? Also can you paste in the failure report for one of the failed tests? |
I ran ./gradlew. Report here: java.lang.IllegalStateException: JDK required to run tests. JRE is not sufficient. My colleague installed jre. I installed jdk. I thought the system can find jdk. |
platform:
Linux FLXSGLDV04 3.10.0-229.el7.x86_64 #1 SMP Thu Jan 29 18:37:38 EST 2015 x86_64 x86_64 x86_64 GNU/Linux
Java
uk.co.real_logic.sbe.generation.java.JavaGeneratorTest > shouldGenerateCharEnumStub FAILED
java.lang.IllegalStateException at JavaGeneratorTest.java:456
uk.co.real_logic.sbe.generation.java.JavaGeneratorTest > shouldGenerateRepeatingGroupDecoder FAILED
java.lang.IllegalStateException at JavaGeneratorTest.java:456
uk.co.real_logic.sbe.generation.java.JavaGeneratorTest > shouldGenerateBasicMessage FAILED
java.lang.IllegalStateException at JavaGeneratorTest.java:456
uk.co.real_logic.sbe.generation.java.JavaGeneratorTest > shouldGenerateReadOnlyMessage FAILED
java.lang.IllegalStateException at JavaGeneratorTest.java:456
uk.co.real_logic.sbe.generation.java.JavaGeneratorTest > shouldGenerateUint8EnumStub FAILED
java.lang.IllegalStateException at JavaGeneratorTest.java:456
uk.co.real_logic.sbe.generation.java.JavaGeneratorTest > shouldGenerateVarDataCodecs FAILED
java.lang.IllegalStateException at JavaGeneratorTest.java:456
uk.co.real_logic.sbe.generation.java.JavaGeneratorTest > shouldGenerateCompositeDecoder FAILED
java.lang.IllegalStateException at JavaGeneratorTest.java:456
uk.co.real_logic.sbe.generation.java.JavaGeneratorTest > shouldGenerateMessageHeaderStub FAILED
java.lang.IllegalStateException at JavaGeneratorTest.java:456
uk.co.real_logic.sbe.generation.java.JavaGeneratorTest > shouldGenerateMessageHeaderDecoderStub FAILED
java.lang.IllegalStateException at JavaGeneratorTest.java:456
uk.co.real_logic.sbe.generation.java.JavaGeneratorTest > shouldGenerateCompositeEncoder FAILED
java.lang.IllegalStateException at JavaGeneratorTest.java:456
uk.co.real_logic.sbe.generation.java.JavaGeneratorTest > shouldGenerateBitSetCodecs FAILED
java.lang.IllegalStateException at JavaGeneratorTest.java:456
uk.co.real_logic.sbe.generation.java.JavaGeneratorTest > shouldGenerateCompositeDecodings FAILED
java.lang.IllegalStateException at JavaGeneratorTest.java:456
uk.co.real_logic.sbe.generation.java.JavaGeneratorTest > shouldGenerateChoiceSetStub FAILED
java.lang.IllegalStateException at JavaGeneratorTest.java:456
uk.co.real_logic.sbe.generation.java.JavaGeneratorTest > shouldGenerateEnumCodecs FAILED
java.lang.IllegalStateException at JavaGeneratorTest.java:456
106 tests completed, 14 failed
Is it ok?
The text was updated successfully, but these errors were encountered: