-
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
Use quarkus-rest artifact in security-ldap-quickstart #1464
Conversation
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: security-openid-connect-web-authentication-quickstart vertx-quickstart
📦 security-openid-connect-web-authentication-quickstart
✖ org.acme.security.openid.connect.web.authentication.CodeFlowTest.testCodeFlowNoConsent
line 41
- More details - Source on GitHub
com.gargoylesoftware.htmlunit.FailingHttpStatusCodeException: 404 Not Found for http://localhost:8081/index.html
at com.gargoylesoftware.htmlunit.WebClient.throwFailingHttpStatusCodeExceptionIfNecessary(WebClient.java:595)
at com.gargoylesoftware.htmlunit.WebClient.loadDownloadedResponses(WebClient.java:2277)
at com.gargoylesoftware.htmlunit.javascript.JavaScriptEngine.doProcessPostponedActions(JavaScriptEngine.java:914)
at com.gargoylesoftware.htmlunit.javascript.JavaScriptEngine.processPostponedActions(JavaScriptEngine.java:1002)
at com.gargoylesoftware.htmlunit.html.DomElement.click(DomElement.java:1047)
at com.gargoylesoftware.htmlunit.html.DomElement.click(DomElement.java:989)
at com.gargoylesoftware.htmlunit.html.DomElement.click(DomElement.java:897)
✖ org.acme.security.openid.connect.web.authentication.CodeFlowTest.testTokenInjection
line 128
- More details - Source on GitHub
com.gargoylesoftware.htmlunit.FailingHttpStatusCodeException: 404 Not Found for http://localhost:8081/index.html
at com.gargoylesoftware.htmlunit.WebClient.throwFailingHttpStatusCodeExceptionIfNecessary(WebClient.java:595)
at com.gargoylesoftware.htmlunit.WebClient.loadDownloadedResponses(WebClient.java:2277)
at com.gargoylesoftware.htmlunit.javascript.JavaScriptEngine.doProcessPostponedActions(JavaScriptEngine.java:914)
at com.gargoylesoftware.htmlunit.javascript.JavaScriptEngine.processPostponedActions(JavaScriptEngine.java:1002)
at com.gargoylesoftware.htmlunit.html.DomElement.click(DomElement.java:1047)
at com.gargoylesoftware.htmlunit.html.DomElement.click(DomElement.java:989)
at com.gargoylesoftware.htmlunit.html.DomElement.click(DomElement.java:897)
✖ org.acme.security.openid.connect.web.authentication.CodeFlowTest.testTokenTimeoutLogout
line 71
- More details - Source on GitHub
com.gargoylesoftware.htmlunit.FailingHttpStatusCodeException: 404 Not Found for http://localhost:8081/index.html
at com.gargoylesoftware.htmlunit.WebClient.throwFailingHttpStatusCodeExceptionIfNecessary(WebClient.java:595)
at com.gargoylesoftware.htmlunit.WebClient.loadDownloadedResponses(WebClient.java:2277)
at com.gargoylesoftware.htmlunit.javascript.JavaScriptEngine.doProcessPostponedActions(JavaScriptEngine.java:914)
at com.gargoylesoftware.htmlunit.javascript.JavaScriptEngine.processPostponedActions(JavaScriptEngine.java:1002)
at com.gargoylesoftware.htmlunit.html.DomElement.click(DomElement.java:1047)
at com.gargoylesoftware.htmlunit.html.DomElement.click(DomElement.java:989)
at com.gargoylesoftware.htmlunit.html.DomElement.click(DomElement.java:897)
📦 vertx-quickstart
✖ org.acme.extra.ResourceUsingWebClientTest.testBananaData
line 19
- More details - Source on GitHub
java.lang.AssertionError:
1 expectation failed.
Response body doesn't match expectation.
Expected: a string containing "Musaceae"
Actual: {"code":502,"message":"<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.1//EN\" \"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd\">\n\n<html xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\">\n <head>\n <title>The page is temporarily unavailable</title>\n <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n <style type=\"text/css\">\n /*<![CDATA[*/\n body {\n background-color: #fff;\n color: #000;\n font-size: 0.9em;\n font-family: sans-serif,helvetica;\n margin: 0;\n padding: 0;\n }\n :link {\n color: #c00;\n }\n :visited {\n color: #c00;\n }\n a:hover {\n color: #f50;\n ...
@michalvavrik @sberyozkin the |
I didn't look at all, but my colleague did some investigation, maybe worth looking at it #1463 |
No description provided.