David Capwell created CASSANDRA-20638: -----------------------------------------
Summary: Fix flakey test PaxosV1/2 MultiNodeTableWalkTest model doesn't expect a clustering row returned, but CAS returns a row Key: CASSANDRA-20638 URL: https://issues.apache.org/jira/browse/CASSANDRA-20638 Project: Apache Cassandra Issue Type: Bug Components: CI Reporter: David Capwell This was found in the CI result of CASSANDRA-20351 {code} Property error detected: Seed = 3164235400523983239 Examples = 10 Pure = true Error: Possible column conflicts: Expected: [false, '238.231.183.158', -2.640533853794935E-135, true, udt value, null] Diff (expected over actual): ck0 true null Expected: [applied] | pk0 | pk1 | ck0 | s0 | v0 false | '238.231.183.158' | -2.640533853794935E-135 | true | udt value | null {code} I tested this seed on paxos v1 and v2, fails the same way in both cases. This error is saying that CAS returns a clustering row but the model doesn’t expect it to return a clustering row. This can be caused due to a model bug, need to know why the model assumes a row shouldn’t be returned -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org