]
Brian Stansberry reassigned WFLY-11323:
---------------------------------------
Assignee: ORD Testers
Fixing flaky test
WritableServiceBasedNamingStoreTestCase.testPermissions
-------------------------------------------------------------------------
Key: WFLY-11323
URL:
https://issues.jboss.org/browse/WFLY-11323
Project: WildFly
Issue Type: Bug
Components: Naming
Environment: Any
Reporter: ORD Testers
Assignee: ORD Testers
Priority: Minor
Fix For: 15.0.0.Alpha1
testPermissions fails when run by itself even when there’s no bug in the code.
This test can be fixed by looking up the name before testActionWithPermission is called,
as shown in the following pull request.
https://github.com/wildfly/wildfly/pull/11833
Let me know if you want to discuss more.