issue-20251121
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
- 点赞
- 收藏
- 关注作者
评论(0)