tisonkun commented on PR #496: URL: https://github.com/apache/curator/pull/496#issuecomment-1943010147
``` [ERROR] Tests run: 3, Failures: 0, Errors: 3, Skipped: 0, Time elapsed: 0.44 s <<< FAILURE! - in org.apache.curator.framework.imps.TestTransactionsOld [ERROR] org.apache.curator.framework.imps.TestTransactionsOld.testWithCompression Time elapsed: 0.144 s <<< ERROR! java.lang.NoSuchMethodError: 'com.google.common.base.Predicate org.apache.curator.framework.api.transaction.CuratorTransactionResult.ofTypeAndPath(org.apache.curator.framework.api.transaction.OperationType, java.lang.String)' at org.apache.curator.framework.imps.TestTransactionsOld.testWithCompression(TestTransactionsOld.java:165) ``` It seems because we relocate these methods in curator-framework but not for the test-jar. I don't find a way to relocate the test jar now .. -- 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-unsubscr...@curator.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org