Repository: ignite
Updated Branches:
  refs/heads/master 7d33687f9 -> e3f2259c5


IGNITE-7695: Enable Ignite Update Notifier tests - Fixes #3516.

Signed-off-by: Alexey Goncharuk <alexey.goncha...@gmail.com>


Project: http://git-wip-us.apache.org/repos/asf/ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/e3f2259c
Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/e3f2259c
Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/e3f2259c

Branch: refs/heads/master
Commit: e3f2259c5c19cc2d5e7707dc10b376a3c402eeac
Parents: 7d33687
Author: dpavlov <dpav...@gridgain.com>
Authored: Tue Feb 13 20:19:31 2018 +0300
Committer: Alexey Goncharuk <alexey.goncha...@gmail.com>
Committed: Tue Feb 13 20:19:31 2018 +0300

----------------------------------------------------------------------
 .../test/java/org/apache/ignite/internal/GridVersionSelfTest.java  | 2 --
 .../internal/IgniteUpdateNotifierPerClusterSettingSelfTest.java    | 2 --
 2 files changed, 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/e3f2259c/modules/core/src/test/java/org/apache/ignite/internal/GridVersionSelfTest.java
----------------------------------------------------------------------
diff --git 
a/modules/core/src/test/java/org/apache/ignite/internal/GridVersionSelfTest.java
 
b/modules/core/src/test/java/org/apache/ignite/internal/GridVersionSelfTest.java
index 13af907..4751a0c 100644
--- 
a/modules/core/src/test/java/org/apache/ignite/internal/GridVersionSelfTest.java
+++ 
b/modules/core/src/test/java/org/apache/ignite/internal/GridVersionSelfTest.java
@@ -32,8 +32,6 @@ public class GridVersionSelfTest extends 
GridCommonAbstractTest {
      * @throws Exception If failed.
      */
     public void testVersions() throws Exception {
-        fail("https://issues.apache.org/jira/browse/IGNITE-5413";);
-
         String propVal = System.getProperty(IGNITE_UPDATE_NOTIFIER);
 
         System.setProperty(IGNITE_UPDATE_NOTIFIER, "true");

http://git-wip-us.apache.org/repos/asf/ignite/blob/e3f2259c/modules/core/src/test/java/org/apache/ignite/internal/IgniteUpdateNotifierPerClusterSettingSelfTest.java
----------------------------------------------------------------------
diff --git 
a/modules/core/src/test/java/org/apache/ignite/internal/IgniteUpdateNotifierPerClusterSettingSelfTest.java
 
b/modules/core/src/test/java/org/apache/ignite/internal/IgniteUpdateNotifierPerClusterSettingSelfTest.java
index 5f11088..a348ea5 100644
--- 
a/modules/core/src/test/java/org/apache/ignite/internal/IgniteUpdateNotifierPerClusterSettingSelfTest.java
+++ 
b/modules/core/src/test/java/org/apache/ignite/internal/IgniteUpdateNotifierPerClusterSettingSelfTest.java
@@ -66,8 +66,6 @@ public class IgniteUpdateNotifierPerClusterSettingSelfTest 
extends GridCommonAbs
      * @throws Exception If failed.
      */
     public void testNotifierEnabledForCluster() throws Exception {
-        fail("https://issues.apache.org/jira/browse/IGNITE-5413";);
-
         checkNotifierStatusForCluster(true);
     }
 

Reply via email to