Files
containerd/pkg/oci
Sebastiaan van Stijn 7a7aebfcbf pkg/oci: update TestOpenUserFileCapsReads to use newlined data
This test verifies the maximum file-size constraints that were added in
[containerd7b05ec4]. However, github.com/moby/sys@v0.4.1 adds similar
constraints, including a constraint on line-length (1M): [moby/sys@2c56c3d]
that may hit before the file-size limit is reached if the data does not
contain newlines.

This patch updates the test to use data that includes newlines to make
sure it's testing the file-size constraints, not line-limit constraints.

[containerd7b05ec4]: 7b05ec421d
[moby/sys@2c56c3d]: 2c56c3d5d0

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2026-06-26 09:57:28 +02:00
..
2025-06-04 12:45:57 +02:00
2026-06-15 21:25:17 -07:00
2026-06-24 10:20:54 +02:00