On 06/14/2013 11:33 AM, Jeff Mesnil wrote:
Le 14 juin 2013 à 11:25, Tomaž Cerar <tomaz.cerar(a)gmail.com> a
écrit :
>
org.jboss.as.test.manualmode.messaging.HornetQBackupActivationTestCase.testActiveBackupReload
>
org.jboss.as.test.manualmode.messaging.HornetQBackupActivationTestCase.testLiveReload
I've sent a PR[1] for these tests. The intermittent failures occur during a :reload
operation when the connection is closed before the operation result returns.
I swallow up the exception for this special case and this should prevent anymore
failure.
Note that these tests would be revisited when we provide a high-level reload operation on
the client that takes care of the disconnection/reconnection issues.
jeff
[1]
https://github.com/wildfly/wildfly/pull/4639
This is a hack to hide the real issue. I don't want anything that hides
issues, if possible I want a real fix. If not, then just let it stand
out for further analysis.
I propose we rollback
https://github.com/wildfly/wildfly/pull/4639.
Carlo