devfat opened a new issue #16295:
URL: https://github.com/apache/shardingsphere/issues/16295
Test case `ClusterContextManagerCoordinatorTestassertDisableStateChanged`
has no assertion.
```
@Test
public void assertDisableStateChanged() {
DisabledStateChangedEvent event = new DisabledStateChangedEvent(new
QualifiedSchema("schema.readwrite_ds.ds_0"), true);
coordinator.renew(event);
}
```
It doesn't meet [code of
conduct](https://shardingsphere.apache.org/community/en/contribute/code-conduct/):
> Every test case need precised assertion.
--
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]