Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

Conversation

@michalvavrik
Copy link
Member

@michalvavrik michalvavrik commented Feb 12, 2026

Adds tests for #45971. I have run tests added in this PR after reverting the fix #45972 and they verify the issue.

@michalvavrik
Copy link
Member Author

Looking at the integration-arquillian-tests-base failures, that is a different module and this PR only adds a new tests to a different module, so it shouldn't be related.

mabartos
mabartos previously approved these changes Feb 13, 2026
Copy link
Contributor

@mabartos mabartos left a comment

Choose a reason for hiding this comment

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

@michalvavrik LGTM, thanks!

@shawkins You want to review if it covers all scenarios as for the fix?

@michalvavrik The CI failures are unrelated, and the fix for them is already in the main branch, so you can just rebase.

@michalvavrik michalvavrik force-pushed the feature/issue-46135-test-dir-with-special-chars branch from 90b24c7 to 26b0e27 Compare February 13, 2026 12:46
Copy link
Contributor

@vmuzikar vmuzikar left a comment

Choose a reason for hiding this comment

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

@michalvavrik Looks good, thank you. Alternative approach would've been running Quarkus tests in the CI from a different subdir with special characters but this works too.

@BeforeStartDistribution(AddCustomScriptsProvider.class)
@RawDistOnly(reason = "Testing installation path handling")
@Test
@Launch(Build.NAME)
Copy link
Contributor

Choose a reason for hiding this comment

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

Just a nitpick. I think just testing start or start-dev would be enough as build is done implicitly. But we can keep as is.

Copy link
Contributor

Choose a reason for hiding this comment

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

@vmuzikar Yep, nice point.

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.

Run tests with dist placed in a directory with special characters

3 participants