[ https://issues.apache.org/jira/browse/HDFS-17745?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17931661#comment-17931661 ]
ASF GitHub Bot commented on HDFS-17745: --------------------------------------- hfutatzhanghb opened a new pull request, #7446: URL: https://github.com/apache/hadoop/pull/7446 ### Description of PR TestRouterMountTable should reset `defaultNSEnable` to true after each test method. Because we invoke `mountTable.setDefaultNSEnable(false);` in method testListNonExistPath and testListWhenDisableDefaultMountTable, but we don't reset to true in any place. The failure of unit tests can be reproduced by adding `@FixMethodOrder(MethodSorters.NAME_ASCENDING) to this class.` ### How was this patch tested? modify the unit test. > TestRouterMountTable should reset defaultNSEnable to true after each test > method. > --------------------------------------------------------------------------------- > > Key: HDFS-17745 > URL: https://issues.apache.org/jira/browse/HDFS-17745 > Project: Hadoop HDFS > Issue Type: Improvement > Reporter: farmmamba > Assignee: farmmamba > Priority: Minor > > TestRouterMountTable should reset defaultNSEnable to true after each test > method. > Because we invoke ` > mountTable.setDefaultNSEnable(false);` in method testListNonExistPath and > testListWhenDisableDefaultMountTable, but we don't reset to true. > > The failure of unit tests can be reproduced by adding > `@FixMethodOrder(MethodSorters.NAME_ASCENDING) to this class.` -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org