Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix quarkus.test.arg-line multiple args handling #19641

Merged
merged 1 commit into from Aug 25, 2021
Merged

Conversation

geoand
Copy link
Contributor

@geoand geoand commented Aug 25, 2021

The split is intended to happen on a whitespace character,
not the comma character used to denote multiple values in application.properties

Fixes: #19623

The split is intended to happen on a whitespace character,
not the comma character used by properties

Fixes: quarkusio#19623
@quarkus-bot
Copy link

quarkus-bot bot commented Aug 25, 2021

This workflow status is outdated as a new workflow run has been triggered.

Failing Jobs - Building 1982c8b

Status Name Step Test failures Logs Raw logs
Devtools Tests - JDK 11 Set up JDK 11 ⚠️ Check → Logs Raw logs
Gradle Tests - JDK 11 Set up JDK 11 ⚠️ Check → Logs Raw logs
JVM Tests - JDK 11 Set up JDK 11 ⚠️ Check → Logs Raw logs
JVM Tests - JDK 11 Windows Set up JDK 11 ⚠️ Check → Logs Raw logs
JVM Tests - JDK 16 Set up JDK 16 ⚠️ Check → Logs Raw logs
MicroProfile TCKs Tests Set up JDK 11 ⚠️ Check → Logs Raw logs
Native Tests - Data1 Set up JDK 11 ⚠️ Check → Logs Raw logs
Native Tests - Data2 Set up JDK 11 ⚠️ Check → Logs Raw logs
Native Tests - Data3 Set up JDK 11 ⚠️ Check → Logs Raw logs
Native Tests - Data4 Set up JDK 11 ⚠️ Check → Logs Raw logs
Native Tests - Data5 Set up JDK 11 ⚠️ Check → Logs Raw logs
Native Tests - Data7 Set up JDK 11 ⚠️ Check → Logs Raw logs

@geoand geoand merged commit 490c98d into quarkusio:main Aug 25, 2021
@quarkus-bot quarkus-bot bot added this to the 2.3 - main milestone Aug 25, 2021
@geoand geoand deleted the #19623 branch August 25, 2021 16:37
@gsmet gsmet modified the milestones: 2.3 - main, 2.1.4.Final Aug 25, 2021
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.

Regression in launching IntegrationTests instrumented with Jacoco-Maven-Plugin
3 participants