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
Notes: Seems like the tests is being rate limited by script.max_compilations_rate.
Stack Trace
TransportError(500, u'general_script_exception', u'[script] Too many dynamic script compilations within, max: [75/5m]; please use indexed, or scripts with parameters instead; this limit can be changed by the [script.max_compilations_rate] setting')
The text was updated successfully, but these errors were encountered:
This is a temporary fix for elastic#9587. The reason I did not skip the tests instead was that I would still like us to have tests for the pipelines running until we figured out which script is the culprit.
This is a temporary fix for #9587. The reason I did not skip the tests instead was that I would still like us to have tests for the pipelines running until we figured out which script is the culprit.
Flaky Test
test_pipeline.Test.test_input_pipeline_config (from nosetests)
beats/filebeat/tests/system/test_pipeline.py
Lines 35 to 39 in 5508aff
script.max_compilations_rate
.Stack Trace
TransportError(500, u'general_script_exception', u'[script] Too many dynamic script compilations within, max: [75/5m]; please use indexed, or scripts with parameters instead; this limit can be changed by the [script.max_compilations_rate] setting')
The text was updated successfully, but these errors were encountered: