You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Joshua McKenzie (JIRA)" <ji...@apache.org> on 2015/08/17 20:06:45 UTC

[jira] [Created] (CASSANDRA-10098) Windows dtest 3.0: commitlog_test.py:TestCommitLog.small_segment_size_test fails

Joshua McKenzie created CASSANDRA-10098:
-------------------------------------------

             Summary: Windows dtest 3.0: commitlog_test.py:TestCommitLog.small_segment_size_test fails
                 Key: CASSANDRA-10098
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-10098
             Project: Cassandra
          Issue Type: Sub-task
            Reporter: Joshua McKenzie
             Fix For: 3.0.x


{noformat}
  File "D:\Python27\lib\unittest\case.py", line 329, in run
    testMethod()
  File "D:\jenkins\workspace\cassandra-3.0_dtest_win32\cassandra-dtest\tools.py", line 243, in wrapped
    f(obj)
  File "D:\jenkins\workspace\cassandra-3.0_dtest_win32\cassandra-dtest\commitlog_test.py", line 226, in small_segment_size_test
    self._commitlog_test(segment_size_in_mb, 62.5, 13, files_error=0.2)
  File "D:\jenkins\workspace\cassandra-3.0_dtest_win32\cassandra-dtest\commitlog_test.py", line 99, in _commitlog_test
    error=files_error)
  File "D:\jenkins\workspace\cassandra-3.0_dtest_win32\cassandra-dtest\assertions.py", line 62, in assert_almost_equal
    assert vmin > vmax * (1.0 - error) or vmin == vmax, "values not within %.2f%% of the max: %s" % (error * 100, args)
'values not within 20.00% of the max: (10, 13)\n-------------------- >> begin captured logging << --------------------\ndtest: DEBUG: cluster ccm directory: d:\\temp\\dtest-qnguzs\n--------------------- >> end captured logging << ---------------------'
{noformat}

Failure history: [consistent|http://cassci.datastax.com/view/cassandra-3.0/job/cassandra-3.0_dtest_win32/17/testReport/junit/commitlog_test/TestCommitLog/small_segment_size_test/]

env: Both ci and local



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