unbridled-41 commented on PR #4660:
URL:
https://github.com/apache/rocketmq-dashboard/pull/4660#issuecomment-5754348381
## Verification evidence
- **CI**: run `35551820697` ("CI", event `pull_request`) at head `9d7d6158`
— conclusion `startup_failure` (the workflow never starts; repository-level
issue, other open PRs from the same window show the same). `check-runs`: 0. All
results below are from local runs of the exact head commit.
- **Red** (both regressions on master source): `Tests run: 2, Failures: 2` —
1. `importCloudInstancesShouldContinueAfterUnexpectedRegionFailureTest`
(`InstanceServiceTest.java:1417`): expected the audit result `"PARTIAL"` but
the recorded value was `"SUCCESS"`;
2. `importCloudInstancesShouldAuditAFullyFailedImportAsFailedTest`:
expected `"FAILED"` but the recorded value was `"SUCCESS"`.
- **Module**: `mvn -o -Dtest='InstanceServiceTest' test` → `Tests run: 84,
Failures: 0, Errors: 0` (82 pre-existing + 1 new test + 1 updated expectation).
- **Full backend suite** (this branch, head `9d7d6158`):
`SPRING_PROFILES_ACTIVE=dev mvn -o test` → `Tests run: 2415, Failures: 0,
Errors: 0, Skipped: 0`, `BUILD SUCCESS`. Pristine master baseline on this
machine: 2414 passing; 2415 = baseline + 1 new test, zero new failures.
- **Build**: `mvn -o -DskipTests package` → `BUILD SUCCESS`,
`target/rocketmq-studio-1.0.0.jar` produced (covers the `backend-build` job's
compile/package steps). `mvn -o checkstyle:check` → clean. Frontend untouched;
`npm run build` on this branch → `✓ built in 11.06s`.
- **Diff self-check** (`git diff --numstat
origin/master..fix/cloud-import-audit-result`): `19/6
server/src/main/java/.../instance/InstanceService.java`, `24/1
server/src/test/java/.../instance/InstanceServiceTest.java` — 2 files, no
unrelated changes. Single commit `9d7d6158`.
--
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]