HBASE-9041 TestFlushSnapshotFromClient.testConcurrentSnapshottingAttempts fails; ATTEMPTED FIXUP
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1507658 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c776ff29a6
commit
f0ad5ece68
|
@ -87,7 +87,7 @@ public class TestFlushSnapshotFromClient {
|
|||
private static final byte[] TEST_FAM = Bytes.toBytes("fam");
|
||||
private static final byte[] TEST_QUAL = Bytes.toBytes("q");
|
||||
private static final byte[] TABLE_NAME = Bytes.toBytes(STRING_TABLE_NAME);
|
||||
private final int DEFAULT_NUM_ROWS = 100;
|
||||
private final int DEFAULT_NUM_ROWS = 1000;
|
||||
|
||||
/**
|
||||
* Setup the config for the cluster
|
||||
|
|
Loading…
Reference in New Issue