Help Request: [Error testing the back-end, testSqlInjectionSearchAccountRequestsInWholeSystem TEST] #13065
Answered by
wkurniawan07
Apr 20, 2024
Replies: 2 comments 2 replies
|
Same error here. I think the problem can be in the org.eclipse.jetty , wich does not have the JSP library. |
1 reply
|
This issue is known and documented in #12901. Component tests do not require the backend server to be run. If you run the server in the foreground, being "stuck" at 85% is the expected behaviour. None of the log lines shown in the screenshots are cause of concern. They probably look like errors because they're printed in |
1 reply
Answer selected by
wkurniawan07
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment



This issue is known and documented in #12901. Component tests do not require the backend server to be run.
If you run the server in the foreground, being "stuck" at 85% is the expected behaviour. None of the log lines shown in the screenshots are cause of concern. They probably look like errors because they're printed in
system.err, but they're just INFO logs.