-
Type: Improvement
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Server Security
There have been several instances of false positive BFs due to the number of results returned being higher than expected. These false positives are sometimes caused by unrelated system behaviors on the server that add extra results.
To reduce these false positives, modify the tests to avoid asserting on the exact number of results when possible. Instead, assert that the expected documents or results are included in the returned data.
Refer to examples in BF-29038, BF-34560 for similar cases.