[ 
https://issues.apache.org/jira/browse/CURATOR-633?focusedWorklogId=733548&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-733548
 ]

ASF GitHub Bot logged work on CURATOR-633:
------------------------------------------

                Author: ASF GitHub Bot
            Created on: 26/Feb/22 21:39
            Start Date: 26/Feb/22 21:39
    Worklog Time Spent: 10m 
      Work Description: eolivelli commented on a change in pull request #409:
URL: https://github.com/apache/curator/pull/409#discussion_r815356978



##########
File path: 
curator-framework/src/test/java/org/apache/curator/framework/state/TestConnectionStateManager.java
##########
@@ -91,7 +92,10 @@ public void stateChanged(CuratorFramework client, 
ConnectionState newState)
     }
 
     @Test
-    public void testConnectionStateRecoversFromUnexpectedExpiredConnection() 
throws Exception {
+    void testConnectionStateRecoversFromUnexpectedExpiredConnection() throws 
Exception {

Review comment:
       Maybe @tisonkun you are suggesting to create a set of tests that run 
only against zk 3.6+
   That is to generalise the approach of this fix.
   
   Probably we can create a annotation a little junit extension.




-- 
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]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 733548)
    Time Spent: 1h 40m  (was: 1.5h)

> Run 
> org.apache.curator.framework.state.TestConnectionStateManager#testConnectionStateRecoversFromUnexpectedExpiredConnection
>  only for Zookeeper 3.6.x
> -----------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: CURATOR-633
>                 URL: https://issues.apache.org/jira/browse/CURATOR-633
>             Project: Apache Curator
>          Issue Type: Bug
>            Reporter: Martin Tzvetanov Grigorov
>            Assignee: Jordan Zimmerman
>            Priority: Major
>          Time Spent: 1h 40m
>  Remaining Estimate: 0h
>
> The build is broken by CURATOR-561:
> {code:java}
>  [INFO] Running org.apache.curator.framework.state.TestConnectionStateManager
> [ERROR] Tests run: 2, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 7.387 
> s <<< FAILURE! - in 
> org.apache.curator.framework.state.TestConnectionStateManager
> [ERROR] 
> org.apache.curator.framework.state.TestConnectionStateManager.testConnectionStateRecoversFromUnexpectedExpiredConnection
>   Time elapsed: 0.489 s  <<< ERROR!
> java.lang.NoSuchMethodError: 
> org.apache.zookeeper.Testable.queueEvent(Lorg/apache/zookeeper/WatchedEvent;)V
>     at 
> org.apache.curator.framework.state.TestConnectionStateManager.testConnectionStateRecoversFromUnexpectedExpiredConnection(TestConnectionStateManager.java:110){code}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to