databendlabs / databend

𝗗𝗮𝘁𝗮, 𝗔𝗻𝗮𝗹𝘆𝘁𝗶𝗰𝘀 & 𝗔𝗜. Modern alternative to Snowflake. Cost-effective and simple for massive-scale analytics. https://databend.com
https://docs.databend.com
Other
7.87k stars 751 forks source link

flaky test: change tracking #16881

Open zhyass opened 1 day ago

zhyass commented 1 day ago

When max_threads = 1

[SQL] select a, _origin_version is null, _origin_block_id is null, _origin_block_row_num, _row_version from t order by a
[Diff] (-expected|+actual)
    0 0 0 0 1
    3 0 0 1 1
    5 0 0 0 0
    6 0 0 0 0
    7 0 0 1 0
-   8 0 0 0 0
+   8 0 0 1 0
at tests/sqllogictests/suites/base/09_fuse_engine/09_0011_change_tracking.test:104