Our integration tests started to break after the removal of old Mongo, because the tests could access the child components and our tests are mostly breaking because of scope error.
Solution Guide
This is a discussion post that wraps around our problem and some suggestions were provided on this post here to fix some of the issues in our integration tests.
Context:
Open edX removed most of the old Mongo and left only enough of its functionality as readable only. The removal was done at https://github.com/openedx/edx-platform/pull/31134.
Our integration tests started to break after the removal of old Mongo, because the tests could access the child components and our tests are mostly breaking because of scope error.
Solution Guide
This is a discussion post that wraps around our problem and some suggestions were provided on this post here to fix some of the issues in our integration tests.
Logs
Here are the logs from the breaking test suit.
Acceptance Criteria