Skip to content

Migrate ContentQueryLogicFunctionalTest from Arquillian to JUnit5/Spring#3666

Open
apmoriarty wants to merge 1 commit into
integrationfrom
task/migrate-content-query-logic-test
Open

Migrate ContentQueryLogicFunctionalTest from Arquillian to JUnit5/Spring#3666
apmoriarty wants to merge 1 commit into
integrationfrom
task/migrate-content-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. ContentQueryLogic 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.
ContentQueryLogic 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).
@apmoriarty apmoriarty enabled auto-merge July 9, 2026 13:49
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.

2 participants