Return-Path: X-Original-To: apmail-curator-dev-archive@minotaur.apache.org Delivered-To: apmail-curator-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0BDB910A5E for ; Tue, 8 Sep 2015 18:42:49 +0000 (UTC) Received: (qmail 86063 invoked by uid 500); 8 Sep 2015 18:42:46 -0000 Delivered-To: apmail-curator-dev-archive@curator.apache.org Received: (qmail 86030 invoked by uid 500); 8 Sep 2015 18:42:45 -0000 Mailing-List: contact dev-help@curator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@curator.apache.org Delivered-To: mailing list dev@curator.apache.org Received: (qmail 86013 invoked by uid 99); 8 Sep 2015 18:42:45 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Sep 2015 18:42:45 +0000 Date: Tue, 8 Sep 2015 18:42:45 +0000 (UTC) From: "Jordan Zimmerman (JIRA)" To: dev@curator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (CURATOR-252) TestLeaderSelectorEdges::createProtectedNodeInBackgroundTest failed MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CURATOR-252?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jordan Zimmerman resolved CURATOR-252. -------------------------------------- Resolution: Fixed ChaosMonkeyCnxnFactory didn't know about the new create2 opcode. I've tested it multiple times and it works now. > TestLeaderSelectorEdges::createProtectedNodeInBackgroundTest failed > ------------------------------------------------------------------- > > Key: CURATOR-252 > URL: https://issues.apache.org/jira/browse/CURATOR-252 > Project: Apache Curator > Issue Type: Bug > Components: Recipes > Reporter: Mike Drob > Priority: Blocker > > Running the full test suite locally, this test failed for me ~20% of the time. > {noformat} > java.lang.AssertionError: Callback has not been called expected [true] but found [false] > at org.testng.Assert.fail(Assert.java:94) > at org.testng.Assert.failNotEquals(Assert.java:494) > at org.testng.Assert.assertTrue(Assert.java:42) > at org.apache.curator.framework.recipes.leader.TestLeaderSelectorEdges.createProtectedNodeInBackgroundTest(TestLeaderSelectorEdges.java:189) > {noformat} > Unfortunately, I do not have full logs available at this time. -- This message was sent by Atlassian JIRA (v6.3.4#6332)