Closed aptend closed 3 weeks ago
repro in https://github.com/matrixorigin/matrixone/actions/runs/11065130541/job/30744138234?pr=19055
2024-09-27 05:44:59 INFO Executor:37 - Start to execute the script file[/home/runner/work/matrixone/matrixone/head/test/distributed/cases/ddl/create_table_with_retention.sql] now, and it will take a few moment,pleas wait...... 2024-09-27 05:45:03 INFO Executor:692 - select mo_ctl('cn','synccommit','') with sys user[dump] successfully. 2024-09-27 05:45:05 ERROR RSSet:164 - The row count does not equal with each other, one is 2, the other is 1 2024-09-27 05:45:05 ERROR Executor:199 - [/home/runner/work/matrixone/matrixone/head/test/distributed/cases/ddl/create_table_with_retention.sql][row:28][select * from mo_catalog.mo_retention;] was executed failed, con[id=2, user=acc0:root, * 2024-09-27 05:45:05 ERROR Executor:201 - [EXPECT RESULT]: database_name table_name retention_deadline test t1 1751969233 test t2 1726049234 2024-09-27 05:45:05 ERROR Executor:202 - [ACTUAL RESULT]: database_name table_name retention_deadline test t1 1753335903 2024-09-27 05:45:05 ERROR RSSet:164 - The row count does not equal with each other, one is 1, the other is 0 2024-09-27 05:45:05 ERROR Executor:199 - [/home/runner/work/matrixone/matrixone/head/test/distributed/cases/ddl/create_table_with_retention.sql][row:31][select from mo_catalog.mo_retention;] was executed failed, con[id=2, user=acc0:root, 2024-09-27 05:45:05 ERROR Executor:201 - [EXPECT RESULT]: database_name table_name retention_deadline test t2 1726049234 2024-09-27 05:45:05 ERROR Executor:202 - [ACTUAL RESULT]: database_name table_name retention_deadline
已提交pr。再观察一段时间。
repro: https://github.com/matrixorigin/matrixone/actions/runs/11471563158/job/31922675110?pr=19521
This bvt failed at restore cluster from snapshot cluster_sp;
and restore account sys from snapshot sp01;
.
This is tracked by another issue: #18998
https://github.com/matrixorigin/matrixone/actions/runs/11475242627/job/31932809418?pr=19541
这个bvt挂掉是create_table_with_retention.sql
。目前retention相关的测试都在test/distributed/cases/ddl/create_retention_table.sql
中。create_table_with_retention.sql
已经被删掉了。
最近已经没有复现,可以关闭了。
Is there an existing issue for the same bug?
Branch Name
main
Commit ID
5142544
Other Environment Information
Actual Behavior
Expected Behavior
No response
Steps to Reproduce
Additional information
No response