On Tuesday 04 July 2017 01:47 PM, Naresh Kamboju wrote:
#!/bin/sh n=`./default_file_splice_read </dev/null | wc -c`
test "$n" = 0 && exit 0
echo "default_file_splice_read broken: leaked $n" exit 1
Seems like LAVA not happy having "</dev/null" in any script or exit 0 via LXC. I request to investigate this problem.
It is not an issue with /dev/null and LXC. The problem is different, where the script default_file_splice_read.sh does not return with a proper exit status, similar to what we observed in one of the scripts with ARM Energy probe. I am investigating on it to see why the script is not returning properly.
Thank You.