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

Include more kinds of lists in test parameter converter support #28680

Merged
merged 1 commit into from Oct 26, 2022

Conversation

geoand
Copy link
Contributor

@geoand geoand commented Oct 19, 2022

Fixes: #28677

@quarkus-bot
Copy link

quarkus-bot bot commented Oct 19, 2022

Failing Jobs - Building f4fd3cf

Status Name Step Failures Logs Raw logs
✔️ JVM Tests - JDK 11
JVM Tests - JDK 11 Windows Build Failures Logs Raw logs
✔️ JVM Tests - JDK 17
✔️ JVM Tests - JDK 17 MacOS M1
✔️ JVM Tests - JDK 18

Full information is available in the Build summary check run.

Failures

⚙️ JVM Tests - JDK 11 Windows #

- Failing: extensions/vertx-http/deployment integration-tests/kubernetes/maven-invoker-way 
! Skipped: extensions/oidc-client-filter/deployment extensions/oidc/deployment extensions/security-webauthn/deployment and 18 more

📦 extensions/vertx-http/deployment

io.quarkus.vertx.http.testrunner.QuarkusTestTypeTestCase.testQuarkusTestMode line 38 - More details - Source on GitHub

org.awaitility.core.ConditionTimeoutException: Failed to wait for test run 1 State{lastRun=-1, running=true, inProgress=true, run=0, passed=0, failed=0, skipped=0, isBrokenOnly=false, isTestOutput=false, isInstrumentationBasedReload=false, isLiveReload=true}
	at io.quarkus.test.ContinuousTestingTestUtils.waitForNextCompletion(ContinuousTestingTestUtils.java:44)
	at io.quarkus.vertx.http.testrunner.QuarkusTestTypeTestCase.testQuarkusTestMode(QuarkusTestTypeTestCase.java:38)

📦 integration-tests/kubernetes/maven-invoker-way

Failed to execute goal org.apache.maven.plugins:maven-invoker-plugin:3.2.2:install (integration-tests) on project quarkus-integration-test-kubernetes-invoker: Failed to install project dependencies: MavenProject: io.quarkus:quarkus-integration-test-kubernetes-invoker:999-SNAPSHOT @ D:\a\quarkus\quarkus\integration-tests\kubernetes\maven-invoker-way\pom.xml

@geoand
Copy link
Contributor Author

geoand commented Oct 20, 2022

@gsmet we probably want this for the next release

@geoand geoand merged commit 392aa8a into quarkusio:main Oct 26, 2022
@geoand geoand deleted the #28677 branch October 26, 2022 12:23
@quarkus-bot quarkus-bot bot added this to the 2.15 - main milestone Oct 26, 2022
@gsmet gsmet modified the milestones: 2.15 - main, 2.14.0.Final Oct 28, 2022
@gsmet gsmet modified the milestones: 2.14.0.Final, 2.13.4.Final Oct 31, 2022
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.

Quarkus test with @ParameterizedTest and @MethodSource using List.subList does not work
3 participants