issue-20251121

举报
yd_212678633 发表于 2025/11/21 16:51:57 2025/11/21
【摘要】 sqlancer@ecs-ca84-0007:/data1/gaussdb-transaction-20251121/gaussdb-transaction/logs/gaussdb$ cat txninfer0.log--java.lang.AssertionError: Transaction generation is unexpected--    at dbmsforge.comm...

sqlancer@ecs-ca84-0007:/data1/gaussdb-transaction-20251121/gaussdb-transaction/logs/gaussdb$ cat txninfer0.log
--java.lang.AssertionError: Transaction generation is unexpected
--    at dbmsforge.common.oracle.transaction.txinfer.TxInferOracleBase.check(TxInferOracleBase.java:54)
--    at dbmsforge.common.DatabaseTestTask.runDatabaseTest(DatabaseTestTask.java:92)
--    at dbmsforge.common.DatabaseTestTask.run(DatabaseTestTask.java:42)
--    at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
--    at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
--    at java.base/java.lang.Thread.run(Thread.java:829)
---- Time: 2025/11/21 16:45:28
-- Random Seed: -3559120574744754135
-- DBMS: gaussdb
-- Database: txninfer0
============Wrong Transaction Generation============;
For input string: "null";

修改了配置文件如下部分

table_with_option:
    WITH (ORIENTATION=ROW)
    @disable-query {(?i)CLUSTER}                    # ROW table does not support CLUSTER
    @disable-query {INCLUDING RELOPTIONS.*WITH}    # "INCLUDING RELOPTIONS" cannot be specified with "WITH"
    @disable-query {INCLUDING ALL}
    | WITH (ORIENTATION=COLUMN, COLVERSION=3.0, enable_light_update=on, compression)
    @disable-query {INCLUDING RELOPTIONS.*WITH}    # "INCLUDING RELOPTIONS" cannot be specified with "WITH"
    @disable-query {INCLUDING ALL}
    @disable-query {ARRAY}                         # type "integer[]" is not supported in column store table
    @disable-query {\[\]}                          # type "integer[]" is not supported in column store table
    | WITH (ORIENTATION=COLUMN, COLVERSION=3.0, clsm_mode=all, compression)
    @disable-query {INCLUDING RELOPTIONS.*WITH}    # "INCLUDING RELOPTIONS" cannot be specified with "WITH"
    @disable-query {INCLUDING ALL}
    @disable-query {ARRAY}                         # type "integer[]" is not supported in column store table
    @disable-query {\[\]}                          # type "integer[]" is not supported in column store table
    | WITH (ORIENTATION=COLUMN, enable_hstore_opt=on, deltarow_threshold=0, enable_light_update=on, compression)
    @disable-query {INCLUDING RELOPTIONS.*WITH}    # "INCLUDING RELOPTIONS" cannot be specified with "WITH"
    @disable-query {INCLUDING ALL}
    @disable-query {ARRAY}                         # type "integer[]" is not supported in column store table
    @disable-query {\[\]}                          # type "integer[]" is not supported in column store table

【声明】本内容来自华为云开发者社区博主,不代表华为云及华为云开发者社区的观点和立场。转载时必须标注文章的来源(华为云社区)、文章链接、文章作者等基本信息,否则作者和本社区有权追究责任。如果您发现本社区中有涉嫌抄袭的内容,欢迎发送邮件进行举报,并提供相关证据,一经查实,本社区将立刻删除涉嫌侵权内容,举报邮箱: cloudbbs@huaweicloud.com
  • 点赞
  • 收藏
  • 关注作者

评论(0

0/1000
抱歉,系统识别当前为高风险访问,暂不支持该操作

全部回复

上滑加载中

设置昵称

在此一键设置昵称,即可参与社区互动!

*长度不超过10个汉字或20个英文字符,设置后3个月内不可修改。

*长度不超过10个汉字或20个英文字符,设置后3个月内不可修改。