You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by ip...@apache.org on 2019/06/16 05:31:15 UTC

[ignite] branch master updated: IGNITE-11908 Ignore test IgnitePdsStartWIthEmptyArchive

This is an automated email from the ASF dual-hosted git repository.

ipavlukhin 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 4208e27  IGNITE-11908 Ignore test IgnitePdsStartWIthEmptyArchive
4208e27 is described below

commit 4208e27481c63f8b425b8ca970e397a99c28f837
Author: ipavlukhin <vo...@gmail.com>
AuthorDate: Sun Jun 16 08:30:48 2019 +0300

    IGNITE-11908 Ignore test IgnitePdsStartWIthEmptyArchive
---
 .../processors/cache/persistence/db/IgnitePdsStartWIthEmptyArchive.java | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/persistence/db/IgnitePdsStartWIthEmptyArchive.java b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/persistence/db/IgnitePdsStartWIthEmptyArchive.java
index b89ab9c..78e6cae 100644
--- a/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/persistence/db/IgnitePdsStartWIthEmptyArchive.java
+++ b/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/persistence/db/IgnitePdsStartWIthEmptyArchive.java
@@ -41,6 +41,7 @@ import org.apache.ignite.testframework.junits.common.GridCommonAbstractTest;
 import org.junit.After;
 import org.junit.Assert;
 import org.junit.Before;
+import org.junit.Ignore;
 import org.junit.Test;
 
 import static org.apache.ignite.events.EventType.EVT_WAL_SEGMENT_ARCHIVED;
@@ -49,6 +50,7 @@ import static org.apache.ignite.internal.processors.cache.persistence.wal.FileWr
 /**
  *
  */
+@Ignore("https://issues.apache.org/jira/browse/IGNITE-11908")
 public class IgnitePdsStartWIthEmptyArchive extends GridCommonAbstractTest {
     /** Mapping of WAL segment idx to WalSegmentArchivedEvent. */
     private final Map<Long, WalSegmentArchivedEvent> evts = new ConcurrentHashMap<>();