Skip to content

Broken perf test: SIZES_OF_ARRAYS_DONT_MATCH #80854

@Algunenano

Description

@Algunenano

Example: https://s3.amazonaws.com/clickhouse-test-reports/PRs/80810/50720a9bc1d86ab847c3f48ed94559e0496e0cda//performance_comparison_amd_release_master_head_3_3/all-queries.html

Looking at the report the issue is that it's generating a an array of one element, not 2.

set -e
clickhouse-local             --file "analyze/tmp/agg_functions_argmin_argmax_0.tsv"             --structure 'test text, query text, run int, version UInt8, metrics Array(float)'             --query "-- The input is table(test text, query text, run UInt32, version UInt8, metrics Array(float)).
        select groupArrayInsertAt(median_metrics, version) medians_by_version
        from
        (
            select medianExactForEach(metrics) median_metrics, version
            from table
            group by version
        ) original_medians
;"

The contents of analyze/tmp/agg_functions_argmin_argmax_0.tsv do not look correct:

agg_functions_argmin_argmax	0	0	0	[12,5,9697152,3355394048,193,0,0,0,0,0,32084,9550472340,11,1,1,41,0,36,0,351929,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,1,35209,0,13,0,0,0,0,18623556,72,0,0,1,0,0,0,0,0,0,12,20915,0,0,0,0,0,0,0,0,0,0,12,12,0,12,181,9,0,0,58,0,1585717,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,38,20915,725,11033497,10954,0,0,1919840769,12288,11722,33,32,3,0,0,26,0,1,1,0,0,0,1,0,0,1919402025,1903401932,13097868,0,0,0,0,0,98981693,100000000,0,0,0,0,1,1,10319732900,12208,12208,1,1,1,100000000,432035,365723,1143468,0,15058,1919402025,351929,0,0,0,9890512,223,0,0,0.9401803016662598,3624014676,0.939]
agg_functions_argmin_argmax	0	0	0	[12,5,9975468,3221176320,192,0,0,0,0,0,32086,9552569492,11,1,1,41,0,36,0,355352,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,1,35209,0,13,17,0,0,0,18732818,72,0,0,1,0,0,0,0,0,0,0,20381,0,0,0,0,0,0,0,0,0,0,12,12,0,12,185,9,0,0,57,0,1483261,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,20381,642,10720412,2810,0,0,1923028321,12288,12145,33,10,3,0,0,29,0,1,1,0,0,0,1,0,0,1922598080,1903890314,12650822,0,0,0,0,0,98981693,100000000,0,0,0,0,1,1,10319732900,12208,12208,1,1,1,100000000,354973,368962,914559,0,15068,1922598080,355352,0,0,0,9806335,182,0,0,0.9086489677429199,3678014861,0.907]
agg_functions_argmin_argmax	0	0	0	[12,5,9975468,3221176320,192,0,0,0,0,0,32086,9552569492,11,1,1,41,0,36,0,355268,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,1,35209,0,13,16,0,0,0,18732818,72,0,0,1,0,0,0,0,0,0,0,18653,0,0,0,0,0,0,0,0,0,0,12,12,0,12,157,9,0,0,57,0,1397346,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,18653,664,10288554,7681,0,0,1929616968,12288,11530,33,40,3,0,0,26,0,1,1,0,0,0,1,0,0,1929201523,1903890314,12190147,0,0,0,0,0,98981693,100000000,0,0,0,0,1,1,10319732900,12208,12208,1,1,1,100000000,343532,367968,938319,0,15162,1929201523,355268,0,0,0,9350683,519,0,0,0.8758478164672852,3677933353,0.874]
agg_functions_argmin_argmax	0	0	0	[12,5,9788544,3221176320,192,0,0,0,0,0,32084,9550744038,11,1,1,41,0,36,0,353694,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,1,35209,0,13,15,0,0,0,18289070,72,0,0,1,0,0,0,0,0,0,0,20517,0,0,0,0,0,0,0,0,0,0,12,12,0,12,184,9,0,0,58,0,1484238,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28,20517,779,10861041,2561,0,0,1921586764,12288,11726,33,18,3,0,0,26,0,1,1,0,0,0,1,0,0,1921154581,1903490570,12810571,0,0,0,0,0,98981693,100000000,0,0,0,0,1,1,10319732900,12208,12208,1,1,1,100000000,327447,367492,942760,0,15041,1921154581,353694,0,0,0,9918767,215,0,0,0.9207174777984619,3648791882,0.919]
agg_functions_argmin_argmax	0	0	0	[12,5,9697152,3355394048,193,0,0,0,0,0,32086,9552569492,11,1,1,41,0,36,0,355006,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,1,35209,0,13,237,0,0,0,18289070,72,0,0,1,0,0,0,0,0,0,12,20958,0,0,0,0,0,0,0,0,0,0,12,12,0,12,409,9,0,0,57,0,1469812,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,38,20958,745,11132457,11083,0,0,1925626954,12288,12126,33,17,3,0,0,28,0,1,1,0,0,0,1,0,0,1925183098,1904128055,13154773,0,0,0,0,0,98981693,100000000,0,0,0,0,1,1,10319732900,12208,12208,1,1,1,100000000,412758,369125,1086733,0,15047,1925183098,355006,0,0,0,10046285,188,0,0,0.9441413879394531,3674493792,0.943]
agg_functions_argmin_argmax	0	0	0	[12,5,9788544,3221176320,192,0,0,0,0,0,32085,9551520916,11,1,1,41,0,36,0,354222,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,1,35209,0,13,27,0,0,0,18732818,72,0,0,1,0,0,0,0,0,0,0,19721,0,0,0,0,0,0,0,0,0,0,12,12,0,12,183,9,0,0,57,0,1444338,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28,19721,637,10682039,1046,0,0,1923431987,12288,11527,33,40,3,0,0,28,0,1,1,0,0,0,1,0,0,1923004825,1903703826,12669488,0,0,0,0,0,98981693,100000000,0,0,0,0,1,1,10319732900,12208,12208,1,1,1,100000000,310432,367990,898713,0,15068,1923004825,354222,0,0,0,9783809,195,0,0,0.9101321697235107,3574319279,0.908]
agg_functions_argmin_argmax	0	0	0	[12,5,9727584,3355394048,193,0,0,0,0,0,32085,9551522794,11,1,1,41,0,36,0,355080,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,1,35209,0,13,32,0,0,0,18521716,72,0,0,1,0,0,0,0,0,0,0,20665,0,0,0,0,0,0,0,0,0,0,12,12,0,12,203,9,0,0,58,0,1799922,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29,20665,786,11315914,7274,0,0,1923997126,12288,11728,33,23,3,0,0,30,0,1,1,0,0,0,1,0,0,1923545311,1904146201,13381352,0,0,0,0,0,98981693,100000000,0,0,0,0,1,1,10319732900,12208,12208,1,1,1,100000000,429019,369471,1087220,0,15051,1923545311,355080,0,0,0,10229200,237,0,0,0.9611320495605469,3679496686,0.959]
agg_functions_argmin_argmax	0	0	0	[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.9223253726959229,0,0]
agg_functions_argmin_argmax	0	0	0	[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.947866678237915,0,0]
agg_functions_argmin_argmax	0	0	0	[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.9048740863800049,0,0]
agg_functions_argmin_argmax	0	0	0	[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.926102876663208,0,0]
agg_functions_argmin_argmax	0	0	0	[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.9306797981262207,0,0]
agg_functions_argmin_argmax	0	0	0	[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.9357061386108398,0,0]
agg_functions_argmin_argmax	0	0	0	[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.8918218612670898,0,0]

