Tsz-wo Sze created RATIS-2254:
---------------------------------
Summary: 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
{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)