Skip to content

Commit

Permalink
[ML] fixing failing test elastic#80619 (elastic#80626) (elastic#80628)
Browse files Browse the repository at this point in the history
Periodically, the total length could randomly equal the definition
length. This was a fence post test set up failure closes elastic#80619

Co-authored-by: Elastic Machine <[email protected]>
  • Loading branch information
benwtrent and elasticmachine authored Nov 10, 2021
1 parent b74ba46 commit 36676b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ public void testGetDefinitionFromDocsTruncated() {
new BytesArray(randomByteArrayOfLength(10)),
modelId,
0,
randomLongBetween(10, 100),
randomLongBetween(11, 100),
10,
1,
randomBoolean()
Expand Down

0 comments on commit 36676b1

Please sign in to comment.