-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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 OIDC web authentication and multi-tenancy quickstarts #1485
Fix OIDC web authentication and multi-tenancy quickstarts #1485
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Let's wait for CI.
There will be some failures as mentioned in #1484 (comment)
Status for workflow
|
Status | Name | Step | Failures | Logs | Raw logs |
---|---|---|---|---|---|
✖ | Build - JDK 17 | Build with Maven |
Failures | Logs | Raw logs |
Full information is available in the Build summary check run.
Failures
⚙️ Build - JDK 17 #
- Failing: context-propagation-quickstart microprofile-graphql-client-quickstart vertx-quickstart
📦 context-propagation-quickstart
✖ org.acme.context.prices.PriceTest.test
line 55
- More details - Source on GitHub
org.awaitility.core.ConditionTimeoutException: Condition with Lambda expression in org.acme.context.prices.PriceTest was not fulfilled within 1 minutes 40 seconds.
at org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:167)
at org.awaitility.core.CallableCondition.await(CallableCondition.java:78)
at org.awaitility.core.CallableCondition.await(CallableCondition.java:26)
at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:1006)
at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:975)
at org.acme.context.prices.PriceTest.test(PriceTest.java:55)
at java.base/java.lang.reflect.Method.invoke(Method.java:569)
📦 microprofile-graphql-client-quickstart
✖ org.acme.microprofile.graphql.client.GraphQLClientTest.testDynamicClient
line 27
- More details - Source on GitHub
java.lang.NullPointerException: Cannot invoke "java.util.List.contains(Object)" because "filmTitles" is null
at org.acme.microprofile.graphql.client.GraphQLClientTest.testDynamicClient(GraphQLClientTest.java:27)
at java.base/java.lang.reflect.Method.invoke(Method.java:569)
at io.quarkus.test.junit.QuarkusTestExtension.runExtensionMethod(QuarkusTestExtension.java:950)
at io.quarkus.test.junit.QuarkusTestExtension.interceptTestMethod(QuarkusTestExtension.java:800)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
Suppressed: io.smallrye.graphql.client.InvalidResponseException: Unexpected response. Code=301, message="Moved Permanently", body="null"
✖ org.acme.microprofile.graphql.client.GraphQLClientTest.testTypesafeClient
line 19
- More details - Source on GitHub
java.lang.NullPointerException: Cannot invoke "java.util.List.contains(Object)" because "filmTitles" is null
at org.acme.microprofile.graphql.client.GraphQLClientTest.testTypesafeClient(GraphQLClientTest.java:19)
at java.base/java.lang.reflect.Method.invoke(Method.java:569)
at io.quarkus.test.junit.QuarkusTestExtension.runExtensionMethod(QuarkusTestExtension.java:950)
at io.quarkus.test.junit.QuarkusTestExtension.interceptTestMethod(QuarkusTestExtension.java:800)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
Suppressed: io.smallrye.graphql.client.InvalidResponseException: Unexpected response. Code=301, message="Moved Permanently", body="null"
📦 vertx-quickstart
✖ org.acme.extra.ResourceUsingWebClientTest.testStarWarsData
line 19
- More details - Source on GitHub
java.lang.AssertionError:
1 expectation failed.
Response body doesn't match expectation.
Expected: a string containing "Luke Skywalker"
Actual: {"code":404,"message":"<html>\r\n<head><title>404 Not Found</title></head>\r\n<body>\r\n<center><h1>404 Not Found</h1></center>\r\n<hr><center>nginx/1.16.1</center>\r\n</body>\r\n</html>\r\n"}
at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
Expected modules failed (see #1485 (review)) Good to merge. |
No description provided.