TAN-55: Investigate Missing Leetcode Descriptions - #963
Conversation
Available PR Commands
See: https://github.com/tahminator/codebloom/wiki/CI-Commands |
7dbe25a to
6b1981b
Compare
|
/copy |
|
The image has been uploaded to https://hub.docker.com/r/patinanetwork/codebloom/tags under the following tags:
|
|
The image has been uploaded to https://hub.docker.com/r/patinanetwork/codebloom-standup-bot/tags under the following tags:
|
|
The image has been uploaded to https://hub.docker.com/r/patinanetwork/codebloom/tags under the following tags:
|
|
The image has been uploaded to https://hub.docker.com/r/patinanetwork/codebloom-standup-bot/tags under the following tags:
|
|
The image has been uploaded to https://hub.docker.com/r/patinanetwork/codebloom-standup-bot/tags under the following tags:
|
…FetchAllLeetcodeQuestions does not fetch the actual description and submission handler just trusts Fix surefire stream corruption from TS generator subprocess output Co-authored-by: angelayu0530 <146024318+angelayu0530@users.noreply.github.com> Revert "Fix surefire stream corruption from TS generator subprocess output" This reverts commit a570d8e.
|
The image has been uploaded to https://hub.docker.com/r/patinanetwork/codebloom-standup-bot/tags under the following tags:
|
|
The image has been uploaded to https://hub.docker.com/r/patinanetwork/codebloom/tags under the following tags:
|
|
/copy |
|
The image has been uploaded to https://hub.docker.com/r/patinanetwork/codebloom-standup-bot/tags under the following tags:
|
|
The image has been uploaded to https://hub.docker.com/r/patinanetwork/codebloom/tags under the following tags:
|
|
|
|
The image has been uploaded to https://hub.docker.com/r/patinanetwork/codebloom/tags under the following tags:
|
|
The image has been uploaded to https://hub.docker.com/r/patinanetwork/codebloom-standup-bot/tags under the following tags:
|
|
/copy |



ISSUE:
The FetchAllLeetcodeQuestions job bulk-loads every LeetCode problem into QuestionBank, but never fetches the actual description, so those rows go in blank.
SubmissionsHandler just trusts whatever's already in QuestionBank instead of checking and re-fetching. So once a slug got seeded this way, its description stayed null for every submission after that.
Description of changes
Checklist before review
Screenshots
Staging Fixed

vs
Prod / before: