-
Type:
Bug
-
Resolution: Won't Fix
-
Priority:
Minor - P4
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Query Integration
-
ALL
BF-36889 shows a failure for `geo_2d_point_near_zero.js` when running the test on multiversion suites. This is because `geo_2d_point_near_zero.js` was created to confirm behavior on changes made in SERVER-92930. This ticket was backported to v8.0 but not on <v8.0. Thus, when running the test on <8.0 versions of the server, a failure is produced as the necessary changes don't exist in the server.
To fix this issue, add a `requires_fcv_80` tag to this test to ensure that it doesn't get ran on versions of the server that don't contain the fix made in SERVER-92930.
- related to
-
SERVER-102389 [v7.0] remove unnecessary tests from backports.yml
-
- In Code Review
-