This is an automated email from the ASF dual-hosted git repository.
nicoloboschi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git
The following commit(s) were added to refs/heads/master by this push:
new 703aa1b97a chore: remove stale powermock comment (#4252)
703aa1b97a is described below
commit 703aa1b97a55bd6b26a3703d929cfbef174729ab
Author: ZhangJian He <[email protected]>
AuthorDate: Fri Mar 29 18:24:44 2024 +0800
chore: remove stale powermock comment (#4252)
---
.../test/java/org/apache/bookkeeper/proto/BookieBackpressureTest.java | 1 -
1 file changed, 1 deletion(-)
diff --git
a/bookkeeper-server/src/test/java/org/apache/bookkeeper/proto/BookieBackpressureTest.java
b/bookkeeper-server/src/test/java/org/apache/bookkeeper/proto/BookieBackpressureTest.java
index 04f4024bf2..1fe7c3ddbf 100644
---
a/bookkeeper-server/src/test/java/org/apache/bookkeeper/proto/BookieBackpressureTest.java
+++
b/bookkeeper-server/src/test/java/org/apache/bookkeeper/proto/BookieBackpressureTest.java
@@ -60,7 +60,6 @@ import org.slf4j.LoggerFactory;
/**
* Tests for backpressure handling on the server side.
*/
-// PowerMock usage is problematic here due to
https://github.com/powermock/powermock/issues/822
public class BookieBackpressureTest extends BookKeeperClusterTestCase
implements AddCallback, ReadCallback, ReadLastConfirmedCallback {