This is an automated email from the ASF dual-hosted git repository.
adoroszlai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone.git
The following commit(s) were added to refs/heads/master by this push:
new 228b64c39f HDDS-10285. Remove unnecessary sleep in
TestMiniOzoneCluster (#6156)
228b64c39f is described below
commit 228b64c39ff85f048bd3cf8151a039c660dd5306
Author: Siyao Meng <[email protected]>
AuthorDate: Sat Feb 3 04:02:23 2024 -0800
HDDS-10285. Remove unnecessary sleep in TestMiniOzoneCluster (#6156)
---
.../src/test/java/org/apache/hadoop/ozone/TestMiniOzoneCluster.java | 1 -
1 file changed, 1 deletion(-)
diff --git
a/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/TestMiniOzoneCluster.java
b/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/TestMiniOzoneCluster.java
index b8cf7906c0..57b9e3c54a 100644
---
a/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/TestMiniOzoneCluster.java
+++
b/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/TestMiniOzoneCluster.java
@@ -233,7 +233,6 @@ public class TestMiniOzoneCluster {
EndpointStateMachine.EndPointStates.GETVERSION,
endpoint.getState());
}
- Thread.sleep(1000);
}
// DN should successfully register with the SCM after SCM is restarted.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]