exist icon indicating copy to clipboard operation
exist copied to clipboard

[BUG] CI and site not running all tests

Open adamretter opened this issue 2 months ago • 2 comments

At least the following test suites are missing from the CI and site runs:

  1. ConcurrentResourceTest3
  2. ConcurrentResourceTest2
  3. DOMTestJUnit
  4. CachingFilterInputStreamTest_NonMarkableByteArrayInputStream
  5. XQueryProcessingInstruction
  6. ParseDtdTestNOK
  7. ParseXsdTestNOK
  8. DbStoreTest2
  9. GetReleaseBrokerDeadlocks
  10. RecoverBinaryTest2
  11. RecoveryTest2
  12. RecoveryTest3
  13. MemtreeInXQuery
  14. IndexerTest3
  15. IndexerTest2
  16. SendEmailIT
  17. JndiConnectionIT
  18. ImplicitConnectionCloseIT
  19. ConnectionIT
  20. ExecuteIT
  21. ConnectionPoolIT

Fixing this adds > 200 tests to the test suite.

adamretter avatar Oct 08 '25 10:10 adamretter

The solution is to call the maven target 'integration-test'

line-o avatar Oct 15 '25 11:10 line-o

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!

adamretter avatar Oct 15 '25 12:10 adamretter