You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "stack (JIRA)" <ji...@apache.org> on 2009/08/18 02:19:14 UTC

[jira] Resolved: (HBASE-1773) Fix broken tests (setWriteBuffer now throws IOE)

     [ https://issues.apache.org/jira/browse/HBASE-1773?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

stack resolved HBASE-1773.
--------------------------

    Resolution: Fixed

Committed:

{code}
Index: src/test/org/apache/hadoop/hbase/client/TestPut.java
===================================================================
--- src/test/org/apache/hadoop/hbase/client/TestPut.java        (revision 805234)
+++ src/test/org/apache/hadoop/hbase/client/TestPut.java        (working copy)
@@ -164,7 +164,7 @@
     }
   }
   
-  public void testRowsPutBufferedManyManyFlushes() {
+  public void testRowsPutBufferedManyManyFlushes() throws IOException {
     table.setAutoFlush(false);
     table.setWriteBufferSize(10);
     ArrayList<Put> rowsUpdate = new ArrayList<Put>();
Index: src/test/org/apache/hadoop/hbase/client/TestBatchUpdate.java
===================================================================
--- src/test/org/apache/hadoop/hbase/client/TestBatchUpdate.java        (revision 805234)
+++ src/test/org/apache/hadoop/hbase/client/TestBatchUpdate.java        (working copy)
@@ -104,7 +104,7 @@
     }
   }
   
-  public void testRowsBatchUpdateBufferedManyManyFlushes() {
+  public void testRowsBatchUpdateBufferedManyManyFlushes() throws IOException {
     table.setAutoFlush(false);
     table.setWriteBufferSize(10);
     ArrayList<BatchUpdate> rowsUpdate = new ArrayList<BatchUpdate>();
{code}

> Fix broken tests (setWriteBuffer now throws IOE)
> ------------------------------------------------
>
>                 Key: HBASE-1773
>                 URL: https://issues.apache.org/jira/browse/HBASE-1773
>             Project: Hadoop HBase
>          Issue Type: Bug
>            Reporter: stack
>             Fix For: 0.20.0
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.