Commit Graph

21 Commits

Author SHA1 Message Date
Steve McClure
3e7c0317e1 SERVER-104511: Improve exception-handling in validate collections (#35579)
GitOrigin-RevId: 1b665bdaf378cb02e355030b9c481c613cdcf034
2025-04-30 16:24:31 +00:00
Steve McClure
8bbc3a354d SERVER-102043: Add retries on AutoReconnect in hooks (#33339)
GitOrigin-RevId: bec58bac12afeb6e6f015a2927b28dce6c60b94f
2025-04-10 01:51:17 +00:00
Juan Gu
7209d62b77 SERVER-99522 Delete dead py linters (#31760)
GitOrigin-RevId: 3aedfa559dda734d4d89fefe0fe1154a5a3cf04d
2025-04-09 19:33:45 +00:00
Joan Bruguera Micó (at MongoDB)
a921de973f SERVER-90768 Compare output between listCollections and $listCatalog for the same database and verify equivalence in testing (#28610)
GitOrigin-RevId: edc76b36f1365a12e14254dc32704dafdb795afe
2024-11-29 12:48:13 +00:00
henrikedin
264cc19aae SERVER-96466 Remove validation that time-series buckets are always compressed (#28730)
GitOrigin-RevId: 55c3c1bcf562d16423e944e48f28b91fd5fca33f
2024-11-15 18:53:41 +00:00
Trevor Guidry
40ee074685 SERVER-96622 fix ValidateCollections with ExternalFixture (#28848)
GitOrigin-RevId: ad875530c1884deb44c617f378aae4447aea89dd
2024-11-06 18:55:12 +00:00
Trevor Guidry
a16a5b2de7 SERVER-94991 Make ValidateCollections faster (#28537)
GitOrigin-RevId: 031f2558c4f030413a527086bb7ae7dacde07dd7
2024-10-28 15:44:04 +00:00
Uladzimir Makouski
0ac5f682c8 Revert "SERVER-94991 Make ValidateCollections faster (#28069)" (#28513)
GitOrigin-RevId: 088a94e4519e76ca9bb499916c7a22f8c25805b8
2024-10-25 16:13:30 +00:00
Trevor Guidry
9eaa0572c4 SERVER-94991 Make ValidateCollections faster (#28069)
GitOrigin-RevId: fa60b9af6087d0fad3360175d7c0b30aed03529e
2024-10-24 00:28:42 +00:00
auto-revert-app[bot]
e9ebfc9237 Revert "SERVER-94991 Make ValidateCollections faster (#27531)" (#27964)
GitOrigin-RevId: 1e0481bf4c9b0b1ff0851bc2e2acb7519c02636d
2024-10-10 11:47:00 +00:00
Trevor Guidry
d8641bc122 SERVER-94991 Make ValidateCollections faster (#27531)
GitOrigin-RevId: 0f43c818acf6d3401846328d2de001e17f1d32be
2024-10-09 20:43:11 +00:00
Steve McClure
b4b23946cd SERVER-90570: Enable formatting checks for buildscripts directory, excluding idl (#22254)
GitOrigin-RevId: 9d997a9f44cd43a8dec7c2a17fa2dbcd875e92f6
2024-05-16 22:07:36 +00:00
Vishnu Kaushik
e93b52d81b SERVER-60779 Extend CheckReplDBHash to work with TenantMigrationsFixture and ClusterToClusterFixture 2021-11-02 18:50:20 +00:00
Siran Wang
2fe0fa151f SERVER-55861 add retryable writes multiversion hook 2021-07-30 14:06:16 +00:00
Mikhail Shchatko
f46630dd3a SERVER-48112 Use Absolute Imports in Resmoke 2020-06-18 10:21:48 +00:00
Mathew Robinson
8dd6d47557 SERVER-32295 Support Python 3 2019-04-08 14:08:49 -04:00
Jonathan Abrahams
c50c68fef1 SERVER-23312 Python linting - Lint using pylint, pydocstyle & mypy 2018-04-05 14:41:58 -04:00
Max Hirschhorn
b0f022596c SERVER-34185 Introduce DataConsistencyHook for raising ServerFailures. 2018-03-29 11:49:08 -04:00
Jonathan Abrahams
36148ad8bb SERVER-23312 Format Python files with yapf 2018-03-26 13:04:25 -04:00
Yves Duhem
4a69dcaf78 SERVER-33476 Rename CustomBehavior to Hook 2018-02-27 11:29:46 -05:00
Max Hirschhorn
b8f6239094 SERVER-29560 Split hooks.py module into separate files.
Also defines a generic Registry metaclass for making class declarations
store a reference to the class along with a name so that they can be
looked up later.
2017-06-14 20:44:52 -04:00