On Wed, Oct 13, 2021 at 03:39:07PM +0800, Anand Jain wrote: > > perf/001 fails to update the SQL with the key trim_bw_bytes. > > Traceback (most recent call last): > File "/xfstests-dev/src/perf/fio-insert-and-compare.py", line 31, in > <module> > result_data.insert_result(data) > File "/xfstests-dev/src/perf/ResultData.py", line 45, in insert_result > self._insert_obj('fio_jobs', job) > File "/xfstests-dev/src/perf/ResultData.py", line 37, in _insert_obj > cur.execute(cmd, tuple(values)) > sqlite3.OperationalError: table fio_jobs has no column named trim_bw_bytes > > I tried to add the missing keys (which are probably present only in the > current version of the fio) as below, but the error is still the same. Any > inputs, how to fix this? > I think this was a failed experiment to add performance testing to xfstests, I think we should just rip it out. Thanks, Josef