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 2014/06/12 22:11:02 UTC

[jira] [Updated] (CASSANDRA-7390) MoveTest fails intermittently

     [ https://issues.apache.org/jira/browse/CASSANDRA-7390?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Joshua McKenzie updated CASSANDRA-7390:
---------------------------------------

    Description: 
Reproduce with:
for i in `seq 1 50`; do runTest MoveTest >> moveTestFailures.txt;done

Looks to fail roughly once out of every 5 runs or so

{code:title=failure}
[junit] Testcase: newTestWriteEndpointsDuringMove(org.apache.cassandra.service.MoveTest):   FAILED
[junit] mismatched number of moved token expected:<0> but was:<1>
[junit] junit.framework.AssertionFailedError: mismatched number of moved token expected:<0> but was:<1>
[junit]     at org.apache.cassandra.service.MoveTest.newTestWriteEndpointsDuringMove(MoveTest.java:140)
{code}

Edit: had this as Windows-only - turns out it's failing on on *nix as well

  was:
Reproduce with:
for i in `seq 1 50`; do runTest MoveTest >> moveTestFailures.txt;done

Looks to fail roughly once out of every 5 runs or so

{code:title=failure}
[junit] Testcase: newTestWriteEndpointsDuringMove(org.apache.cassandra.service.MoveTest):   FAILED
[junit] mismatched number of moved token expected:<0> but was:<1>
[junit] junit.framework.AssertionFailedError: mismatched number of moved token expected:<0> but was:<1>
[junit]     at org.apache.cassandra.service.MoveTest.newTestWriteEndpointsDuringMove(MoveTest.java:140)
{code}

        Summary: MoveTest fails intermittently  (was: MoveTest fails intermittently on Windows)

> MoveTest fails intermittently
> -----------------------------
>
>                 Key: CASSANDRA-7390
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-7390
>             Project: Cassandra
>          Issue Type: Bug
>            Reporter: Joshua McKenzie
>            Assignee: Joshua McKenzie
>            Priority: Minor
>             Fix For: 3.0
>
>
> Reproduce with:
> for i in `seq 1 50`; do runTest MoveTest >> moveTestFailures.txt;done
> Looks to fail roughly once out of every 5 runs or so
> {code:title=failure}
> [junit] Testcase: newTestWriteEndpointsDuringMove(org.apache.cassandra.service.MoveTest):   FAILED
> [junit] mismatched number of moved token expected:<0> but was:<1>
> [junit] junit.framework.AssertionFailedError: mismatched number of moved token expected:<0> but was:<1>
> [junit]     at org.apache.cassandra.service.MoveTest.newTestWriteEndpointsDuringMove(MoveTest.java:140)
> {code}
> Edit: had this as Windows-only - turns out it's failing on on *nix as well



--
This message was sent by Atlassian JIRA
(v6.2#6252)