Help Request: [Error testing the back-end, testSqlInjectionSearchAccountRequestsInWholeSystem TEST] #13065
-
Beta Was this translation helpful? Give feedback.
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. |
Beta Was this translation helpful? Give feedback.
-
|
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 |
Beta Was this translation helpful? Give feedback.



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.