-
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
Support Surefire 3.0.0-M5 #10081
Support Surefire 3.0.0-M5 #10081
Conversation
Thanks for this! Can you please rebase onto the latest |
@geoand |
The reason I am asking is because those tests all pass on |
@geoand |
I understand that, what I'm saying is that it would be nice to know what changed in Surefire that could cause these failures. |
For instance we are able to handle the exceptions thrown in @BeforeAll methods. For instance we had a discussion at the mailing list during the release and one JUnit5 user was opointing to a difference with errors thrown in Not sure if these errors with marshaller are JDK related but it would be nice to reproduce it locally with identical platform. |
@geoand |
Not yet, hopefully we'll look into it come Monday |
@geoand As I said before, we ignored these errors in the old versions, and now this error is visible exactly before any tests start running. [ERROR] at java.net.URLClassLoader.findClass(URLClassLoader.java:382) |
Without this PR the TestResourceManager gets closed 3 times, which is causing some issues with new surefire versions Relates to: quarkusio#10081
Without this PR the TestResourceManager gets closed 3 times, which is causing some issues with new surefire versions Relates to: quarkusio#10081
That was definitely one issue. Can you rebase the PR onto master so we can see if CI passes now or if there are more issues? |
@geoand |
All tests pass, great! Could I trouble to rebase onto master again? The reason I am asking is that we made a change to #10146 and I would like to ensure that nothing broke with regards to this. Thanks |
I just pushed a rebase. |
Thanks |
@geoand |
I'll have a look tomorrow or Friday
…On Wed, Jun 24, 2020, 20:37 Tibor Digana ***@***.***> wrote:
@geoand <https://github.com/geoand>
Pls have alok at this test in Quarkus CI / JDK Java 8 - 242 JVM Tests
(pull_request)
It looks like Basic Auth failure
[ERROR] Failures:
[ERROR]
FormAuthCookiesTestCase.testCredentialCookieRotation:184->doRegularGet:135
Session cookie WAS NOT eligible for renewal and should have remained the
same. ==> expected:
<DBCucILj++O9vRjU2h7qq5JbrFrzPUgrm1vYOv2YBh+btNqFJu5oJ4gdk+hjan7Y> but was:
<DOh/zejFs/YxwI9Drpw5RbIqYWT4vmRE9MXz+NyN7WAPkF6Bph++h+YBW59uiaBE>
[INFO]
[ERROR] Tests run: 71, Failures: 1, Errors: 0, Skipped: 1
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#10081 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABBMDPY5JCNEGUSJIE5O32TRYI2UFANCNFSM4OBA2XZQ>
.
|
I force pushed a rebase to fix a few conflicts. Let's wait for CI and merge. |
Assuming everything works 🤪 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All green, nice!
Let me just check one last thing before merging |
Thanks a lot for this! We'll let you know if we run into any issues |
@geoand I am wondering whether the quickstarts should be adjusted as well? |
For 1.7 where this change will take effect, it makes sense |
It seems there are still some modules picking up Surefire 2.22.0 from I'll have a look. |
Thanks @famod! |
Without this PR the TestResourceManager gets closed 3 times, which is causing some issues with new surefire versions Relates to: quarkusio#10081
Without this PR the TestResourceManager gets closed 3 times, which is causing some issues with new surefire versions Relates to: quarkusio/quarkus#10081
No description provided.