This is an automated email from the ASF dual-hosted git repository.
namelchev pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite.git
The following commit(s) were added to refs/heads/master by this push:
new 467b029 IGNITE-14688 Fix testDetectPeerDeployAwareInfiniteRecursion
failure. (#9082)
467b029 is described below
commit 467b0291f7793e4f45be67703d3432d641ede6c9
Author: Pavel Pereslegin <[email protected]>
AuthorDate: Thu May 6 20:26:09 2021 +0300
IGNITE-14688 Fix testDetectPeerDeployAwareInfiniteRecursion failure. (#9082)
---
.../org/apache/ignite/internal/util/IgniteUtilsSelfTest.java | 10 ----------
1 file changed, 10 deletions(-)
diff --git
a/modules/core/src/test/java/org/apache/ignite/internal/util/IgniteUtilsSelfTest.java
b/modules/core/src/test/java/org/apache/ignite/internal/util/IgniteUtilsSelfTest.java
index 0c06fc3..3f1cf07 100644
---
a/modules/core/src/test/java/org/apache/ignite/internal/util/IgniteUtilsSelfTest.java
+++
b/modules/core/src/test/java/org/apache/ignite/internal/util/IgniteUtilsSelfTest.java
@@ -119,16 +119,6 @@ public class IgniteUtilsSelfTest extends
GridCommonAbstractTest {
return new String(chs);
}
- /** {@inheritDoc} */
- @Override protected void beforeTestsStarted() throws Exception {
- startGrids(2);
- }
-
- /** {@inheritDoc} */
- @Override protected void afterTestsStopped() throws Exception {
- stopAllGrids();
- }
-
/**
*
*/