[
https://issues.apache.org/jira/browse/CASSANDRA-5448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13627924#comment-13627924
]
Sylvain Lebresne commented on CASSANDRA-5448:
---------------------------------------------
I think the test is to blame. It uses 2 nodes with RF=2, but uses CL.ONE to do
his inserts and checks, which looks wrong. I pushed a fix to that test to use
QUORUM instead. With that, I was able to get the test go past line 108 ...
until line 109. But then it broke because I was using the current 1.2 branch
and CASSANDRA-5187 has broken ccm, so I'll need to fix ccm. I'll test on some
older C* version but the test is so damn long that fell free to test it on your
side.
> counters upgrade test fails
> ---------------------------
>
> Key: CASSANDRA-5448
> URL: https://issues.apache.org/jira/browse/CASSANDRA-5448
> Project: Cassandra
> Issue Type: Bug
> Affects Versions: 1.2.0
> Reporter: Brandon Williams
> Assignee: Sylvain Lebresne
>
> {noformat}
> Test for bug of #4436 ... FAIL
> ======================================================================
> FAIL: Test for bug of #4436
> ----------------------------------------------------------------------
> Traceback (most recent call last):
> File "/srv/cassandra-dtest/counter_tests.py", line 108, in upgrade_test
> check(1)
> File "/srv/cassandra-dtest/counter_tests.py", line 96, in check
> assert row[1] == i * updates, "Unexpected value %s" % str(row)
> AssertionError: Unexpected value [23, 5011]
> ----------------------------------------------------------------------
> {noformat}
> I tested as far back as 1.2.0, so this is pretty old.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira