zhaijack opened a new pull request #1841: Fix flaky test with s3 backend URL: https://github.com/apache/incubator-pulsar/pull/1841 There is a flaky test in s3 backend, which reported: ``` expected [false] but found [true] org.apache.pulsar.broker.s3offload.S3ManagedLedgerOffloaderTest.testOffloadFailPutIndexBlock(S3ManagedLedgerOffloaderTest.java:304) ... ``` The reason for it is future completed before error handling. This change put future complete behind. Master issue #1511
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
