[
https://issues.apache.org/jira/browse/RATIS-2124?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tsz-wo Sze resolved RATIS-2124.
-------------------------------
Fix Version/s: 3.2.0
Resolution: Fixed
The pull request is now merged . Thanks, [~slfan1989] !
> Remove the use of org.junit.Rule
> --------------------------------
>
> Key: RATIS-2124
> URL: https://issues.apache.org/jira/browse/RATIS-2124
> Project: Ratis
> Issue Type: Sub-task
> Components: test
> Reporter: Tsz-wo Sze
> Assignee: Shilun Fan
> Priority: Major
> Fix For: 3.2.0
>
> Time Spent: 50m
> Remaining Estimate: 0h
>
> The following imports should be removed.
> {code}
> -- ./ratis-common/src/test/java/org/apache/ratis/BaseTest.java
> ----------------
> 29: import org.junit.After;
> 30: import org.junit.Rule;
> 1 occurrence(s)
> --
> ./ratis-server/src/test/java/org/apache/ratis/statemachine/RaftSnapshotBaseTest.java
> 53: import org.junit.After;
> 1 occurrence(s)
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)