Versions Compared

Key

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

...

Test Suite

Download latest nightly promoted build

httpshttp://download.eclipse.org/ee4j/jakartaee-tck/8.0.1/nightly/websockettckjakartaee8/promoted/websocket-tck-1.1_latest.1.zip

Extract to WEBSOCKET_TCK_HOME

...

Accept the defaults and then run the tests

Expected results (

...

Java EE

...

8)

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

2 unclear specification

3 faulty tests

5 Tests 'fixed' by appropriate system property configuration (see above). No need for the server.xml changes.

  • 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)

without any configuration triggers 20 test failures

To be confirmed. Tomcat 9 was last tested with a nightly build of the WebSocket 1.1 TCK. It has yet to be tested with the 1.1.1 release of the TCK.A default 9.0.x build without any configuration triggers 20 test failures

2 unclear specification

...