Re: [PATCH 00/11] verify pattern interval
Fio Test Bot <[email protected]>
| Newsgroups | org.kernel.vger.fio |
|---|---|
| Message-ID | <[email protected]> |
On 5/8/25 3:49 PM, [email protected] wrote: > > The result of fio's continuous integration tests was: failure > > For more details see https://github.com/fiotestbot/fio/actions/runs/14914258938 Hoisted by my own petard. There was one test failure with t/jobs/t0010: https://github.com/axboe/fio/blob/master/t/jobs/t0010-b7aae4ba.fio This job is a simple io_submit_mode=offload test: # Expected result: fio runs and completes the job # Buggy result: fio segfaults # [test] ioengine=null size=10g io_submit_mode=offload iodepth=16 My changes do not touch this code. I looked at Actions runs in the main repository and found no similar failures in the 90 days of available logs. I did find two failures in Actions logs on my fork: https://github.com/vincentkfu/fio/actions/runs/14414832872/job/40429681779 https://github.com/vincentkfu/fio/actions/runs/13680647374/job/38251879040 I re-ran the test suite on the failed platform for my patch series and it passed: https://github.com/fiotestbot/fio/actions/runs/14914258938 So I am comfortable that my patches are not responsible for this failure. Vincent