-
Type: Task
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Query Execution
At the time of writing, there are about 110 tests that are named after SERVER tickets (found using the DXR query "ext:js path:server[0-9]"). Presumably, these tests are named after tickets because they are a test added under said SERVER ticket or, more precisely, the test itself demonstrates a bug described by a SERVER ticket.
These names aren't very descriptive, that is, they don't give a sense of what it is that they are testing (with some exceptions; jstests/aggregation/bugs/server7695_isodates.js gives us a hint that the test is about ISO dates).
As such, this ticket tracks the work to go through these tests and rename them with more descriptive names.
Additionally, this ticket tracks the work to make sure that all of the tests modified under this task are assigned proper ownership.