kuzu
kuzu copied to clipboard
```numValues <= capacity``` Assertion failed on LDBC FinBench write queries
I encountered this assertion failure when running some of the LDBC FinBench write queries
what(): Assertion failed in file "/home/runner/actions-runner/_work/kuzu/kuzu/src/storage/store/column_chunk.cpp" on line 367: numValues <= capacity
The queries and parameters that cause this:
{accountId=4900480993799974672}
{accountId1=4872614421349799400, accountId2=4884718395104168031, time=Mon Nov 28 21:53:05 EST 2022, amount=6439736.43}
How to reproduce this bug:
- Reloading the database using
python3 scripts/import_data.py sf1
- Using
scripts/run_queries.py
to run the queries manually
Similar to the bug reported in #2906, it's also noted that I only got this issue with the API packages built on the kuzu-selfhosted-benchmark-runner on uw2. The queries ran normally when I tried with API packages compiled from the source code on my laptop and on ac5.