-
Bug
-
Resolution: Done
-
Major
-
None
-
None
RemoteLocalCallProfileTestCase is failing on various CI jobs when the security manager is enabled, and will always fail when run by itself with -Dtest=RemoteLocalCallProfileTestCase.
This is because https://github.com/wildfly/wildfly/commit/d3fc3a4 did not cover this test.
The test passes if another test using the same remote-outbound-connection runs first as that establishes an authenticated connection to the 'multinode-server' server. But on some CI jobs RemoteLocalCallProfileTestCase has begun running before others and then it fails as the missing FilePermission prevents establishing a connection to 'multinode-server'.