tisonkun commented on code in PR #445:
URL: https://github.com/apache/curator/pull/445#discussion_r1144155867


##########
curator-recipes/src/test/java/org/apache/curator/framework/recipes/locks/TestInterProcessReadWriteLock.java:
##########
@@ -239,6 +241,50 @@ public void testDowngrading() throws Exception
         }
     }
 
+    @Test
+    public void testContendingDowngrading() throws Exception
+    {
+        CuratorFramework client1 = 
CuratorFrameworkFactory.newClient(server.getConnectString(), new 
RetryOneTime(1));
+        CuratorFramework client2 = 
CuratorFrameworkFactory.newClient(server.getConnectString(), new 
RetryOneTime(1));

Review Comment:
   @kezhuw I see. I'm waiting for more reviewers the last days.
   
   @Randgalt comments on the Slack workspace that he may review this patch the 
next week. Let's wait for a while. If there's no objection I'll merge it later 
the next week.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to