[
https://issues.apache.org/jira/browse/HBASE-30086?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18073922#comment-18073922
]
Duo Zhang commented on HBASE-30086:
-----------------------------------
The initialization method in FromClientSideBase is changed in HBASE-23305,
where we change the registry type before starting cluster.
But for me, since this class is named "FromClientSide", I think the most
important thing is to change the registry config when initializating client
connection, not for start the cluster itself.
So I prefer we just change the implementation to only consider coprocessor when
starting mini cluster, and use parameterized to test different registry
implementation at client side.
> Rewrite TestFromClientSide related tests
> ----------------------------------------
>
> Key: HBASE-30086
> URL: https://issues.apache.org/jira/browse/HBASE-30086
> Project: HBase
> Issue Type: Sub-task
> Components: test
> Reporter: Duo Zhang
> Assignee: Duo Zhang
> Priority: Major
>
> It uses parameterized and try to reset the clusters after the parameters are
> changed.
> After upgrading to junit5, our parameterized engine will run each method with
> different parameters at once, and then move to the next method.
> So we need to rewrite the tests.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)