You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bound random negative size test in SearchSourceBuilderTests#testNegativeSizeErrors (#88457)
-1 is handled differently by the xcontent code path so this test will fail when `randomIntBetween` lands on -1.
To fix, we add another integer for the xcontent test which starts at -2.
0 commit comments