You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nutch.apache.org by le...@apache.org on 2014/06/05 04:17:15 UTC

svn commit: r1600559 - /nutch/branches/2.x/src/test/org/apache/nutch/storage/TestGoraStorage.java

Author: lewismc
Date: Thu Jun  5 02:17:14 2014
New Revision: 1600559

URL: http://svn.apache.org/r1600559
Log:
Temporary disable TestGoraStore due to GORA-326 Removal of _g_dirty field from _ALL_FIELDS array and Field Enum in Persistent classes

Modified:
    nutch/branches/2.x/src/test/org/apache/nutch/storage/TestGoraStorage.java

Modified: nutch/branches/2.x/src/test/org/apache/nutch/storage/TestGoraStorage.java
URL: http://svn.apache.org/viewvc/nutch/branches/2.x/src/test/org/apache/nutch/storage/TestGoraStorage.java?rev=1600559&r1=1600558&r2=1600559&view=diff
==============================================================================
--- nutch/branches/2.x/src/test/org/apache/nutch/storage/TestGoraStorage.java (original)
+++ nutch/branches/2.x/src/test/org/apache/nutch/storage/TestGoraStorage.java Thu Jun  5 02:17:14 2014
@@ -65,6 +65,7 @@ public class TestGoraStorage extends Abs
    * @throws Exception
    */
   @Test
+  @Ignore("GORA-326 Removal of _g_dirty field from _ALL_FIELDS array and Field Enum in Persistent classes")
   public void testSinglethreaded() throws Exception {
     String id = "singlethread";
     readWrite(id, webPageStore);
@@ -154,6 +155,7 @@ public class TestGoraStorage extends Abs
    * @throws Exception
    */
   @Test
+  @Ignore("GORA-326 Removal of _g_dirty field from _ALL_FIELDS array and Field Enum in Persistent classes")
   public void testMultiProcess() throws Exception {
     // create and start a hsql server, a stand-alone (memory backed) db
     // (important: a stand-alone server should be used because simple