Alexey Serbin created KUDU-3632: ----------------------------------- Summary: KuduTxnsCliTest.TestBasicTxnsList fails sometimes Key: KUDU-3632 URL: https://issues.apache.org/jira/browse/KUDU-3632 Project: Kudu Issue Type: Bug Components: test Reporter: Alexey Serbin Attachments: kudu-txn-cli-test.txt.xz
It's seems to be a rare occurrence, but the {{KuduTxnsCliTest.TestBasicTxnsList}} test scenario sometimes fails because of duplicate primary key error with an error like below: {noformat} F20241203 22:15:34.954962 6668 test_workload.cc:305] Already present: key already present {noformat} The issue seems to stem from the fact that sequential instances of TestWorkload with its default INSERT_RANDOM_ROWS write pattern might generate duplicates, of course. Full log is attached: that was generated by kudu-txn-cli-test built in RELEASE configuration. -- This message was sent by Atlassian Jira (v8.20.10#820010)