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

Brandon Williams commented on CASSANDRA-16689:
----------------------------------------------

bq. so it doesn't seem a problem of interaction between tests.

On the surface it doesn't but in that case it was actually previous runs of the 
same test interfering, which is the entire cause of the failures in all these 
tests, since the bootstrapping (gossip-only) clients are sometimes being 
expired due to the modified (1s) ring delay at just the right time to break 
things.

With the ring delay changes removed these pass the 10k test:
https://app.circleci.com/pipelines/github/driftx/cassandra/150/workflows/80a208ec-3b42-4de4-965c-f8a900311c30/jobs/1271

but obviously doing that is too broad for all the tests.  I will work on 
another solution.

> Flaky LeaveAndBootstrapTest
> ---------------------------
>
>                 Key: CASSANDRA-16689
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-16689
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Test/unit
>            Reporter: Berenguer Blasi
>            Assignee: Brandon Williams
>            Priority: Normal
>             Fix For: 4.0-rc2, 4.0, 4.0-rc, 4.x
>
>
> Failing in a circle run 
> [here|https://app.circleci.com/pipelines/github/bereng/cassandra/309/workflows/a645b956-dcd7-431e-b109-7857af3c523f/jobs/2937]
> {noformat}
> Testcase: 
> testStateJumpToNormal(org.apache.cassandra.service.LeaveAndBootstrapTest):  
> Caused an ERROR
> [junit-timeout] null
> [junit-timeout] java.lang.NullPointerException
> [junit-timeout]       at 
> org.apache.cassandra.service.StorageService.updatePeerInfo(StorageService.java:2418)
> [junit-timeout]       at 
> org.apache.cassandra.service.StorageService.handleStateNormal(StorageService.java:2756)
> [junit-timeout]       at 
> org.apache.cassandra.service.StorageService.onChange(StorageService.java:2299)
> [junit-timeout]       at 
> org.apache.cassandra.Util.createInitialRing(Util.java:236)
> [junit-timeout]       at 
> org.apache.cassandra.service.LeaveAndBootstrapTest.testStateJumpToNormal(LeaveAndBootstrapTest.java:550)
> {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

Reply via email to