LebronAl commented on a change in pull request #4079:
URL: https://github.com/apache/iotdb/pull/4079#discussion_r737209150
##########
File path:
cluster/src/test/java/org/apache/iotdb/cluster/query/reader/DatasourceInfoTest.java
##########
@@ -48,20 +50,35 @@
@Before
public void setUp() {
metaGroupMember = new TestMetaGroupMember();
- metaGroupMember.setClientProvider(
- new DataClientProvider(new Factory()) {
- @Override
- public AsyncDataClient getAsyncDataClient(Node node, int timeout)
throws IOException {
- return new AsyncDataClient(null, null, TestUtils.getNode(0), null)
{
+ ClusterIoTDB.getInstance()
+ .setClientManager(
+ new IClientManager() {
Review comment:
done
--
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]