Skip to content

PHOENIX-7993: Move PhoenixSyncTableOutputRepositoryTest class as an Integration test - #2610

Open
rahulLiving wants to merge 15 commits into
apache:masterfrom
rahulLiving:PHOENIX-7993
Open

PHOENIX-7993: Move PhoenixSyncTableOutputRepositoryTest class as an Integration test#2610
rahulLiving wants to merge 15 commits into
apache:masterfrom
rahulLiving:PHOENIX-7993

Conversation

@rahulLiving

Copy link
Copy Markdown
Contributor

What changes were proposed in this pull request?

Moving a unit test which spins up Mini cluster as IntegrationTest

Why are the changes needed?

Since all Mini cluster test belong to IT

Does this PR introduce any user-facing change?

How was this patch tested?

Ran test locally

Was this patch authored or co-authored using generative AI tooling?

Generated-by: Claude-4.7

@rahulLiving rahulLiving changed the title Phoenix 7993 PHOENIX-7993: Move PhoenixSyncTableOutputRepositoryTest class as an Integration test Aug 26, 2026
@apurtell
apurtell requested a lite review from Copilot September 2, 2026 20:00

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

🟢 Approval recommended

The changes are a straightforward test reclassification/relocation with consistent package, naming, and category usage for IT execution.

Pull request overview

This PR aligns a mini-cluster-based test with Phoenix’s integration test structure by moving it into the end2end IT suite and updating naming/annotations accordingly.

Changes:

  • Updated the test’s package to org.apache.phoenix.end2end to match its IT location.
  • Renamed the test class from PhoenixSyncTableOutputRepositoryTest to PhoenixSyncTableOutputRepositoryIT.
  • Marked the test with @Category(NeedsOwnMiniClusterTest.class) to ensure it runs in the appropriate mini-cluster execution group.
File summaries
File Description
phoenix-core/src/it/java/org/apache/phoenix/end2end/PhoenixSyncTableOutputRepositoryIT.java Renames/repackages the test as an integration test and adds the mini-cluster category annotation.
Review details
  • Files reviewed: 1/1 changed files
  • Comments generated: 0
  • Review effort level: Lite

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

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.

2 participants