Skip to content

Add Netty ByteBuf Leak Check to REST Test Clusters (#64528) #65864

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

Merged
merged 1 commit into from
Dec 4, 2020

Conversation

original-brownbear
Copy link
Member

We do this check in all tests that inherit from EsTestCase but didn't check for ByteBuf
leaks in rest test clusters, which means we have very little coverage of the REST layer.
With recent reports of very rare leak warnings in logs I think it's worthwhile to do this check
in REST tests as well.

backport of #64528

We do this check in all tests that inherit from `EsTestCase` but didn't check for `ByteBuf`
leaks in rest test clusters, which means we have very little coverage of the REST layer.
With recent reports of very rare leak warnings in logs I think it's worthwhile to do this check
in REST tests as well.
@original-brownbear original-brownbear added :Delivery/Build Build or test infrastructure backport labels Dec 3, 2020
@elasticmachine elasticmachine added the Team:Delivery Meta label for Delivery team label Dec 3, 2020
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-delivery (Team:Delivery)

@original-brownbear original-brownbear merged commit 743fcd7 into elastic:7.x Dec 4, 2020
@original-brownbear original-brownbear deleted the 64528-7.x branch December 4, 2020 00:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport :Delivery/Build Build or test infrastructure Team:Delivery Meta label for Delivery team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants