You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucenenet.apache.org by ni...@apache.org on 2016/10/11 18:35:29 UTC

[44/47] lucenenet git commit: Marked Core.Util.TestPagedBytes.TestOverflow() Ignored because it was ignored in Java (and throws an OOM exception most of the time).

Marked Core.Util.TestPagedBytes.TestOverflow() Ignored because it was ignored in Java (and throws an OOM exception most of the time).


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

Branch: refs/heads/master
Commit: eb6fd3acdc7d17203c02d57181ef72ce2ab0c8f0
Parents: 2aaf3b5
Author: Shad Storhaug <sh...@shadstorhaug.com>
Authored: Tue Oct 11 05:51:47 2016 +0700
Committer: Shad Storhaug <sh...@shadstorhaug.com>
Committed: Wed Oct 12 01:10:59 2016 +0700

----------------------------------------------------------------------
 src/Lucene.Net.Tests/core/Util/TestPagedBytes.cs | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucenenet/blob/eb6fd3ac/src/Lucene.Net.Tests/core/Util/TestPagedBytes.cs
----------------------------------------------------------------------
diff --git a/src/Lucene.Net.Tests/core/Util/TestPagedBytes.cs b/src/Lucene.Net.Tests/core/Util/TestPagedBytes.cs
index 42e305a..89908e9 100644
--- a/src/Lucene.Net.Tests/core/Util/TestPagedBytes.cs
+++ b/src/Lucene.Net.Tests/core/Util/TestPagedBytes.cs
@@ -178,9 +178,10 @@ namespace Lucene.Net.Util
             }
         }
 
+        [Ignore] // memory hole
         [Test]
         [LongRunningTest, Timeout(120000)]
-        public virtual void TestOverflow() // memory hole
+        public virtual void TestOverflow()
         {
             BaseDirectoryWrapper dir = NewFSDirectory(CreateTempDir("testOverflow"));
             if (dir is MockDirectoryWrapper)