unbridled-41 commented on PR #4562: URL: https://github.com/apache/rocketmq-dashboard/pull/4562#issuecomment-5746350655
## Verification evidence **CI (current head)**: head SHA `1669e68a618bd8213522b28014093ccfc72d6db2` has exactly one workflow run — "CI" (pull_request), run id 35478312010, conclusion `startup_failure`, 0 check-runs / 0 statuses on the head commit. Upstream CI startup_fails for every branch/PR in this repository; local verification below substitutes for it. **Red (baseline)**: `mvn test -Dtest='RocketMQLiteTopicProviderTest#listLiteTopicsSumsTheBacklogAcrossEveryMasterTest'` → `Tests run: 1, Failures: 1` — `expected: 11L but was: 4L` (only the last-scanned master's backlog counted). **Green**: same command with the fix → full provider class `Tests run: 15, Failures: 0, Errors: 0`; `LiteTopicServiceTest` 10/10 (combined run 25/25). **Full backend suite**: `SPRING_PROFILES_ACTIVE=dev mvn clean test` → **2396 tests, 1 failure** — the same pre-existing `AuthServiceSessionOverviewIntegrationTest` second-boundary flake that reproduces on pristine `origin/master` (verified in a clean worktree); unrelated to this change. **Baseline reference**: `origin/master` @ d50ffecc = 2395 tests / 0 failures earlier this session; this branch adds 1 test → 2396. **Diff self-check**: `git show --numstat 1669e68a` → `RocketMQLiteTopicProvider.java +18/−10`, `RocketMQLiteTopicProviderTest.java +19/−0`. Two files, no unrelated changes. -- 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]
