You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by te...@apache.org on 2017/06/01 00:18:14 UTC

hbase git commit: HBASE-15903 Delete Object - addnedum makes PutGetDelete robust

Repository: hbase
Updated Branches:
  refs/heads/HBASE-14850 54438ea2b -> 69d92d368


HBASE-15903 Delete Object - addnedum makes PutGetDelete robust


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/69d92d36
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/69d92d36
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/69d92d36

Branch: refs/heads/HBASE-14850
Commit: 69d92d3685d8daeed8407fc9a4ffeb23c480fa21
Parents: 54438ea
Author: tedyu <yu...@gmail.com>
Authored: Wed May 31 17:18:10 2017 -0700
Committer: tedyu <yu...@gmail.com>
Committed: Wed May 31 17:18:10 2017 -0700

----------------------------------------------------------------------
 hbase-native-client/core/client-test.cc | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/69d92d36/hbase-native-client/core/client-test.cc
----------------------------------------------------------------------
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