You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by zg...@apache.org on 2019/03/12 12:46:13 UTC

[hbase] 85/133: HBASE-15903 Delete Object - addnedum makes PutGetDelete robust

This is an automated email from the ASF dual-hosted git repository.

zghao pushed a commit to branch HBASE-14850
in repository https://gitbox.apache.org/repos/asf/hbase.git

commit f1e87308f38611ec88a5af59008e5a13ea56a41e
Author: tedyu <yu...@gmail.com>
AuthorDate: Wed May 31 17:18:10 2017 -0700

    HBASE-15903 Delete Object - addnedum makes PutGetDelete robust
---
 hbase-native-client/core/client-test.cc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/hbase-native-client/core/client-test.cc b/hbase-native-client/core/client-test.cc
index b58ca0a..d0791b8 100644
--- a/hbase-native-client/core/client-test.cc
+++ b/hbase-native-client/core/client-test.cc
@@ -139,6 +139,7 @@ TEST_F(ClientTest, PutGetDelete) {
   // Put two values for column "extra"
   table->Put(Put{row}.AddColumn("d", "extra", "1st val extra"));
   table->Put(Put{row}.AddColumn("d", "extra", valExtra));
+  usleep(1000);
   table->Put(Put{row}.AddColumn("d", "ext", valExt));
 
   // Perform the Get