File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed
pulsar-metadata/src/test/java/org/apache/pulsar/metadata Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -153,18 +153,6 @@ protected Object[][] filterImplementations(String... providers) {
153
153
.toArray (Object [][]::new );
154
154
}
155
155
156
- @ DataProvider (name = "zkImpls" )
157
- public Object [][] zkImplementations () {
158
- return filterImplementations ("ZooKeeper" , "MockZooKeeper" );
159
- }
160
-
161
- protected Object [][] filterImplementations (String ... providers ) {
162
- Set <String > providersSet = Set .of (providers );
163
- return Arrays .stream (allImplementations ())
164
- .filter (impl -> providersSet .contains (impl [0 ]))
165
- .toArray (Object [][]::new );
166
- }
167
-
168
156
private synchronized String getEtcdClusterConnectString () {
169
157
if (!running ) {
170
158
return null ;
You can’t perform that action at this time.
0 commit comments