There is only version = 0, not version = 1. Example from a good run:

agg_functions_min_max_any	9	0	0	[12,0,9067128,3086958592,191,24548,6888287620,11,1,1,41,0,24,0,0,288368,0,0,0,0,0,2,0,0,0,0,1,0,34778,0,13,12,0,16242209,48,0,0,1,0,0,0,0,0,12,20376,0,0,0,0,0,0,0,12,12,0,12,207,9,0,58,0,1462693,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,40,20376,694,10823413,319,0,0,1622306695,12288,11604,22,14,2,0,0,0,28,0,0,0,1,1,0,0,1,0,0,0,1621867737,1607497092,12876010,0,0,99918062,100000000,0,0,0,0,0,0,0,0,1,1,7678443458,12208,12208,1,1,1,100000000,267830,0,0,300398,796566,0,12774,1621867737,288368,0,0,0,0,0,10027308,185,0,0,0,0,0,0,0,0,0,0,0,0,0.9246578216552734,3523098122,0.923]
agg_functions_min_max_any	9	0	0	[12,0,9113208,3086958592,191,24548,6888287620,11,1,1,41,0,24,0,0,279721,0,0,0,0,0,2,0,0,0,0,1,0,34778,0,13,9,0,15878818,48,0,0,1,0,0,0,0,0,0,18434,0,0,0,0,0,0,0,12,12,0,12,191,9,0,58,0,1600994,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,18434,618,10337533,4228,0,0,1621622004,8192,11603,22,41,2,0,0,0,27,0,0,0,1,1,0,0,1,0,0,0,1621202157,1607497092,12317579,0,0,99918062,100000000,0,0,0,0,0,0,0,0,1,1,7678443458,12208,12208,1,1,1,100000000,322937,0,0,291184,806915,0,12769,1621202157,279721,0,0,0,0,0,9531055,158,0,0,0,0,0,0,0,0,0,0,0,0,0.885338544845581,3526985517,0.883]
agg_functions_min_max_any	9	0	0	[12,0,9179688,3221176320,192,24548,6888287620,11,1,1,41,0,24,0,0,277312,0,0,0,0,0,2,0,0,0,0,1,0,34778,0,13,18,0,15959386,48,0,0,1,0,0,0,0,0,12,18866,0,0,0,0,0,0,0,12,12,0,12,201,9,0,58,0,1790385,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,34,18866,636,10226943,9476,0,0,1619048332,16384,11604,22,32,2,0,0,0,27,0,0,0,1,1,0,0,1,0,0,0,1618631898,1607497092,12105014,0,0,99918062,100000000,0,0,0,0,0,0,0,0,1,1,7678443458,12208,12208,1,1,1,100000000,383973,0,0,288383,894886,0,12732,1618631898,277312,0,0,0,0,0,9332623,154,0,0,0,0,0,0,0,0,0,0,0,0,0.8697819709777832,3526833817,0.868]
agg_functions_min_max_any	9	0	0	[12,0,9251400,3086958592,191,24548,6888287620,11,1,1,41,0,24,0,0,286640,0,0,0,0,0,2,0,0,0,0,1,0,34778,0,13,0,0,15679671,48,0,0,1,0,0,0,0,0,12,20631,0,0,0,0,0,0,0,12,12,0,12,187,9,0,58,0,1462146,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,39,20631,711,11097044,2971,0,0,1619651385,12288,11602,22,12,2,0,0,0,29,0,0,0,1,1,0,0,1,0,0,0,1619202024,1607497092,13120988,0,0,99918062,100000000,0,0,0,0,0,0,0,0,1,1,7678443458,12208,12208,1,1,1,100000000,329804,0,0,298828,888919,0,12696,1619202024,286640,0,0,0,0,0,10208614,141,0,0,0,0,0,0,0,0,0,0,0,0,0.9424049854278564,3388442459,0.941]
agg_functions_min_max_any	9	0	0	[12,0,9263688,3221176320,192,24548,6888287620,11,1,1,41,0,24,0,0,280819,0,0,0,0,0,2,0,0,0,0,1,0,34778,0,13,25,0,15975175,48,0,0,1,0,0,0,0,0,12,18967,0,0,0,0,0,0,0,12,12,0,12,216,9,0,57,0,3253633,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,36,18967,1545,10355110,10311,0,0,1620301681,12288,11411,22,10,2,0,0,0,27,0,0,0,1,1,0,0,1,0,0,0,1619880632,1607497092,12215855,0,0,99918062,100000000,0,0,0,0,0,0,0,0,1,1,7678443458,12208,12208,1,1,1,100000000,321069,0,0,292176,835258,0,12719,1619880632,280819,0,0,0,0,0,9520398,115,0,0,0,0,0,0,0,0,0,0,0,0,0.8771753311157227,3526823896,0.876]
agg_functions_min_max_any	9	0	0	[12,0,9263688,3086958592,191,24548,6888287620,11,1,1,41,0,24,0,0,289791,0,0,0,0,0,2,0,0,0,0,1,0,34778,0,13,72,0,15942575,48,0,0,1,0,0,0,0,0,12,21436,0,0,0,0,0,0,0,12,12,0,12,313,9,0,58,0,1975483,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,38,21436,689,11784375,2783,0,0,1616519738,12288,11601,22,25,2,0,0,0,30,0,0,0,1,1,0,0,1,0,0,0,1616042099,1607497092,13879931,0,0,99918062,100000000,0,0,0,0,0,0,0,0,1,1,7678443458,12208,12208,1,1,1,100000000,287585,0,0,302776,845831,0,12696,1616042099,289791,0,0,0,0,0,10939071,216,0,0,0,0,0,0,0,0,0,0,0,0,0.9968075752258301,3527081129,0.995]
agg_functions_min_max_any	9	0	0	[12,0,9380856,3086958592,191,24548,6888287620,11,1,1,41,0,24,0,0,285674,0,0,0,0,0,2,0,0,0,0,1,0,34778,0,13,37,0,16024044,48,0,0,1,0,0,0,0,0,12,20858,0,0,0,0,0,0,0,12,12,0,12,245,9,0,58,0,2082011,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,43,20858,679,11134944,6576,0,0,1622923442,16384,11605,22,12,2,0,0,0,33,0,0,0,1,1,0,0,1,0,0,0,1622470682,1607497092,13175640,0,0,99918062,100000000,0,0,0,0,0,0,0,0,1,1,7678443458,12208,12208,1,1,1,100000000,304848,0,0,298093,824827,0,12770,1622470682,285674,0,0,0,0,0,10310615,141,0,0,0,0,0,0,0,0,0,0,0,0,0.9463069438934326,3523097733,0.945]
agg_functions_min_max_any	9	0	1	[12,0,9280200,3086958592,191,24548,6888287620,11,1,1,41,0,24,0,0,285076,0,0,0,0,0,2,0,0,0,0,1,0,34778,0,13,25,0,15970282,48,0,0,1,0,0,0,0,0,12,20542,0,0,0,0,0,0,0,12,12,0,12,220,9,0,58,0,1670882,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,35,20542,632,11234119,5124,0,0,1624352172,16384,11617,22,16,2,0,0,0,29,0,0,0,1,1,0,0,1,0,0,0,1623897798,1607497092,13349188,0,0,99918062,100000000,0,0,0,0,0,0,0,0,1,1,7678443458,12208,12208,1,1,1,100000000,326132,0,0,296557,874131,0,12778,1623897798,285076,0,0,0,0,0,10360472,139,0,0,0,0,0,0,0,0,0,0,0,0,0.9582436084747314,3522743924,0.957]
agg_functions_min_max_any	9	0	1	[12,0,9259548,3221176320,192,24548,6888287620,11,1,1,41,0,24,0,0,280793,0,0,0,0,0,2,0,0,0,0,1,0,34778,0,13,0,0,15992269,48,0,0,1,0,0,0,0,0,12,20591,0,0,0,0,0,0,0,12,12,0,12,178,9,0,58,0,1459777,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,38,20591,750,10870899,18554,0,0,1621242144,8192,11617,22,40,2,0,0,0,29,0,0,0,1,1,0,0,1,0,0,0,1620801251,1607497092,12878451,0,0,99918062,100000000,0,0,0,0,0,0,0,0,1,1,7678443458,12208,12208,1,1,1,100000000,373333,0,0,292188,949262,0,12715,1620801251,280793,0,0,0,0,0,9922113,124,0,0,0,0,0,0,0,0,0,0,0,0,0.924924373626709,3657529580,0.923]
agg_functions_min_max_any	9	0	1	[12,0,9184908,3221176320,192,24548,6888287620,11,1,1,41,0,24,0,0,289548,0,0,0,0,0,2,0,0,0,0,1,0,34778,0,13,17,0,15960780,48,0,0,1,0,0,0,0,0,12,20652,0,0,0,0,0,0,0,12,12,0,12,182,9,0,58,0,1515420,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,38,20652,793,11673054,13638,0,0,1618172908,12288,11616,22,28,2,0,0,0,27,0,0,0,1,1,0,0,1,0,0,0,1617700067,1607497092,13889539,0,0,99918062,100000000,0,0,0,0,0,0,0,0,1,1,7678443458,12208,12208,1,1,1,100000000,340976,0,0,302043,878938,0,12684,1617700067,289548,0,0,0,0,0,10794630,179,0,0,0,0,0,0,0,0,0,0,0,0,0.9975073337554932,3540524247,0.996]
agg_functions_min_max_any	9	0	1	[12,0,9086676,3086958592,191,24548,6888287620,11,1,1,41,0,24,0,0,277354,0,0,0,0,0,2,0,0,0,0,1,0,34778,0,13,1,0,16056223,48,0,0,1,0,0,0,0,0,12,18807,0,0,0,0,0,0,0,12,12,0,12,582,9,0,58,0,1492794,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,30,18807,565,10278477,8003,0,0,1620563251,12288,11619,22,6,2,0,0,0,29,0,0,0,1,1,0,0,1,0,0,0,1620142959,1607497092,12180848,0,0,99918062,100000000,0,0,0,0,0,0,0,0,1,1,7678443458,12208,12208,1,1,1,100000000,297636,0,0,287586,761343,0,12661,1620142959,277354,0,0,0,0,0,9517589,149,0,0,0,0,0,0,0,0,0,0,0,0,0.8751096725463867,3523495305,0.874]
agg_functions_min_max_any	9	0	1	[12,0,9152304,3221176320,192,24548,6888287620,11,1,1,41,0,24,0,0,273744,0,0,0,0,0,2,0,0,0,0,1,0,34778,0,13,36,0,16005307,48,0,0,1,0,0,0,0,0,12,18754,0,0,0,0,0,0,0,12,12,0,12,201,9,0,58,0,2106021,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,35,18754,646,9632491,2008,0,0,1619565380,12288,11620,22,25,2,0,0,0,28,0,0,0,1,1,0,0,1,0,0,0,1619169235,1607497092,11380619,0,0,99918062,100000000,0,0,0,0,0,0,0,0,1,1,7678443458,12208,12208,1,1,1,100000000,281993,0,0,283252,730074,0,12728,1619169235,273744,0,0,0,0,0,8902854,119,0,0,0,0,0,0,0,0,0,0,0,0,0.8182621002197266,3522374804,0.816]
agg_functions_min_max_any	9	0	1	[12,0,9280200,3086958592,191,24548,6888287620,11,1,1,41,0,24,0,0,282937,0,0,0,0,0,2,0,0,0,0,1,0,34778,0,13,38,0,16037371,48,0,0,1,0,0,0,0,0,12,20588,0,0,0,0,0,0,0,12,12,0,12,228,9,0,57,0,1745279,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,34,20588,664,10720664,8717,0,0,1620188511,12288,11423,22,11,2,0,0,0,30,0,0,0,1,1,0,0,1,0,0,0,1619752226,1607497092,12694198,0,0,99918062,100000000,0,0,0,0,0,0,0,0,1,1,7678443458,12208,12208,1,1,1,100000000,322656,0,0,294174,834950,0,12766,1619752226,282937,0,0,0,0,0,9886133,136,0,0,0,0,0,0,0,0,0,0,0,0,0.9113438129425049,3388022403,0.91]
agg_functions_min_max_any	9	0	1	[12,0,9280200,3221176320,192,24548,6888287620,11,1,1,41,0,24,0,0,282095,0,0,0,0,0,2,0,0,0,0,1,0,34778,0,13,21,0,15959386,48,0,0,1,0,0,0,0,0,12,20645,0,0,0,0,0,0,0,12,12,0,12,242,9,0,57,0,1435406,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,34,20645,643,10955098,12243,0,0,1622472190,12288,11413,22,12,2,0,0,0,30,0,0,0,1,1,0,0,1,0,0,0,1622026932,1607497092,12997086,0,0,99918062,100000000,0,0,0,0,0,0,0,0,1,1,7678443458,12208,12208,1,1,1,100000000,368047,0,0,293133,956036,0,12670,1622026932,282095,0,0,0,0,0,9999560,128,0,0,0,0,0,0,0,0,0,0,0,0,0.9336590766906738,3606236736,0.932]

No idea how this happened

Metadata

Metadata

Assignees

No one assigned

    Labels

    comp-ci-infrastructureCI/CD pipelines (GitHub Actions, CI scripts, runners).flaky testflaky test found by CI

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions