Skip to content

Commit

Permalink
HBASE-23914 : Set hbase.client.retries.number for TestThriftHBaseServ…
Browse files Browse the repository at this point in the history
…iceHandler (#1227)

Signed-off-by: Jan Hentschel <janh@apache.org>
  • Loading branch information
virajjasani authored Mar 1, 2020
1 parent a420f04 commit 48a3ccf
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ public void assertTColumnValueEqual(TColumnValue a, TColumnValue b) {

@BeforeClass
public static void beforeClass() throws Exception {
UTIL.getConfiguration().set("hbase.client.retries.number", "3");
UTIL.startMiniCluster();
HTableDescriptor tableDescriptor = new HTableDescriptor(TableName.valueOf(tableAname));
for (HColumnDescriptor family : families) {
Expand Down

0 comments on commit 48a3ccf

Please sign in to comment.