Skip to content
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

Fix memory problems inside test suite #99

Merged
merged 3 commits into from
Nov 4, 2024
Merged

Fix memory problems inside test suite #99

merged 3 commits into from
Nov 4, 2024

Conversation

see-quick
Copy link
Member

In the Add proxy container configuration (#44), we forgot to add stop(). That causes containers to run during all other test cases. Only recently (with more Kafka versions) it showed that we are out of memory in Azure CI:

##[warning]Free memory is lower than 5%; Currently used: 95.10%
##[warning]Free memory is lower than 5%; Currently used: 95.10%

This should fix the problem above.

Note:

I think we should double-check before each test that none containers are running to avoid this in the future.

@see-quick see-quick self-assigned this Nov 4, 2024
@see-quick see-quick added this to the 0.109.0 milestone Nov 4, 2024
@see-quick see-quick requested a review from a team November 4, 2024 10:20
@see-quick see-quick added the enhancement New feature or request label Nov 4, 2024
Signed-off-by: see-quick <[email protected]>
Signed-off-by: see-quick <[email protected]>
@see-quick see-quick merged commit 546f9e6 into main Nov 4, 2024
7 checks passed
@see-quick see-quick deleted the fix-memory-leaks branch November 4, 2024 20:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants