This is an automated email from the ASF dual-hosted git repository.
mmerli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git
The following commit(s) were added to refs/heads/master by this push:
new 0d68db3 Remove empty test class ConsumerPreciseDispatcherFlowControl
(#7778)
0d68db3 is described below
commit 0d68db3e9318adfa2f11805361e31bc7d10f2118
Author: Matteo Merli <[email protected]>
AuthorDate: Sat Aug 8 07:01:30 2020 -0700
Remove empty test class ConsumerPreciseDispatcherFlowControl (#7778)
---
.../api/ConsumerPreciseDispatcherFlowControl.java | 32 ----------------------
1 file changed, 32 deletions(-)
diff --git
a/pulsar-broker/src/test/java/org/apache/pulsar/client/api/ConsumerPreciseDispatcherFlowControl.java
b/pulsar-broker/src/test/java/org/apache/pulsar/client/api/ConsumerPreciseDispatcherFlowControl.java
deleted file mode 100644
index 9d52620..0000000
---
a/pulsar-broker/src/test/java/org/apache/pulsar/client/api/ConsumerPreciseDispatcherFlowControl.java
+++ /dev/null
@@ -1,32 +0,0 @@
-/**
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements. See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership. The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License. You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-package org.apache.pulsar.client.api;
-
-import org.testng.annotations.BeforeMethod;
-
-public class ConsumerPreciseDispatcherFlowControl extends
SimpleProducerConsumerTest{
-
- @BeforeMethod
- @Override
- protected void setup() throws Exception {
- super.internalSetup(true);
- super.producerBaseSetup();
- }
-
-}