IGNITE-9004 Failing 2 tests with issue link to 9004: Failed to move temp file 
during segment creation


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

Branch: refs/heads/ignite-8783
Commit: ddc41e2b092d1fa973349f8cb1c00a3bb79858c8
Parents: e7c3566
Author: Dmitriy Pavlov <dpav...@apache.org>
Authored: Mon Jul 16 17:43:50 2018 +0300
Committer: Dmitriy Pavlov <dpav...@apache.org>
Committed: Mon Jul 16 17:43:50 2018 +0300

----------------------------------------------------------------------
 .../persistence/standbycluster/IgniteChangeGlobalStateTest.java  | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/ddc41e2b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/persistence/standbycluster/IgniteChangeGlobalStateTest.java
----------------------------------------------------------------------
diff --git 
a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/persistence/standbycluster/IgniteChangeGlobalStateTest.java
 
b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/persistence/standbycluster/IgniteChangeGlobalStateTest.java
index 9152ab9..11e8514 100644
--- 
a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/persistence/standbycluster/IgniteChangeGlobalStateTest.java
+++ 
b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/persistence/standbycluster/IgniteChangeGlobalStateTest.java
@@ -73,6 +73,8 @@ public class IgniteChangeGlobalStateTest extends 
IgniteChangeGlobalStateAbstract
      * @throws Exception if fail.
      */
     public void testStopPrimaryAndActivateFromClientNode() throws Exception {
+        fail("https://issues.apache.org/jira/browse/IGNITE-9004";);
+
         Ignite ig1P = primary(0);
         Ignite ig2P = primary(1);
         Ignite ig3P = primary(2);
@@ -486,6 +488,8 @@ public class IgniteChangeGlobalStateTest extends 
IgniteChangeGlobalStateAbstract
      * @throws Exception If failed.
      */
     public void testFailGetLock() throws Exception {
+        fail("https://issues.apache.org/jira/browse/IGNITE-9004";);
+
         Ignite ig1P = primary(0);
         Ignite ig2P = primary(1);
         Ignite ig3P = primary(2);

Reply via email to