Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] what are the JPA LRG tests?

Hi,

What tests should be run when I want to run the JPA LRG?

The build.xml in the JPA test project has a target 'test-lrg' which runs
the following tests:

    <!-- Runs LRG (FullRegressionTestSuite) with agent. -->

But it actually invokes jpa.AllCMP3TestRunModel,
jpa.xml.EntityMappingsJUnitTestSuite and (if Oracle) OracleJPATestSuite.

According to the comments, the 'test' target also runs the LRG tests:

    <!-- Default test target, run the LRG -->

This one however, invokes jpa.FullRegressionTestSuite.

The total number of tests of each is different when I run it on Symfoware.
Which is the JPA LRG in Tom's proposal for how Community-contributed
DatabasePlatform could be promoted from incubation? And what is the
other one?

Thanks,
Dies



Back to the top