-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[x-pack/filebeat/cel] increase timeout in unit-tests #39713
[x-pack/filebeat/cel] increase timeout in unit-tests #39713
Conversation
This pull request does not have a backport label.
To fixup this pull request, you need to add the backport labels for the needed
|
@dliappis do you know where this should be backported? |
I'd say |
(cherry picked from commit f3bd8f2) # Conflicts: # x-pack/filebeat/input/cel/input_test.go
(cherry picked from commit f3bd8f2)
(cherry picked from commit f3bd8f2)
Proposed commit message
As captured here there have been seldom occurrences that unit-tests of cel input come up with failures. After a quick analysis and a discussion with @efd6, we both agree that the context timeout in the cel unit-tests can end up being too tight, especially for machines under workload, and hence this PR increases it. Note that this timeout increment shouldn't affect the duration of the passing unit-tests as the context is cancelled as soon as the defined criteria are met.
Checklist
CHANGELOG.next.asciidoc
orCHANGELOG-developer.next.asciidoc
.Disruptive User Impact
Author's Checklist
N/A
How to test this PR locally
Related issues
Use cases
N/A
Screenshots
N/A
Logs
N/A