[
https://issues.apache.org/jira/browse/CASSANDRA-11058?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15128414#comment-15128414
]
Sylvain Lebresne commented on CASSANDRA-11058:
----------------------------------------------
Pretty sure the problem is that the output of gcstats can have negative numbers
and {{isdigit}} don't work for that. Simple pull request
[here|https://github.com/riptano/cassandra-dtest/pull/781].
> largecolumn_test.TestLargeColumn.cleanup_test is failing
> --------------------------------------------------------
>
> Key: CASSANDRA-11058
> URL: https://issues.apache.org/jira/browse/CASSANDRA-11058
> Project: Cassandra
> Issue Type: Bug
> Components: Testing
> Reporter: Philip Thompson
> Assignee: DS Test Eng
> Labels: dtest
>
> This is absolutely a test issue.
> {{largecolumn_test.TestLargeColumn.cleanup_test}} fails on a few versions, as
> seen
> [here|http://cassci.datastax.com/job/cassandra-2.2_dtest/488/testReport/largecolumn_test/TestLargeColumn/cleanup_test/].
> The nominal complaint is
> {{Expected numeric from fields from nodetool gcstats}}
> except as we can see from the new debug output I added, gcstats is printing
> out numeric fields. So the regex is wrong somehow.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)