Re: [PATCH] gitlab-ci.d/buildtest: Disable iotests 197 and 215

2021-07-27 Thread Willian Rampazzo
On Tue, Jul 27, 2021 at 1:26 PM Thomas Huth wrote: > > The iotests 197 and 215 are occasionally failing in the gitlab-CI now. > According to the log, the failure is "./common.rc: Killed" which might > be an indication that the process has been killed due to out-of-memory > reasons. Both tests are

Re: [PATCH] gitlab-ci.d/buildtest: Disable iotests 197 and 215

2021-07-27 Thread Philippe Mathieu-Daudé
On 7/27/21 6:25 PM, Thomas Huth wrote: > The iotests 197 and 215 are occasionally failing in the gitlab-CI now. > According to the log, the failure is "./common.rc: Killed" which might > be an indication that the process has been killed due to out-of-memory > reasons. Both tests are doing a big rea

Re: [PATCH] gitlab-ci.d/buildtest: Disable iotests 197 and 215

2021-07-27 Thread Daniel P . Berrangé
On Tue, Jul 27, 2021 at 06:25:42PM +0200, Thomas Huth wrote: > The iotests 197 and 215 are occasionally failing in the gitlab-CI now. > According to the log, the failure is "./common.rc: Killed" which might > be an indication that the process has been killed due to out-of-memory > reasons. Both tes

[PATCH] gitlab-ci.d/buildtest: Disable iotests 197 and 215

2021-07-27 Thread Thomas Huth
The iotests 197 and 215 are occasionally failing in the gitlab-CI now. According to the log, the failure is "./common.rc: Killed" which might be an indication that the process has been killed due to out-of-memory reasons. Both tests are doing a big read with 2G that likely causes this issue. It use