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 isSuccessful #1195

Merged
merged 1 commit into from
Jan 7, 2025
Merged

Fix isSuccessful #1195

merged 1 commit into from
Jan 7, 2025

Conversation

edeandrea
Copy link
Collaborator

the OutputGuardrailResultAssert.isSuccessful isn't properly checking for success. This fixes it.

@edeandrea edeandrea requested a review from a team as a code owner January 6, 2025 20:12
Copy link

quarkus-bot bot commented Jan 6, 2025

Status for workflow Build (on pull request)

This is the status report for running Build (on pull request) on commit 226cc85.

Failing Jobs

Status Name Step Failures Logs Raw logs
✔️ JVM tests - integration-tests - Java 17 Logs Raw logs
✔️ JVM tests - integration-tests - Java 21 Logs Raw logs
JVM tests - integration-tests - Java 23 Run tests of integration-tests with JDK 23 Failures Logs Raw logs

Full information is available in the Build summary check run.

Failures

⚙️ JVM tests - integration-tests - Java 23 #

📦 integration-tests/rag-pgvector-flyway

org.acme.example.openai.RAGWithMetadataFilterTest. - More details - Source on GitHub

java.lang.RuntimeException: java.lang.RuntimeException: Failed to start quarkus
	at io.quarkus.test.junit.QuarkusTestExtension.throwBootFailureException(QuarkusTestExtension.java:634)
	at io.quarkus.test.junit.QuarkusTestExtension.interceptBeforeAllMethod(QuarkusTestExtension.java:702)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1597)
Caused by: java.lang.RuntimeException: Failed to start quarkus
	at io.quarkus.runner.ApplicationImpl.doStart(Unknown Source)
	at io.quarkus.runtime.Application.start(Application.java:101)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)

@geoand geoand merged commit 4ec973b into quarkiverse:main Jan 7, 2025
70 of 71 checks passed
@edeandrea edeandrea deleted the patch-1 branch January 7, 2025 18:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants