This is an automated email from the ASF dual-hosted git repository.
vjasani pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/phoenix.git
The following commit(s) were added to refs/heads/master by this push:
new 73044e6f71 PHOENIX-7674 Fix Bson3IT for HBase 2.6
73044e6f71 is described below
commit 73044e6f71465a148f6ffeb580c0a8912246cb44
Author: Viraj Jasani <[email protected]>
AuthorDate: Thu Jul 17 22:05:52 2025 -0700
PHOENIX-7674 Fix Bson3IT for HBase 2.6
---
phoenix-core/src/it/java/org/apache/phoenix/end2end/Bson3IT.java | 2 ++
1 file changed, 2 insertions(+)
diff --git a/phoenix-core/src/it/java/org/apache/phoenix/end2end/Bson3IT.java
b/phoenix-core/src/it/java/org/apache/phoenix/end2end/Bson3IT.java
index 841eebb913..d5a3a25da9 100644
--- a/phoenix-core/src/it/java/org/apache/phoenix/end2end/Bson3IT.java
+++ b/phoenix-core/src/it/java/org/apache/phoenix/end2end/Bson3IT.java
@@ -2159,7 +2159,9 @@ public class Bson3IT extends ParallelStatsDisabledIT {
// Flush and major compact to trigger TTL expiration
Admin admin = getUtility().getAdmin();
+ EnvironmentEdgeManager.reset();
admin.flush(TableName.valueOf(tableName));
+ EnvironmentEdgeManager.injectEdge(injectEdge);
TestUtil.majorCompact(getUtility(), TableName.valueOf(tableName));