Help Request: Failing one SQL Injection Test #12869
Replies: 4 comments 1 reply
|
Hey @WR-Smiley, can you try pulling the latest changes from |
|
Hi @weiquu, thanks for your response. I pulled the latest changes, got the front and back end started and still failed the same test. Please see below the requested screenshots. I've also included Solr container's logs below the screenshots. |
|
@WR-Smiley your error has nothing to do with the Docker instances. |
|
Closing the discussion as the problem has been identified in #12901 |


Uh oh!
There was an error while loading. Please reload this page.
Environment
Intention
Following the setup guide very closely, one test keeps failing and I can't figure out how to resolve it.
The test is 'testSqlInjectionSearchAccountRequestsInWholeSystem.' All other tests succeed. Exception is 0 and time outputs 'teammates.it.storage.sqlapi.AccountRequestsDbIT@257e1ecc'.
Stack trace is below. The first line seems to be the obvious problem but I don't understand why it is running into that problem when I have desktop Docker running and showing all 3 containers running just fine and all other tests have no issues. Any advice would be greatly appreciated, I'm excited to get this sorted so I can actually start contributing to the project. Thank you!
Resolution Attempt
Checking and rechecking that I followed the guide closely and that all components are seemingly up and running. Tested all server responses via browser localhost URLs and got expected behavior.
All reactions