Skip to content

test: Add property to filter specific scenario tests to run#161

Merged
xieandrew merged 1 commit intomasterfrom
160-specific-scenario-test
May 8, 2026
Merged

test: Add property to filter specific scenario tests to run#161
xieandrew merged 1 commit intomasterfrom
160-specific-scenario-test

Conversation

@xieandrew
Copy link
Copy Markdown
Collaborator

Closes #160. The currently listed syntax for running an individual scenario does not work. This fixes it by adding a system property to filter specific scenarios to run using:

mvn test -Dtest=ScenarioBasedIT -Dscenario=basic-operations
mvn test -Dtest=ScenarioBasedIT -Dscenario=basic-operations,describe-parquet

@xieandrew xieandrew requested a review from subkanthi May 8, 2026 15:06
@xieandrew xieandrew merged commit f112dd9 into master May 8, 2026
2 checks passed
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.

Syntax for running a specific scenario integration test does not work

2 participants