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

Qute - fix origin of an expression used as a section param #26622

Merged
merged 1 commit into from Jul 11, 2022

Conversation

mkouba
Copy link
Contributor

@mkouba mkouba commented Jul 8, 2022

- there is no easy way to reliably identify the column of an expression
used as a section param, therefore, we'll report the column of the
containing section/block for the moment
- related to quarkusio#26479
@quarkus-bot quarkus-bot bot added the area/qute The template engine label Jul 8, 2022
@mkouba mkouba requested a review from gastaldi July 8, 2022 10:12
@mkouba
Copy link
Contributor Author

mkouba commented Jul 8, 2022

CC @JessicaJHee

@quarkus-bot
Copy link

quarkus-bot bot commented Jul 8, 2022

Failing Jobs - Building d588d8b

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

Full information is available in the Build summary check run.

Failures

⚙️ JVM Tests - JDK 11 #

- Failing: extensions/elytron-security-properties-file/deployment 
! Skipped: extensions/agroal/deployment extensions/avro/deployment extensions/elytron-security-jdbc/deployment and 177 more

📦 extensions/elytron-security-properties-file/deployment

io.quarkus.security.test.CustomAuthEmbeddedEncryptedTestCase.testSecureRoleFailure - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Expected status code <403> but was <401>.

⚙️ JVM Tests - JDK 11 Windows #

- Failing: extensions/mongodb-client/deployment 
! Skipped: integration-tests/mongodb-client 

📦 extensions/mongodb-client/deployment

io.quarkus.mongodb.NamedMongoClientConfigTest. - More details - Source on GitHub

java.lang.RuntimeException: 
java.lang.RuntimeException: io.quarkus.builder.BuildException: Build failure: Build failed due to errors
	[error]: Build step io.quarkus.mongodb.deployment.DevServicesMongoProcessor#startMongo threw an exception: java.lang.RuntimeException: java.lang.IllegalStateException: Previous attempts to find a Docker environment failed. Will not retry. Please see logs and check configuration

io.quarkus.mongodb.NamedReactiveMongoClientConfigTest. - More details - Source on GitHub

java.lang.RuntimeException: 
java.lang.RuntimeException: io.quarkus.builder.BuildException: Build failure: Build failed due to errors
	[error]: Build step io.quarkus.mongodb.deployment.DevServicesMongoProcessor#startMongo threw an exception: java.lang.RuntimeException: java.lang.IllegalStateException: Previous attempts to find a Docker environment failed. Will not retry. Please see logs and check configuration

⚙️ JVM Tests - JDK 18 #

- Failing: integration-tests/hibernate-search-orm-elasticsearch-tenancy 

📦 integration-tests/hibernate-search-orm-elasticsearch-tenancy

Failed to execute goal io.fabric8:docker-maven-plugin:0.40.1:start (docker-start) on project quarkus-integration-test-hibernate-search-orm-elasticsearch-tenancy: I/O Error

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/qute The template engine
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants