Skip to content
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

[WFLY-19909] Ignore tests affected by WFLY-19909 #107

Merged
merged 2 commits into from
Nov 15, 2024

Conversation

marekkopecky
Copy link
Contributor

@marekkopecky marekkopecky commented Nov 1, 2024

I originally hoped that blocker jira https://issues.redhat.com/browse/WFLY-19909 would be fixed quickly, but related jira is open for 1 week without any feedback, so maybe that it's time to ignore tests in upstream to keep the stability here.

Latest release of wf arquillian common depends on wildfly core 25.0.2.Final:

[INFO] +- org.wildfly.arquillian:wildfly-arquillian-common:jar:5.1.0.Beta6:test
...
[INFO] |  |  \- org.wildfly.core:wildfly-server:jar:25.0.2.Final:test

Later versions of wf-core missed some logging methods, which leads to errors in multinode module:

2024-11-01T09:18:56.3360706Z java.lang.NoSuchMethodError: 'java.lang.Object org.jboss.logging.Logger.getMessageLogger(java.lang.invoke.MethodHandles$Lookup, java.lang.Class, java.lang.String)'
2024-11-01T09:18:56.3363106Z 	at org.jboss.as.protocol.logging.ProtocolLogger.<clinit>(ProtocolLogger.java:37)
...
2024-11-01T09:18:56.3426630Z 	at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:134)
2024-11-01T09:18:56.3427795Z 	at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:106)
2024-11-01T09:18:56.3428929Z 	at org.jboss.arquillian.core.impl.EventImpl.fire(EventImpl.java:62)
2024-11-01T09:18:56.3430648Z 	at org.jboss.arquillian.container.test.impl.client.container.ClientContainerController.start(ClientContainerController.java:87)
2024-11-01T09:18:56.3433224Z 	at org.wildfly.ejbclient.testsuite.integration.multinode.clusternodeselector.ClusterNodeSelectorTestCase.start(ClusterNodeSelectorTestCase.java:97)

@marekkopecky marekkopecky changed the title [WFLY-19909] Ignore tests affected by WFLY-19909 Draft: [WFLY-19909] Ignore tests affected by WFLY-19909 Nov 1, 2024
@marekkopecky marekkopecky changed the title Draft: [WFLY-19909] Ignore tests affected by WFLY-19909 [WFLY-19909] Ignore tests affected by WFLY-19909 Nov 1, 2024
@marekkopecky
Copy link
Contributor Author

@tadamski Can you please check this PR and consider to merge it?

@tadamski tadamski merged commit 8948613 into wildfly:main Nov 15, 2024
1 check passed
@pferraro
Copy link

FYI, WFLY-19909 was resolved upstream, so this should be reverted.

@tadamski
Copy link
Contributor

@pferraro thanks for info, reverted

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants