You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently TabletMap contains private final Cluster.Manager cluster that makes it unreasonably hard to unit test it.
Let's drop private final Cluster.Manager cluster from it and have unit tests for it.
The text was updated successfully, but these errors were encountered:
Currently
TabletMap
containsprivate final Cluster.Manager cluster
that makes it unreasonably hard to unit test it.Let's drop
private final Cluster.Manager cluster
from it and have unit tests for it.The text was updated successfully, but these errors were encountered: