Skip to content

HBASE-30131 Rewrite TestAsyncMetaRegionLocator#8206

Merged
Apache9 merged 1 commit into
apache:masterfrom
Apache9:HBASE-30131
May 9, 2026
Merged

HBASE-30131 Rewrite TestAsyncMetaRegionLocator#8206
Apache9 merged 1 commit into
apache:masterfrom
Apache9:HBASE-30131

Conversation

@Apache9
Copy link
Copy Markdown
Contributor

@Apache9 Apache9 commented May 8, 2026

No description provided.

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR rewrites TestAsyncMetaRegionLocator from a JUnit4 Enclosed + RuleChain-based structure into a single JUnit5 @TestTemplate parameterized test, while keeping (and slightly expanding) the OpenTelemetry tracing assertions around meta region location lookup.

Changes:

  • Migrates the test to JUnit5 with @HBaseParameterizedTestTemplate constructor-parameter injection for running against multiple ConnectionRegistry implementations.
  • Switches tracing test infrastructure from OpenTelemetry*Rule to JUnit5 OpenTelemetryExtension.
  • Consolidates cluster lifecycle management into @BeforeAll/@AfterAll and adds RpcConnectionRegistry-specific span assertions.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@Apache9 Apache9 merged commit fbcd02d into apache:master May 9, 2026
12 checks passed
Apache9 added a commit that referenced this pull request May 9, 2026
Signed-off-by: Xiao Liu <liuxiaocs@apache.org>
(cherry picked from commit fbcd02d)
Apache9 added a commit to Apache9/hbase that referenced this pull request May 9, 2026
Signed-off-by: Xiao Liu <liuxiaocs@apache.org>
(cherry picked from commit fbcd02d)
Apache9 added a commit that referenced this pull request May 11, 2026
(cherry picked from commit fbcd02d)

Signed-off-by: Xiao Liu <liuxiaocs@apache.org>
Apache9 added a commit that referenced this pull request May 11, 2026
(cherry picked from commit fbcd02d)

Signed-off-by: Xiao Liu <liuxiaocs@apache.org>
Apache9 added a commit that referenced this pull request May 11, 2026
(cherry picked from commit fbcd02d)

Signed-off-by: Xiao Liu <liuxiaocs@apache.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants