Skip to content

Migrate FeedbackDb#13483

Merged
mingyuancode merged 96 commits intoTEAMMATES:V9-clean-slate-sqlfrom
AaronToh:V9-clean-slate-sql
Feb 4, 2026
Merged

Migrate FeedbackDb#13483
mingyuancode merged 96 commits intoTEAMMATES:V9-clean-slate-sqlfrom
AaronToh:V9-clean-slate-sql

Conversation

@AaronToh
Copy link
Contributor

@AaronToh AaronToh commented Feb 1, 2026

Fixes #

Outline of Solution

  • Remove webapi code that use datastore logic
  • Deleted corresponding test files

@AaronToh AaronToh force-pushed the V9-clean-slate-sql branch 4 times, most recently from 3c17365 to 6263c5e Compare February 4, 2026 07:02
setStartTime(session, -1);
setEndTime(session, 3);

questionNumber = 222;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any reason why we are changing the behaviours of the test?


loginAsInstructor(instructor1OfCourse1.getAccount().getGoogleId());

verifyEntityNotFoundAcl(Const.ParamsNames.FEEDBACK_QUESTION_ID, "random");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here


String[] params = new String[] {
Const.ParamsNames.FEEDBACK_QUESTION_ID, "non-existent question id",
Const.ParamsNames.FEEDBACK_QUESTION_ID, "00000000-0000-0000-0000-000000000000",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does the test not work if we use alphanumeric strings?

@mingyuancode mingyuancode merged commit 1c1931d into TEAMMATES:V9-clean-slate-sql Feb 4, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants