You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The SearchAccountRequestsActionTest has suddenly started failing... did a quick check and couldn't find any recent code change that caused it. The tests are failing due to this error: java.lang.IllegalArgumentException: UUID string too large, from the same method. Example stack trace:
java.lang.IllegalArgumentException: UUID string too large
at java.util.UUID.fromString(UUID.java:199)
at teammates.storage.sqlsearch.AccountRequestSearchManager.getEntityFromDocument(AccountRequestSearchManager.java:39)
at teammates.storage.sqlsearch.AccountRequestSearchManager.getEntityFromDocument(AccountRequestSearchManager.java:19)
at teammates.storage.sqlsearch.SearchManager.convertDocumentToEntities(SearchManager.java:220)
at teammates.storage.sqlsearch.AccountRequestSearchManager.searchAccountRequests(AccountRequestSearchManager.java:56)
at teammates.storage.sqlapi.AccountRequestsDb.searchAccountRequestsInWholeSystem(AccountRequestsDb.java:187)
at teammates.sqllogic.core.AccountRequestsLogic.searchAccountRequestsInWholeSystem(AccountRequestsLogic.java:182)
at teammates.sqllogic.api.Logic.searchAccountRequestsInWholeSystem(Logic.java:1712)
at teammates.ui.webapi.SearchAccountRequestsAction.execute(SearchAccountRequestsAction.java:24)
at teammates.ui.webapi.SearchAccountRequestsAction.execute(SearchAccountRequestsAction.java:16)
at teammates.ui.webapi.BaseActionTest.getJsonResult(BaseActionTest.java:571)
at teammates.ui.webapi.BaseActionTest.getJsonResult(BaseActionTest.java:561)
at teammates.ui.webapi.SearchAccountRequestsActionTest.testExecute_searchName_shouldSucceed(SearchAccountRequestsActionTest.java:94)
...
Might be related to this PR, but needs more investigation: #12950. Could also be a setup issue on the database or data bundle side.
Putting as p.High since we should really ensure all tests are passing...
The text was updated successfully, but these errors were encountered:
weiquu
added
p.High
Significant impact; would like to do in the next few releases
a-Testing
Testing-related traits such as efficiency, robustness, coverage
labels
Sep 2, 2024
The
SearchAccountRequestsActionTest
has suddenly started failing... did a quick check and couldn't find any recent code change that caused it. The tests are failing due to this error:java.lang.IllegalArgumentException: UUID string too large
, from the same method. Example stack trace:Might be related to this PR, but needs more investigation: #12950. Could also be a setup issue on the database or data bundle side.
Putting as
p.High
since we should really ensure all tests are passing...The text was updated successfully, but these errors were encountered: