[ https://issues.apache.org/jira/browse/CASSANDRA-20638?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
David Capwell updated CASSANDRA-20638: -------------------------------------- Description: This was found in the CI result of CASSANDRA-20351 {code} Property error detected: Git SHA = ccc92767ff92a30484cac83bf0c044f53beb55e5 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 was: 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 > 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 > Priority: Normal > Fix For: 5.x > > > This was found in the CI result of CASSANDRA-20351 > {code} > Property error detected: > Git SHA = ccc92767ff92a30484cac83bf0c044f53beb55e5 > 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