The GitHub Actions job "Build and Run Tests by Maven" on 
rocketmq.git/fix/export-pop-record-dryrun has succeeded.
Run started by GitHub user zjncs (triggered by RongtongJin).

Head commit for run:
4b2022342ec9ae1402a42dd821f8748d8f046330 / zjncs <[email protected]>
fix(tools): correct inverted dryRun flag in exportPopRecord command

The -d option was treated as dry-run only when its value was literally
"false", so "mqadmin exportPopRecord -d true" (explicitly requesting no
changes) actually sent the mutating POP_ROLLBACK request, while -d false
skipped the export entirely. Parse the flag with Boolean.parseBoolean so
the command honors the documented semantics.

Report URL: https://github.com/apache/rocketmq/actions/runs/34573290687

With regards,
GitHub Actions via GitBox

Reply via email to