mirror of
https://git.savannah.gnu.org/git/parallel.git
synced 2024-11-22 05:57:54 +00:00
Bug fix: output bigger than 4 GB causes out of memory
This commit is contained in:
parent
04ac9f3c02
commit
ae9ed6753c
1
unittest/actual-results/test11
Normal file
1
unittest/actual-results/test11
Normal file
|
@ -0,0 +1 @@
|
|||
foo
|
1
unittest/actual-results/test12
Normal file
1
unittest/actual-results/test12
Normal file
|
@ -0,0 +1 @@
|
|||
75da7edc12b129d109af92592c61da56 -
|
4
unittest/tests-to-run/test11.sh
Normal file
4
unittest/tests-to-run/test11.sh
Normal file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash
|
||||
|
||||
# Test the empty line
|
||||
echo | parallel echo foo
|
4
unittest/tests-to-run/test12.sh
Normal file
4
unittest/tests-to-run/test12.sh
Normal file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash
|
||||
|
||||
# Test if we can deal with output > 4 GB
|
||||
echo | parallel 'dd if=/dev/zero count=43 bs=100000k; echo 1; echo 2' | md5sum
|
1
unittest/wanted-results/test11
Normal file
1
unittest/wanted-results/test11
Normal file
|
@ -0,0 +1 @@
|
|||
foo
|
1
unittest/wanted-results/test12
Normal file
1
unittest/wanted-results/test12
Normal file
|
@ -0,0 +1 @@
|
|||
75da7edc12b129d109af92592c61da56 -
|
Loading…
Reference in a new issue