-
-
Notifications
You must be signed in to change notification settings - Fork 33.6k
Closed
Labels
testsTests in the Lib/test dirTests in the Lib/test dir
Description
Has this already been discussed elsewhere?
This is a minor feature, which does not need previous discussion elsewhere
Links to previous discussion of this feature:
No response
Proposal:
Three bigmem tests test compression of large (slightly more than 4 GiB) data. They create 10 MiB of random data and write them multiple times. When run in "dry run" mode (by default) they only write a small sample. But they generate the whole 10 MiB of random data, and it takes time.
The proposed PR makes them only generating small number of random bytes for dry run. This speeds up running tests in default mode.
Linked PRs
Metadata
Metadata
Assignees
Labels
testsTests in the Lib/test dirTests in the Lib/test dir