Packaging tests should not load full container logs in memory #100220
Labels
:Core/Infra/Core
Core issues without another label
:Delivery/Packaging
RPM and deb packaging, tar and zip archives, shell and batch scripts
Team:Core/Infra
Meta label for core/infra team
Team:Delivery
Meta label for Delivery team
>test
Issues or PRs that are addressing/adding tests
In #99508, a docker test failed because the container's log output exceeded the limit we set. We've bumped the limit as a short-term fix, but a better fix would be to stream through container logs and avoid gathering all logs in memory.
The text was updated successfully, but these errors were encountered: