Can't pass the unit test after complete the building of community edition
Sep 4, 2015
Hi there,
I have tried to build voltdb on centOS 7(x86-64) in a VM(vmware fusion) from the latest version that check out from github.com
The building was completed without problem(using "ant") and failed during unit tests("ant check").
The error message are as below:
[exec] [junitreport] Processing /root/voltdb/obj/release/testoutput/TESTS-TestSuites.xml to /root/voltdb/obj/release/testoutput/report/junit-noframes.html
[exec] [junitreport] Loading stylesheet jar:file:/usr/share/java/ant/ant-junit.jar!/org/apache/tools/ant/taskdefs/optional/junit/xsl/junit-noframes.xsl
[exec] [junitreport] Warning: org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
[exec] [junitreport] Warning: org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
[exec] [junitreport] Transform time: 1908ms
[exec] [junitreport] Processing /root/voltdb/obj/release/testoutput/TESTS-TestSuites.xml to /root/voltdb/obj/release/testoutput/junit-noframes.html
[exec] [junitreport] Loading stylesheet /root/voltdb/tools/junit-noframes.xsl
[exec] [junitreport] Warning: org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
[exec] [junitreport] Warning: org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
[exec] [junitreport] Transform time: 427ms
[exec] [exec] See obj/release/testoutput/report/junit-noframes.html for details.
[exec] [exec] Suite TestRepairLog reports 1 failure(s).
[exec] [exec] Testcase testPerformance junit.framework.AssertionFailedError
[exec] [exec] Suite TestQueryTimeout reports 1 failure(s).
[exec] [exec] Testcase testIndividualProcTimeout-localCluster-2-3-JNI junit.framework.AssertionFailedError
[exec] [exec] Suite TestPersistentBinaryDeque reports 1 failure(s).
[exec] [exec] Testcase testInvalidDirectory junit.framework.AssertionFailedError
[exec] [exec]
[exec]
[exec] BUILD FAILED
[exec] /root/voltdb/build.xml:1757: The following error occurred while executing this line:
[exec] /root/voltdb/build.xml:1951: JUnit had failures
[exec]
[exec] Total time: 125 minutes 16 seconds
BUILD FAILED
/root/voltdb/build.xml:558: exec returned: 1
Total time: 125 minutes 58 seconds
Appreciate if anyone can give a clue.
Thanks,
I have tried to build voltdb on centOS 7(x86-64) in a VM(vmware fusion) from the latest version that check out from github.com
The building was completed without problem(using "ant") and failed during unit tests("ant check").
The error message are as below:
[exec] [junitreport] Processing /root/voltdb/obj/release/testoutput/TESTS-TestSuites.xml to /root/voltdb/obj/release/testoutput/report/junit-noframes.html
[exec] [junitreport] Loading stylesheet jar:file:/usr/share/java/ant/ant-junit.jar!/org/apache/tools/ant/taskdefs/optional/junit/xsl/junit-noframes.xsl
[exec] [junitreport] Warning: org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
[exec] [junitreport] Warning: org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
[exec] [junitreport] Transform time: 1908ms
[exec] [junitreport] Processing /root/voltdb/obj/release/testoutput/TESTS-TestSuites.xml to /root/voltdb/obj/release/testoutput/junit-noframes.html
[exec] [junitreport] Loading stylesheet /root/voltdb/tools/junit-noframes.xsl
[exec] [junitreport] Warning: org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
[exec] [junitreport] Warning: org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
[exec] [junitreport] Transform time: 427ms
[exec] [exec] See obj/release/testoutput/report/junit-noframes.html for details.
[exec] [exec] Suite TestRepairLog reports 1 failure(s).
[exec] [exec] Testcase testPerformance junit.framework.AssertionFailedError
[exec] [exec] Suite TestQueryTimeout reports 1 failure(s).
[exec] [exec] Testcase testIndividualProcTimeout-localCluster-2-3-JNI junit.framework.AssertionFailedError
[exec] [exec] Suite TestPersistentBinaryDeque reports 1 failure(s).
[exec] [exec] Testcase testInvalidDirectory junit.framework.AssertionFailedError
[exec] [exec]
[exec]
[exec] BUILD FAILED
[exec] /root/voltdb/build.xml:1757: The following error occurred while executing this line:
[exec] /root/voltdb/build.xml:1951: JUnit had failures
[exec]
[exec] Total time: 125 minutes 16 seconds
BUILD FAILED
/root/voltdb/build.xml:558: exec returned: 1
Total time: 125 minutes 58 seconds
Appreciate if anyone can give a clue.
Thanks,