Comment 7 for bug 1952222

Revision history for this message
Stefan Metzmacher (metze) wrote :

5.14.0-1023.25 seems to work fine.

I used the steps similar to
https://lore.kernel.<email address hidden>/

cmake -DPLUGIN_{MROONGA,ROCKSDB,CONNECT,SPIDER,SPHINX,S3,COLUMNSTORE}=NO -DWITH_URING=ON ../mariadb-server
make -j8
mysql-test/mtr --mysqld=--innodb_use_native_aio=1 --nowarnings --parallel=4 --force encryption.innochecksum{,,,,,} --mysqld=--innodb_io_capacity=50000 --mysqld=--innodb_io_capacity_max=90000

And it failed twice with 5.14.0-1022.24, while it finished twice on 5.14.0-1023.25