exist
exist copied to clipboard
[BUG] CI and site not running all tests
At least the following test suites are missing from the CI and site runs:
- ConcurrentResourceTest3
- ConcurrentResourceTest2
- DOMTestJUnit
- CachingFilterInputStreamTest_NonMarkableByteArrayInputStream
- XQueryProcessingInstruction
- ParseDtdTestNOK
- ParseXsdTestNOK
- DbStoreTest2
- GetReleaseBrokerDeadlocks
- RecoverBinaryTest2
- RecoveryTest2
- RecoveryTest3
- MemtreeInXQuery
- IndexerTest3
- IndexerTest2
- SendEmailIT
- JndiConnectionIT
- ImplicitConnectionCloseIT
- ConnectionIT
- ExecuteIT
- ConnectionPoolIT
Fixing this adds > 200 tests to the test suite.
The solution is to call the maven target 'integration-test'
The solution is to call the maven target 'integration-test'
@line-o That's only part of the solution. The Failsafe plugin which runs when you target 'integration-test' will execute the tests whose names end with IT, but it will not enable the other tests!