Re: [PATCH 0/3] iotests: Check for the possibility to create large files

2019-12-09 Thread Kevin Wolf
Am 02.12.2019 um 11:16 hat Thomas Huth geschrieben: > Travis recently added the possibility to test on ppc64le, arm64 and s390x > hosts, too. However, the containers are very restricted there and do not > allow the creation of large files, so that the tests 060 and 079 are > currently failing there

Re: [PATCH 0/3] iotests: Check for the possibility to create large files

2019-12-03 Thread Alex Bennée
Thomas Huth writes: > Travis recently added the possibility to test on ppc64le, arm64 and s390x > hosts, too. However, the containers are very restricted there and do not > allow the creation of large files, so that the tests 060 and 079 are > currently failing there. So let's add some proper c

[PATCH 0/3] iotests: Check for the possibility to create large files

2019-12-02 Thread Thomas Huth
Travis recently added the possibility to test on ppc64le, arm64 and s390x hosts, too. However, the containers are very restricted there and do not allow the creation of large files, so that the tests 060 and 079 are currently failing there. So let's add some proper checks to these tests first. Tho