You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Jason Brown (JIRA)" <ji...@apache.org> on 2018/07/24 15:33:00 UTC

[jira] [Updated] (CASSANDRA-14157) [DTEST] [TRUNK] test_tracing_does_not_interfere_with_digest_calculation - cql_tracing_test.TestCqlTracing failed once : AssertionError: assert 0 == 1

     [ https://issues.apache.org/jira/browse/CASSANDRA-14157?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jason Brown updated CASSANDRA-14157:
------------------------------------
    Labels: dtest  (was: )

> [DTEST] [TRUNK] test_tracing_does_not_interfere_with_digest_calculation - cql_tracing_test.TestCqlTracing failed once : AssertionError: assert 0 == 1
> -----------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: CASSANDRA-14157
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-14157
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Testing
>            Reporter: Michael Kjellman
>            Assignee: Sam Tunnicliffe
>            Priority: Major
>              Labels: dtest
>
> test_tracing_does_not_interfere_with_digest_calculation - cql_tracing_test.TestCqlTracing failed it's assertion once today in a circleci run. the dtests were running against trunk.
> Although it has failed once so far, a quick read of the comments in the test seems to indicate that the assertion failing this way might mean that CASSANDRA-13964 didn't fully fix the issue.
> {code:python}
> if jmx.has_mbean(rr_count):
>                 # expect 0 digest mismatches
> >               assert 0 == jmx.read_attribute(rr_count, 'Count')
> E               AssertionError: assert 0 == 1
> E                +  where 1 = <bound method JolokiaAgent.read_attribute of <tools.jmxutils.JolokiaAgent object at 0x7f62d4156898>>('org.apache.cassandra.metrics:type=ReadRepair,name=RepairedBlocking', 'Count')
> E                +    where <bound method JolokiaAgent.read_attribute of <tools.jmxutils.JolokiaAgent object at 0x7f62d4156898>> = <tools.jmxutils.JolokiaAgent object at 0x7f62d4156898>.read_attribute
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org