elasticsearch icon indicating copy to clipboard operation
elasticsearch copied to clipboard

[ES|QL] Create MockBigArrays with CircuitBreaker in AbstractFunctionTestCases

Open fang-xing-esql opened this issue 9 months ago • 1 comments

The MockBigArrays created in AbstractFunctionTestCases do not have a circuit breaker set properly, which may cause OOM when the size of test data is large. After this change, the test in with large data size fails with an error instead of OOM #107756.

#107798 reduces the size of the test data so that the test can pass.

fang-xing-esql avatar May 02 '24 13:05 fang-xing-esql

Pinging @elastic/es-analytical-engine (Team:Analytics)

elasticsearchmachine avatar May 02 '24 13:05 elasticsearchmachine

This should resolve #107756 .

fang-xing-esql avatar May 10 '24 16:05 fang-xing-esql