You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/10/10 14:27:55 UTC

[GitHub] [pulsar] BewareMyPower commented on a diff in pull request #17795: [fix][client] Fix deadlock when sending chunked messages with BlockIFQueueFull enabled

BewareMyPower commented on code in PR #17795:
URL: https://github.com/apache/pulsar/pull/17795#discussion_r991350988


##########
pulsar-broker/src/test/java/org/apache/pulsar/client/impl/MessageChunkingTest.java:
##########
@@ -573,6 +574,55 @@ public void testChunkSize() throws Exception {
         }
     }
 
+    @Test
+    public void testBlockIfQueueFUllWhenChunking() throws Exception {

Review Comment:
   ```suggestion
       public void testBlockIfQueueFullWhenChunking() throws Exception {
   ```
   
   A typo



-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org