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

Template extensions - always propagate errors when evaluating parameters #22935

Merged
merged 1 commit into from
Jan 18, 2022

Conversation

mkouba
Copy link
Contributor

@mkouba mkouba commented Jan 17, 2022

@mkouba mkouba added area/qute The template engine triage/backport? labels Jan 17, 2022
@mkouba mkouba requested a review from gastaldi January 17, 2022 09:21
@mkouba mkouba added this to the 2.7 - main milestone Jan 17, 2022
@gsmet gsmet changed the title Template extensions - always propagate errors when evaluating paramers Template extensions - always propagate errors when evaluating parameters Jan 17, 2022
@mkouba mkouba added the triage/waiting-for-ci Ready to merge when CI successfully finishes label Jan 17, 2022
@quarkus-bot
Copy link

quarkus-bot bot commented Jan 17, 2022

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

Failing Jobs - Building 44d28dc

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

Full information is available in the Build summary check run.

Failures

⚙️ Gradle Tests - JDK 11 #

- Failing: integration-tests/gradle 

📦 integration-tests/gradle

io.quarkus.gradle.BeanInTestSourcesTest.testBasicMultiModuleBuild line 15 - More details - Source on GitHub

org.opentest4j.AssertionFailedError: 

expected: "SUCCESS"

⚙️ Gradle Tests - JDK 11 Windows #

- Failing: integration-tests/gradle 

📦 integration-tests/gradle

io.quarkus.gradle.devmode.MultiModuleKotlinProjectDevModeTest.main line 22 - More details - Source on GitHub

org.awaitility.core.ConditionTimeoutException: Condition with lambda expression in io.quarkus.test.devmode.util.DevModeTestUtils that uses java.util.function.Supplier, java.util.function.Supplierjava.util.concurrent.atomic.AtomicReference was not fulfilled within 3 minutes.
	at org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:164)
	at org.awaitility.core.CallableCondition.await(CallableCondition.java:78)

⚙️ JVM Tests - JDK 11 #

- Failing: extensions/resteasy-classic/rest-client/deployment 
! Skipped: extensions/keycloak-admin-client/deployment extensions/keycloak-authorization/deployment extensions/liquibase-mongodb/deployment and 71 more

📦 extensions/resteasy-classic/rest-client/deployment

io.quarkus.restclient.configuration.UnknownConfigTest. line 29 - More details - Source on GitHub

org.opentest4j.AssertionFailedError: Expected 0 warnings ==> expected: <0> but was: <1>
	at org.junit.jupiter.api.AssertionUtils.fail(AssertionUtils.java:55)
	at org.junit.jupiter.api.AssertionUtils.failNotEqual(AssertionUtils.java:62)

@geoand geoand merged commit f3ee105 into quarkusio:main Jan 18, 2022
@quarkus-bot quarkus-bot bot removed the triage/waiting-for-ci Ready to merge when CI successfully finishes label Jan 18, 2022
@gsmet gsmet modified the milestones: 2.7 - main, 2.6.3.Final Jan 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Qute template extensions throw ambiguous exception on property not found
4 participants