-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Jakarta - EE 9 - MP TCK - Failures in REST Client TCK #27513
Comments
I had a look into these issues and I could see the following errors:
It's suspicious that the times are almost the double number expected, but maybe this is not relevant. More context:
|
@Sgitario I think Wiremock is working correctly as I spent time making sure each TCK was at least working properly (i.e. we don't have a gazillion of tests failing). RESTEasy was updated, yes (and will be updated again as soon as we switch to EE 10). |
Also, |
hi, so yes, I've run into this problem on my machine, but I assumed it was just slow, a lot of going on always on my computer. I override the config like this - -Dorg.eclipse.microprofile.rest.client.tck.timeoutCushion=1500 - might be slightly different for CI but it worked. I didn't have time to investigate deeper as I was fixing something else. |
I tried to reproduce this issue and indeed the timeouts are working fine (in both Java 17, 11 and using the rest client builder and the injected client via CDI), so it might be related to the test suite. |
FWIW, the TCK issue is reproducible always locally on my machine with JDK 11. For now, I will disable them: #29730 . |
Related to quarkusio#27513 (cherry picked from commit 1ac5798)
Hi @gsmet, @xstefank, @geoand. https://github.com/quarkusio/quarkus/blob/main/tcks/microprofile-rest-client/pom.xml#L202 The goal of this issue is to make them pass in the default config without usePlainSocketImpl? |
This was added in #19559 |
I guess, I still plan to look into what this is about |
TCKs are passing. |
We have several failures:
✖️ org.eclipse.microprofile.rest.client.tck.timeout.TimeoutBuilderIndependentOfMPConfigTest.testConnectTimeout
✖️ org.eclipse.microprofile.rest.client.tck.timeout.TimeoutTest.testConnectTimeout
✖️ org.eclipse.microprofile.rest.client.tck.timeout.TimeoutViaMPConfigTest.testConnectTimeout
✖️ org.eclipse.microprofile.rest.client.tck.timeout.TimeoutViaMPConfigTest.testReadTimeout
✖️ org.eclipse.microprofile.rest.client.tck.timeout.TimeoutViaMPConfigWithConfigKeyTest.testConnectTimeout
✖️ org.eclipse.microprofile.rest.client.tck.timeout.TimeoutViaMPConfigWithConfigKeyTest.testReadTimeout
The text was updated successfully, but these errors were encountered: