[ https://issues.apache.org/jira/browse/BOOKKEEPER-911?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15244095#comment-15244095 ]
Jia Zhai commented on BOOKKEEPER-911: ------------------------------------- Manually test this patch on my machine, and it works, here is the result: without patch: ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.apache.bookkeeper.replication.TestReplicationWorker Tests run: 27, Failures: 3, Errors: 3, Skipped: 0, Time elapsed: 128.776 sec <<< FAILURE! Results : Failed tests: testRWZKSessionLost[0](org.apache.bookkeeper.replication.TestReplicationWorker): Replication worker should have shut down testRWZKSessionLost[1](org.apache.bookkeeper.replication.TestReplicationWorker): Replication worker should have shut down testRWZKSessionLost[2](org.apache.bookkeeper.replication.TestReplicationWorker): Replication worker should have shut down Tests in error: testRWShutdownOnLocalBookieReadonlyTransition[0](org.apache.bookkeeper.replication.TestReplicationWorker): test timed out after 20000 milliseconds testRWShutdownOnLocalBookieReadonlyTransition[1](org.apache.bookkeeper.replication.TestReplicationWorker): test timed out after 20000 milliseconds testRWShutdownOnLocalBookieReadonlyTransition[2](org.apache.bookkeeper.replication.TestReplicationWorker): test timed out after 20000 milliseconds Tests run: 27, Failures: 3, Errors: 3, Skipped: 0 with patch: ------------------------------------------------------- ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.apache.bookkeeper.replication.TestReplicationWorker Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 43.998 sec Results : Tests run: 27, Failures: 0, Errors: 0, Skipped: 0 > Fix TestReplicationWorker test failures > --------------------------------------- > > Key: BOOKKEEPER-911 > URL: https://issues.apache.org/jira/browse/BOOKKEEPER-911 > Project: Bookkeeper > Issue Type: Bug > Components: bookkeeper-auto-recovery > Affects Versions: 4.3.2 > Reporter: Arun M. Krishnakumar > Assignee: Matteo Merli > Labels: tests > Fix For: 4.4.0 > > > Currently we have the following test failures in master branch: > Results : > Failed tests: > testRWZKSessionLost[0](org.apache.bookkeeper.replication.TestReplicationWorker): > Replication worker should have shut down > > testRWZKSessionLost[1](org.apache.bookkeeper.replication.TestReplicationWorker): > Replication worker should have shut down > > testRWZKSessionLost[2](org.apache.bookkeeper.replication.TestReplicationWorker): > Replication worker should have shut down > Tests in error: > > testRWShutdownOnLocalBookieReadonlyTransition[0](org.apache.bookkeeper.replication.TestReplicationWorker): > test timed out after 20000 milliseconds > > testRWShutdownOnLocalBookieReadonlyTransition[1](org.apache.bookkeeper.replication.TestReplicationWorker): > test timed out after 20000 milliseconds > > testRWShutdownOnLocalBookieReadonlyTransition[2](org.apache.bookkeeper.replication.TestReplicationWorker): > test timed out after 20000 milliseconds > Tests run: 654, Failures: 3, Errors: 3, Skipped: 0 -- This message was sent by Atlassian JIRA (v6.3.4#6332)