Skip to content

Migrate KeywordQueryLogicFunctionalTest from Arquillian to JUnit5/Spring#3670

Merged
apmoriarty merged 1 commit into
integrationfrom
task/migrate-keyword-query-logic-test
Jul 13, 2026
Merged

Migrate KeywordQueryLogicFunctionalTest from Arquillian to JUnit5/Spring#3670
apmoriarty merged 1 commit into
integrationfrom
task/migrate-keyword-query-logic-test

Conversation

@apmoriarty

Copy link
Copy Markdown
Collaborator

Drops the Arquillian container deployment in favor of SpringExtension with the same context config used by the AbstractQueryTest-based tests. KeywordQueryLogic does not extend ShardQueryLogic, so this test cannot extend AbstractQueryTest itself, but table setup/ingest and test lifecycle now match the pattern used elsewhere (QueryTestTableHelper + WiseGuysIngest under @BeforeAll, JUnit5 assertions).

Drops the Arquillian container deployment in favor of SpringExtension
with the same context config used by the AbstractQueryTest-based tests.
KeywordQueryLogic does not extend ShardQueryLogic, so this test cannot
extend AbstractQueryTest itself, but table setup/ingest and test
lifecycle now match the pattern used elsewhere (QueryTestTableHelper +
WiseGuysIngest under @BeforeAll, JUnit5 assertions).

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
@avgAGB

avgAGB commented Jul 10, 2026

Copy link
Copy Markdown
Collaborator

not to harp on it, but while we're at it with these migrations and refactors maybe could check out if its worth switching the log4j library for slf4j? Would be curious to hear what you think about it

@apmoriarty

Copy link
Copy Markdown
Collaborator Author

not to harp on it, but while we're at it with these migrations and refactors maybe could check out if its worth switching the log4j library for slf4j? Would be curious to hear what you think about it

Do you mind if I do that a series of separate PRs?

@avgAGB

avgAGB commented Jul 10, 2026

Copy link
Copy Markdown
Collaborator

not to harp on it, but while we're at it with these migrations and refactors maybe could check out if its worth switching the log4j library for slf4j? Would be curious to hear what you think about it

Do you mind if I do that a series of separate PRs?

that's fine with me, LGTM

@avgAGB avgAGB closed this Jul 10, 2026
@apmoriarty apmoriarty reopened this Jul 10, 2026
@apmoriarty apmoriarty added this pull request to the merge queue Jul 13, 2026
Merged via the queue into integration with commit 59398f6 Jul 13, 2026
43 of 45 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants