Open kerler opened 10 months ago
I've fixed a similar issue before: https://github.com/apache/pulsar/pull/18403. Maybe this issue can be fixed in a similar way?
Though BookKeeper does not handle Windows paths well, so the integration tests might not run well on Windows. It's better to switch to macOS or Linux for Pulsar development.
Search before asking
Version
3.1.2
Minimal reproduce step
On windows 11 with java 17, in CMD window, in folder of pulsar source code, run 'mvnw.cmd test'.
What did you expect to see?
Expect build success.
What did you see instead?
Anything else?
No.
Are you willing to submit a PR?