]
Stuart Douglas commented on WFLY-3872:
--------------------------------------
I tried running this in a loop 10000 times and could not reproduce it locally. When it
fails we really need a thread dump of what is going on in Wildfly.
I am not 100% convinced that this is an undertow issue, and not being able to reproduce it
does not help.
I might investigate how hard it would be to capture a thread dump on test failure in
arquillian.
Recurring failure of
EJBSignEncryptMultipleClientsTestCase.encryptedAndSignedRequestFromJohn
--------------------------------------------------------------------------------------------
Key: WFLY-3872
URL:
https://issues.jboss.org/browse/WFLY-3872
Project: WildFly
Issue Type: Bug
Components: Web Services
Affects Versions: 9.0.0.Alpha1
Reporter: Brian Stansberry
Assignee: Stuart Douglas
Fix For: 9.0.0.Beta1
Since
https://github.com/wildfly/wildfly/pull/6660 was submitted,
EJBSignEncryptMultipleClientsTestCase.encryptedAndSignedRequestFromJohn is failing
regularly. Not every time but very often.
Alessio, you mentioned seeing some error logging from XAResourceRecoveryImpl, but
that's in the logs on successful runs as well, and occurs prior to the test as well.
That's a period background task from the transaction manager trying to perform
recovery of some previous transaction. I don't see why it would have any impact on
this test.