[SERVER-72149] Create mongo tests checks tests framework Created: 15/Dec/22 Updated: 04/Mar/23 Resolved: 21/Feb/23 |
|
| Status: | Closed |
| Project: | Core Server |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Improvement | Priority: | Major - P3 |
| Reporter: | Daniel Moody | Assignee: | Daniel Moody |
| Resolution: | Duplicate | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Issue Links: |
|
||||||||
| Participants: | |||||||||
| Description |
|
We should write tests for our custom checks to verify there are producing expected output with expected input. This should just be a simple python script which runs each check in the checks folder against a corresponding test cpp file in the a tests directory in the checks folder. There should be an SCons alias created using the "+" notation to run the checks from the scons command line. |
| Comments |
| Comment by Alex Neben [ 28/Jan/23 ] |
|
I am pretty sure you did this as part of https://github.com/10gen/mongo/pull/9956 and |