Statistics about stderr of test 'sqlancer08` in directory 'sql/test/SQLancer`: 22 lines, 167 words, 1130 chars in lines not matching '^$|^(\| |)#|^=` = 22 lines, 167 words, 1130 chars in lines not matching '^$|^(\| |)#` # 40 lines, 223 words, 1499 chars in all lines stderr of test 'sqlancer08` in directory 'sql/test/SQLancer` itself: # 00:50:07 > # 00:50:07 > "mclient" "-lsql" "-ftest" "-tnone" "-Eutf-8" "-i" "-e" "--host=LAB03" "--port=34674" # 00:50:07 > #~ MAPI = monetdb@LAB03:34674 QUERY = select t2.tc0, scale_down(0.87735366430185102171179778451914899051189422607421875, t2.tc0) from t2; ERROR = !Argument 2 to round function must be positive CODE = 42000 #~ MAPI = monetdb@LAB03:34674 QUERY = select cast('0.2.3' as decimal(10,2)); -- error, invalid decimal ERROR = !Decimal (0.2.3) doesn't have format (10.2) CODE = 42000 #~ MAPI = monetdb@LAB03:34674 QUERY = select cast('+0..2' as decimal(10,2)); -- error, invalid decimal ERROR = !Decimal (+0..2) doesn't have format (10.2) CODE = 42000 #~ MAPI = monetdb@LAB03:34674 QUERY = PREPARE VALUES (CAST(? >> 1.2 AS INTERVAL SECOND)), (interval '1' second); -- error, types decimal(2,1) and sec_interval(13,0) are not equal ERROR = !types decimal(2,1) and sec_interval(13,0) are not equal CODE = 42000 #~ MAPI = monetdb@LAB03:34674 QUERY = select round(t2.tc0, 88) from t2; ERROR = !Digits out of bounds CODE = 42000 #~ MAPI = monetdb@LAB03:34674 QUERY = SELECT round(- (((-443710828)||(1616633099))), 789092170); ERROR = !overflow in conversion of 789092170 to bte. CODE = 22003 #~ MAPI = monetdb@LAB03:34674 QUERY = PREPARE SELECT (1 + CAST(l0t0.c0 AS BIGINT)) * scale_up(?, 2) FROM (select 1) AS l0t0(c0); ERROR = !SELECT: no such binary operator 'sql_mul(bigint,month_interval)' CODE = 42000 # 00:50:08 > # 00:50:08 > "Done." # 00:50:08 >