Jay Aljelo Ting
Jay Aljelo Ting
The V9 version of `verifySessionOpenExceptForModeration` checks if the session is open, but it may not be checking if the session is open given a deadline. https://github.com/TEAMMATES/teammates/blob/5b3a96fdde95d6ab3fef6b861c2867efe92d15f4/src/main/java/teammates/ui/webapi/BasicFeedbackSubmissionAction.java#L313-L319 Note that the code...
Currently, `AccountRequestsDbIT::testSqlInjectionSearchAccountRequestsInWholeSystem` does not check if the search service is active. https://github.com/TEAMMATES/teammates/blob/234218979f55d3eb5689186ad737dcbdd22b3df8/src/it/java/teammates/it/storage/sqlapi/AccountRequestsDbIT.java#L196-L209 This leads to the following failing test if you try to test locally without the search service. ...
The Gradle task `componentTests` now depends on the two Gradle tasks `unitTests`, and `integrationTests` since #12056. These can be independent from each other, so if one fails, we should continue...
### Describe the bug An error occurs when trying to download the timetable as a PDF file. ### To Reproduce Steps to reproduce the behavior: 1. Go to the 'Timetable'...