java-driver icon indicating copy to clipboard operation
java-driver copied to clipboard

3.x: make TabletMap testable

Open dkropachev opened this issue 1 year ago • 0 comments

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.

dkropachev avatar Nov 08 '24 20:11 dkropachev