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

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


The following commit(s) were added to refs/heads/master by this push:
     new 7fd14181b6c HBASE-30128 Fix WALCellCodec off-heap KV tags compression 
test mismatch (#8158)
7fd14181b6c is described below

commit 7fd14181b6cbc957f6aa409f304e551d2d3990de
Author: Xiao Liu <[email protected]>
AuthorDate: Tue May 5 13:29:00 2026 +0800

    HBASE-30128 Fix WALCellCodec off-heap KV tags compression test mismatch 
(#8158)
    
    Signed-off-by: Duo Zhang <[email protected]>
---
 .../hbase/regionserver/wal/TestWALCellCodecWithCompression.java       | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/wal/TestWALCellCodecWithCompression.java
 
b/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/wal/TestWALCellCodecWithCompression.java
index 5c05f213925..6375340cb28 100644
--- 
a/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/wal/TestWALCellCodecWithCompression.java
+++ 
b/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/wal/TestWALCellCodecWithCompression.java
@@ -73,11 +73,11 @@ public class TestWALCellCodecWithCompression {
 
   @TestTemplate
   public void testEncodeDecodeOffKVsWithTagsWithTagsCompression() throws 
Exception {
-    doTest(true, false);
+    doTest(true, true);
   }
 
   @TestTemplate
-  public void testValueCompressionEnabled() throws Exception {
+  public void testEncodeDecodeOffKVsWithTags() throws Exception {
     doTest(false, true);
   }
 

Reply via email to