Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Running

Tomcat

Set the following system properties

...

  • add backgroundProcessorDelay="1" to the <Engine ... > element

Test Suite

Download latest nightly build

...

Accept the defaults and then run the tests

Expected results (Jakarta EE 9)

A default 10.0.x build running with the nightly TCK build (as of 2020-05-13) triggers 10 test failures

...

  • 4 x extensions (TCK assumes invalid extensions are ignored)
    Consider making TCK smarter so it ignores other extensions the server may advertise. Better still, detect them first and then exclude them from this test.
    Need to discuss expected behaviour if an unknown extension is specified. Are these required or optional?
  • 1 x timeout related test expects more frequent expiration checks

Expected results (Java EE 8)

A default 9.0.x build without any configuration triggers 20 test failures

...