-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Investigate websocket tck failures for jetty-10 #4747
Labels
Specification
For all industry Specifications (IETF / Servlet / etc)
TCK
For various Specification Test Compatibility Kits (eg: Servlet, WebSocket, HTTP/2, etc)
Comments
lachlan-roberts
added
Specification
For all industry Specifications (IETF / Servlet / etc)
TCK
For various Specification Test Compatibility Kits (eg: Servlet, WebSocket, HTTP/2, etc)
labels
Apr 3, 2020
lachlan-roberts
added a commit
that referenced
this issue
Apr 5, 2020
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
lachlan-roberts
added a commit
that referenced
this issue
Apr 6, 2020
Using the object hash code is not random enough to use as a unique ID. Now using UUID.randomUUID() instead which sufficiently random. Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
lachlan-roberts
added a commit
that referenced
this issue
Apr 6, 2020
- This applies to the javax onClose method not the core onClosed method. - Also fixes a bug where onClosed may never be called if onFrame throws. Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
lachlan-roberts
added a commit
that referenced
this issue
Apr 7, 2020
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
lachlan-roberts
added a commit
that referenced
this issue
Apr 7, 2020
Headers with the same name may not have been copied properly for header values inspected and modified with a Configurator. Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
lachlan-roberts
added a commit
that referenced
this issue
Apr 8, 2020
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
lachlan-roberts
added a commit
that referenced
this issue
Apr 9, 2020
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
lachlan-roberts
added a commit
that referenced
this issue
Apr 22, 2020
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
lachlan-roberts
added a commit
that referenced
this issue
Apr 23, 2020
Issue #4747 - fix some test failures for jetty-10 with websocket tck
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Specification
For all industry Specifications (IETF / Servlet / etc)
TCK
For various Specification Test Compatibility Kits (eg: Servlet, WebSocket, HTTP/2, etc)
Jetty version
10.0.x
Description
Currently 407 test failures for the jetty-10 websocket TCK run.
These should be investigated and fixed.
The text was updated successfully, but these errors were encountered: