Return-Path: X-Original-To: apmail-cassandra-commits-archive@www.apache.org Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DF53818759 for ; Mon, 3 Aug 2015 15:35:09 +0000 (UTC) Received: (qmail 44218 invoked by uid 500); 3 Aug 2015 15:35:04 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 44180 invoked by uid 500); 3 Aug 2015 15:35:04 -0000 Mailing-List: contact commits-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list commits@cassandra.apache.org Received: (qmail 44166 invoked by uid 99); 3 Aug 2015 15:35:04 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Aug 2015 15:35:04 +0000 Date: Mon, 3 Aug 2015 15:35:04 +0000 (UTC) From: "Benedict (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (CASSANDRA-9962) WaitQueueTest is flakey MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Benedict created CASSANDRA-9962: ----------------------------------- Summary: WaitQueueTest is flakey Key: CASSANDRA-9962 URL: https://issues.apache.org/jira/browse/CASSANDRA-9962 Project: Cassandra Issue Type: Bug Components: Core Reporter: Benedict Assignee: Benedict Priority: Minor Fix For: 3.x While the test is a little noddy, and superfluous, it shouldn't fail even vanishingly infrequently. [~aweisberg] has spotted it doing so, and I have also encountered it once, so I suspect that a change in hardware/OS may have made vanishingly unlikely just pretty unlikely, which is even less good. Right now it depends on {{Thread.start()}} completing before the new thread starts; this isn't guaranteed. This patch fixes that. -- This message was sent by Atlassian JIRA (v6.3.4#6332)