You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Philip Thompson (JIRA)" <ji...@apache.org> on 2016/08/10 16:40:20 UTC

[jira] [Commented] (CASSANDRA-12429) dtest failure in compaction_test.TestCompaction_with_DateTieredCompactionStrategy.bloomfilter_size_test

    [ https://issues.apache.org/jira/browse/CASSANDRA-12429?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15415553#comment-15415553 ] 

Philip Thompson commented on CASSANDRA-12429:
---------------------------------------------

[~krummas], I've filed this followup fix for CASSANDRA-12323: https://github.com/riptano/cassandra-dtest/pull/1208
However, this test is still failing with 
{code}
    self.assertLessEqual(bfSize, size_factor * max_bf_size)
AssertionError: 125456 not less than or equal to 50000.0
{code}
Perhaps we should not divide by data directory count on all C* versions?

> dtest failure in compaction_test.TestCompaction_with_DateTieredCompactionStrategy.bloomfilter_size_test
> -------------------------------------------------------------------------------------------------------
>
>                 Key: CASSANDRA-12429
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-12429
>             Project: Cassandra
>          Issue Type: Test
>            Reporter: Craig Kodman
>            Assignee: Philip Thompson
>              Labels: dtest
>         Attachments: node1.log, node1_debug.log, node1_gc.log, node2.log, node2_debug.log, node2_gc.log, node3.log, node3_debug.log, node3_gc.log
>
>
> example failure:
> http://cassci.datastax.com/job/cassandra-2.2_dtest/669/testReport/compaction_test/TestCompaction_with_DateTieredCompactionStrategy/bloomfilter_size_test
> Failed on CassCI build cassandra-2.2_dtest build #669
> {code}
> Stacktrace
>   File "/usr/lib/python2.7/unittest/case.py", line 329, in run
>     testMethod()
>   File "/home/automaton/cassandra-dtest/compaction_test.py", line 147, in bloomfilter_size_test
>     self.assertLessEqual(bfSize, size_factor * max_bf_size)
>   File "/usr/lib/python2.7/unittest/case.py", line 936, in assertLessEqual
>     self.fail(self._formatMessage(msg, standardMsg))
>   File "/usr/lib/python2.7/unittest/case.py", line 410, in fail
>     raise self.failureException(msg)
> "125456 not less than or equal to 0\n-------------------- >> begin captured logging << --------------------\ndtest: DEBUG: cluster ccm directory: /tmp/dtest-XJ96MC\ndtest: DEBUG: Done setting configuration options:\n{   'initial_token': None,\n    'num_tokens': '32',\n    'phi_convict_threshold': 5,\n    'start_rpc': 'true'}\ndtest: DEBUG: bloom filter size is: 125456\ndtest: DEBUG: size factor = 0\n--------------------- >> end captured logging << ---------------------"
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)