Hi,
I brought down the latest mavenized code for openjpa-lib and serp, and it
all builds cleanly. But, when the tests are run, I am hitting a few
failures. I'm wondering whether these are expected, or whether I have a
configuration or setup problem.
>From the output from maven, I am getting the following failures:
Running org.apache.openjpa.lib.xml.TestDocTypeReader
Tests run: 3, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.261 sec
<<< FAILURE!
Running org.apache.openjpa.lib.conf.test.TestConfigurationImpl
0 WARN [main] com.solarmetric.Runtime - memory: used: 3,600,112 total:
6,291,456 free: 2,691,344
0 WARN [main] com.solarmetric.Runtime - memory: used: 3,834,768 total:
6,291,456 free: 2,456,688
0 WARN [main] com.solarmetric.Runtime - memory: used: 3,943,032 total:
6,291,456 free: 2,348,424
0 WARN [main] com.solarmetric.Runtime - memory: used: 4,393,736 total:
6,291,456 free: 1,897,720
0 WARN [main] com.solarmetric.Runtime - memory: used: 4,451,384 total:
6,291,456 free: 1,840,072
0 WARN [main] com.solarmetric.Runtime - memory: used: 4,582,456 total:
6,291,456 free: 1,709,000
Tests run: 7, Failures: 2, Errors: 1, Skipped: 0, Time elapsed: 0.07 sec <<<
FAILURE!
Running org.apache.openjpa.lib.xml.TestXMLWriter
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.1 sec <<<
FAILURE!
Running org.apache.openjpa.lib.util.TestPropertiesParser
Tests run: 13, Failures: 9, Errors: 0, Skipped: 0, Time elapsed: 0.261 sec
<<< FAILURE!
I'm willing to dive into these problems, but if these tests are expected to
run successfully, then I don't want to waste my time.
Thanks!
Kevin
|