yyqdbngt opened a new pull request, #3611:
URL: https://github.com/apache/rocketmq-dashboard/pull/3611
### Summary
Adds the first dedicated unit test suite for `ClusterStatus`, the cluster
health vocabulary surfaced by the cluster list views.
### Changes
-
`server/src/test/java/org/apache/rocketmq/studio/common/domain/enums/ClusterStatusTest.java`
- `exposesAllClusterHealthStates`: healthy, warning, error and offline
exist.
- `enumNamesStayLowerCamelForJsonSerialization`: lower camel names
preserved for the wire.
- `namesRoundTripThroughValueOf`: every constant round-trips.
### Testing
- `mvn -B test -Dtest=ClusterStatusTest` passes (3 tests, all green).
--
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]