]
Paul Ferraro reassigned WFLY-12212:
-----------------------------------
Assignee: Paul Ferraro (was: Richard Achmatowicz)
Restore LastNodeToLeaveRemoteEJBTestCase, disabled for JDK 11 runs if
necessary
-------------------------------------------------------------------------------
Key: WFLY-12212
URL:
https://issues.jboss.org/browse/WFLY-12212
Project: WildFly
Issue Type: Task
Components: Clustering, EJB
Affects Versions: 17.0.0.Final
Reporter: Brian Stansberry
Assignee: Paul Ferraro
Priority: Critical
The WLFY-11682 work[1] originally included a test, but that test was removed before the
PR was merged. AIUI the test was removed because it could not work on JDK 11 due to
byteman/arquillian issues.[2] The test did seem to work on JDK 8.
Having the test removed means this functionality isn't guarded against regression. So
this issue is to track getting it restored. If it can be disabled on JDK 11 runs pending
the arquillian/byteman issue being resolved, that's ok.
[1]
https://github.com/wildfly/wildfly/pull/12133
[2]
https://github.com/arquillian/arquillian-extension-byteman/issues/25