[
https://issues.apache.org/jira/browse/RATIS-2254?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tsz-wo Sze resolved RATIS-2254.
-------------------------------
Fix Version/s: 3.2.0
Resolution: Fixed
The pull request is now merged.
> Replace junit 4 Timeout with junit 5
> ------------------------------------
>
> Key: RATIS-2254
> URL: https://issues.apache.org/jira/browse/RATIS-2254
> Project: Ratis
> Issue Type: Sub-task
> Components: test
> Reporter: Tsz-wo Sze
> Assignee: Tsz-wo Sze
> Priority: Major
> Fix For: 3.2.0
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> {code}
> //BaseTest
> @Rule
> public final org.junit.rules.Timeout globalTimeout = new
> org.junit.rules.Timeout(
> getGlobalTimeoutSeconds(), TimeUnit.SECONDS );
> {code}
> BaseTest has a junit Timeout rule as above. We should replace it with junit
> 5 @ Timeout .
--
This message was sent by Atlassian Jira
(v8.20.10#820010)