lhotari opened a new issue, #21502:
URL: https://github.com/apache/pulsar/issues/21502

   ### Search before asking
   
   - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) 
and found nothing similar.
   
   
   ### Version
   
   master 6ab322ed
   
   ### Minimal reproduce step
   
   ```
   # compile & install core-modules
   mvn -Pcore-modules,-main -T 1C clean install -DskipTests -Dspotbugs.skip=true
   # run test without retries
   mvn -DredirectTestOutputToFile=false -DtestRetryCount=0 test -pl 
pulsar-metadata -Dtest=MetadataStoreTest
   ```
   
   ### What did you expect to see?
   
   MetadataStoreTest.emptyStoreTest and testGetChildren should pass without 
retrying.
   
   ### What did you see instead?
   
   The tests fail if there's existing state which seems like a bug.
   
   ### Anything else?
   
   I think it would be important to understand the reason before releasing so 
that a possible fix could be included in the next release.
   
   ### Are you willing to submit a PR?
   
   - [ ] I'm willing to submit a PR!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to