Skip to content

community/mbuffer: fix test on armhf & armv7

omni requested to merge omni/aports:fix-arm-mbuffer-test into master

The tests fail on arm* package builders, but not on the CI builders.

  ./mbuffer -i test.tar -p10 | ./mbuffer -q -P 90 | openssl md5 > test0.md5
  mbuffer: fatal: Cannot address so much memory (33554432*160=5368709120>2147483647).
  mbuffer: fatal: Cannot address so much memory (33554432*160=5368709120>2147483647).

Here we try with a smaller test.tar archive, with only /bin contents, for both armhf & armv7. We also increase the verbosity level of the second, receiving, mbuffer command for all architectures.

Merge request reports