swarm64 / s64da-benchmark-toolkit

Swarm64 DA Benchmark Toolkit
https://swarm64.com/
MIT License
30 stars 12 forks source link

Fix create statistics #79

Closed ghost closed 4 years ago

ghost commented 4 years ago

Fix the failing SSB tests

ghost commented 4 years ago

A test (Native Enhanced on CPU, 1000G) is failing: 2020-10-02 11:07:55 UTC [10322] = [1-1] user=postgres,db=test_database,app=psql,client=172.25.0.1 ERROR: could not create unique index "lineorder_pkey" 2020-10-02 11:07:55 UTC [10322] = [2-1] user=postgres,db=test_database,app=psql,client=172.25.0.1 DETAIL: Key (lo_orderkey, lo_linenumber)=(4803206337, 2) is duplicated. 2020-10-02 11:07:55 UTC [10322] = [3-1] user=postgres,db=test_database,app=psql,client=172.25.0.1 CONTEXT: parallel worker 2020-10-02 11:07:55 UTC [10322] = [4-1] user=postgres,db=test_database,app=psql,client=172.25.0.1 STATEMENT: ALTER TABLE lineorder ADD PRIMARY KEY(lo_orderkey, lo_linenumber);

ol-zinch commented 4 years ago

I suggest to merge it as-is. At least sf1..sf100 are working and the ssb schema is consistent.