Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Opportunistically Remove Old Mongo Tests #78

Open
Tracked by #62
ormsbee opened this issue May 20, 2022 · 0 comments
Open
Tracked by #62

Opportunistically Remove Old Mongo Tests #78

ormsbee opened this issue May 20, 2022 · 0 comments
Labels
Old Mongo Old Mongo ModuleStore Removal

Comments

@ormsbee
Copy link

ormsbee commented May 20, 2022

We have many content-related tests that run either explicitly for the Old Mongo Modulestore (ModuleStoreEnum.Type.mongo), or use ddt to run under both Old and Split Modulestores. We can remove the Old Mongo-specific portions of many of these tests, with a few caveats:

  • No tests related to CourseOverview compilation should be removed.
  • No tests related to writing or reading of the root CourseBlock should be removed.

Do a first pass at searching the tests that exercise both Old and Split Mongo explicitly, and remove the Old Mongo tests. Measure the overall difference in test run-time before and after this work is done.

@ormsbee ormsbee added the Old Mongo Old Mongo ModuleStore Removal label May 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Old Mongo Old Mongo ModuleStore Removal
Projects
None yet
Development

No branches or pull requests

1 participant