-
Type: Task
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Query Integration
Right now the release tagging logic requires the dev to include a patch version eg you have to write `requires_mongot_1_44_0` instead of simply `requires_mongot_1_44`.
Since the patch number is for bug fixes, server testing infrastructure should ignore this and just care about the major and minor versions.
This will also require changing any tests that currently use a `requires_mongot_<x><y><z>` tag to `requires_mongot_<x>_<y>` and updating the README for search testing to explain how to properly tag your tests that can only be run with latest of mongot.
- related to
-
SERVER-93637 support create/update/drop search index commands on sharded views
- Closed