Commit Graph

5 Commits

Author SHA1 Message Date
Ali Mir
98a3fa5c64 SERVER-101646 Move magic restore test infrastructure into enterprise module (#35020)
GitOrigin-RevId: fde31744f769e1bd0b6b776abf4dcc585db344b9
2025-04-16 15:33:16 +00:00
Juan Gu
2513cc511b SERVER-94076 Remove unused imports via Ruff rule (#27337)
GitOrigin-RevId: 8923cc14f276be93355d763cb88c04bdb4dd9000
2024-10-04 01:43:13 +00:00
seanzimm
49aec070b5 SERVER-89647 Override drop and assert for magic restore testing (#22460)
GitOrigin-RevId: 34a2d0d2e06953c39c6c10d872cb640100256927
2024-05-22 21:41:52 +00:00
auto-revert-app[bot]
e8e0c79927 Revert "SERVER-89647 Override drop and assert for magic restore testing (#22321)" (#22414)
Co-authored-by: auto-revert-processor <devprod-si-team@mongodb.com>
GitOrigin-RevId: a1ff9bb7595224593c9eff610f5a4e12f0d4cf54
2024-05-21 22:55:37 +00:00
seanzimm
275639fdb1 SERVER-89647 Override drop and assert for magic restore testing (#22321)
[evg
patch](https://spruce.mongodb.com/version/663e5832b144dd0007172e5c/tasks?page=0&sorts=STATUS%3AASC%3BBASE_STATUS%3ADESC)

This PR overrides drops and asserts to make sure we get more coverage
for magic restore testing since the magic restore hook relies on data
existing on the nodes to restore. We found before this PR we were
getting lackluster coverage since most jstests drop their data when the
test ends which leads to little data remaining in nodes when the hook
runs.

GitOrigin-RevId: 2423d1cfd2be22639b1439c3f550bb866d202178
2024-05-21 14:47:46 +00:00