You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Jay Zhuang (JIRA)" <ji...@apache.org> on 2017/12/12 07:28:00 UTC

[jira] [Comment Edited] (CASSANDRA-14106) utest failed: DistributionSequenceTest.setSeed() and simpleSequence()

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

Jay Zhuang edited comment on CASSANDRA-14106 at 12/12/17 7:27 AM:
------------------------------------------------------------------

Fixed the failed unittest and added an uTest for CASSANDRA-14090
| Branch | uTest |
| [14106|https://github.com/cooldoger/cassandra/tree/14106] | [!https://circleci.com/gh/cooldoger/cassandra/tree/14106.svg?style=svg!|https://circleci.com/gh/cooldoger/cassandra/tree/14106] |


was (Author: jay.zhuang):
Fixed unittest and added an uTest for CASSANDRA-14090
| Branch | uTest |
| [14106|https://github.com/cooldoger/cassandra/tree/14106] | [!https://circleci.com/gh/cooldoger/cassandra/tree/14106.svg?style=svg!|https://circleci.com/gh/cooldoger/cassandra/tree/14106] |

> utest failed: DistributionSequenceTest.setSeed() and simpleSequence()
> ---------------------------------------------------------------------
>
>                 Key: CASSANDRA-14106
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-14106
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Testing
>            Reporter: Jay Zhuang
>            Assignee: Jay Zhuang
>
> To reproduce:
> {noformat}
> $ ant stress-test -Dtest.name=DistributionSequenceTest
> {noformat}
> {noformat}
> stress-test:
>     [junit] Testsuite: org.apache.cassandra.stress.generate.DistributionSequenceTest
>     [junit] Testsuite: org.apache.cassandra.stress.generate.DistributionSequenceTest Tests run: 4, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 0.08 sec
>     [junit]
>     [junit] Testcase: simpleSequence(org.apache.cassandra.stress.generate.DistributionSequenceTest):    FAILED
>     [junit] expected:<5> but was:<4>
>     [junit] junit.framework.AssertionFailedError: expected:<5> but was:<4>
>     [junit]     at org.apache.cassandra.stress.generate.DistributionSequenceTest.simpleSequence(DistributionSequenceTest.java:37)
>     [junit]
>     [junit]
>     [junit] Testcase: setSeed(org.apache.cassandra.stress.generate.DistributionSequenceTest):   FAILED
>     [junit] expected:<5> but was:<4>
>     [junit] junit.framework.AssertionFailedError: expected:<5> but was:<4>
>     [junit]     at org.apache.cassandra.stress.generate.DistributionSequenceTest.setSeed(DistributionSequenceTest.java:111)
>     [junit]
>     [junit]
>     [junit] Test org.apache.cassandra.stress.generate.DistributionSequenceTest FAILED
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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