Istvan Toth created HADOOP-19547: ------------------------------------ Summary: Migrate FileContextPermissionBase to Junit 5 Key: HADOOP-19547 URL: https://issues.apache.org/jira/browse/HADOOP-19547 Project: Hadoop Common Issue Type: Improvement Components: common, fs Reporter: Istvan Toth Assignee: Istvan Toth
TestFcLocalFsPermission has been recently migrated to Junit 5. However, its superclass FileContextPermissionBase uses Junit 4, which causes the class initializerers (BeforeAll/BeforeClass) not to be called in certain circumstances. Migrate FileContextPermissionBase and its children fully to Junit 5. -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: common-dev-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-dev-h...@hadoop.apache.org