Package: sysbench Affects: src:mariadb I noticed the s390x autopkgtests of sysbench failed in https://ci.debian.net/packages/s/sysbench/testing/s390x/60974059/ on:
95s --- /tmp/autopkgtest-lxc.ul61p1rc/downtmp/build.XUp/src/tests/t/script_oltp_help.t 209 95s +++ /tmp/autopkgtest-lxc.ul61p1rc/downtmp/build.XUp/src/tests/t/script_oltp_help.t.err 210 95s @@ -8,11 +8,11 @@ 211 95s oltp_read_write.lua options: 212 95s --auto_inc[=on|off] Use AUTO_INCREMENT column as Primary Key (for MySQL), or its alternatives in other DBMS. When disabled, use client-generated IDs [on] 213 95s --create_secondary[=on|off] Create a secondary index in addition to the PRIMARY KEY [on] 214 95s - --delete_inserts=N Number of DELETE/INSERT combinations per transaction [1] 215 95s - --distinct_ranges=N Number of SELECT DISTINCT queries per transaction [1] 216 95s - --index_updates=N Number of UPDATE index queries per transaction [1] 217 95s + --delete_inserts=N Number of DELETE/INSERT combinations per transaction [nil description for option range_selects] 218 95s + --distinct_ranges=N Number of SELECT DISTINCT queries per transaction [nil description for option range_selects] 219 95s + --index_updates=N Number of UPDATE index queries per transaction [nil description for option range_selects] 220 95s --mysql_storage_engine=STRING Storage engine, if MySQL is used [innodb] 221 95s - --non_index_updates=N Number of UPDATE non-index queries per transaction [1] 222 95s + --non_index_updates=N Number of UPDATE non-index queries per transaction [nil description for option range_selects] 223 95s --order_ranges=N Number of SELECT ORDER BY queries per transaction [1] 224 95s --pgsql_variant=STRING Use this PostgreSQL variant when running with the PostgreSQL driver. The only currently supported variant is 'redshift'. When enabled, create_secondary is automatically disabled, and delete_inserts is set to 0 225 95s --point_selects=N Number of point SELECT queries per transaction [10] Could you please take a look what is going on? Thanks!

