[
https://issues.apache.org/jira/browse/CASSANDRA-7010?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14006314#comment-14006314
]
Michael Shuler commented on CASSANDRA-7010:
-------------------------------------------
I didn't have log artifact archiving enabled when I started this ticket, so
don't have one with 0, and I'm not getting any 0 errors now. Out of ~30 loops
over this test, I got 4 failures on {{assert_almost_equal(size1, size2)}} with:
{noformat}
AssertionError: values not within 16.00% of the max: (84186, 104847)
AssertionError: values not within 16.00% of the max: (83229, 100477)
AssertionError: values not within 16.00% of the max: (100052, 83828)
AssertionError: values not within 16.00% of the max: (103188, 80631)
{noformat}
It does look like bumping it up a bit might be reasonable.
> bootstrap_test simple_bootstrap_test dtest fails in 2.1
> -------------------------------------------------------
>
> Key: CASSANDRA-7010
> URL: https://issues.apache.org/jira/browse/CASSANDRA-7010
> Project: Cassandra
> Issue Type: Bug
> Components: Tests
> Reporter: Michael Shuler
> Assignee: Marcus Eriksson
> Fix For: 2.1 rc1
>
> Attachments: 7010.patch
>
>
> I patched ccm with https://github.com/pcmanus/ccm/pull/109 and got an error
> from simple_bootstrap:
> {noformat}
> ======================================================================
> FAIL: simple_bootstrap_test (bootstrap_test.TestBootstrap)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
> File "/home/mshuler/git/cassandra-dtest/bootstrap_test.py", line 58, in
> simple_bootstrap_test
> assert_almost_equal(initial_size, 2 * size1)
> File "/home/mshuler/git/cassandra-dtest/assertions.py", line 26, in
> assert_almost_equal
> assert vmin > vmax * (1.0 - error), "values not within %.2f%% of the max:
> %s" % (error * 100, args)
> AssertionError: values not within 16.00% of the max: (0, 186396)
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.2#6252)