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

[hbase] branch master updated (e1c2c16 -> f6348d4)

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

zhangduo pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hbase.git.


    from e1c2c16  HBASE-26690 Modify FSTableDescriptors to not rely on renaming when writing TableDescriptor (#4054)
     add f6348d4  HBASE-26709 Ban the usage of junit 3 TestCase (#4065)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/hadoop/hbase/util/TestBytes.java    | 46 ++++++++++++--
 .../hadoop/hbase/http/conf/TestConfServlet.java    |  9 ++-
 .../org/apache/hadoop/hbase/client/TestResult.java | 32 +++++++---
 .../coprocessor/TestRegionObserverStacking.java    | 23 +++----
 .../hbase/io/TestImmutableBytesWritable.java       | 13 +++-
 .../hbase/io/hfile/TestCachedBlockQueue.java       | 70 +++++++++++-----------
 .../hadoop/hbase/io/hfile/TestHFileSeek.java       | 13 ++--
 .../hbase/regionserver/TestCellSkipListSet.java    | 33 ++++++----
 .../regionserver/TestKeyValueScanFixture.java      | 11 ++--
 .../hadoop/hbase/util/TestBloomFilterChunk.java    | 15 +++--
 .../hadoop/hbase/util/TestConnectionCache.java     | 31 ++++++----
 .../org/apache/hadoop/hbase/util/TestRootPath.java |  7 ++-
 pom.xml                                            |  8 +++
 13 files changed, 207 insertions(+), 104 deletions(-)