Return-Path: X-Original-To: apmail-jackrabbit-oak-dev-archive@minotaur.apache.org Delivered-To: apmail-jackrabbit-oak-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 CB8F199CA for ; Thu, 26 Jul 2012 13:36:54 +0000 (UTC) Received: (qmail 24449 invoked by uid 500); 26 Jul 2012 13:35:40 -0000 Delivered-To: apmail-jackrabbit-oak-dev-archive@jackrabbit.apache.org Received: (qmail 24407 invoked by uid 500); 26 Jul 2012 13:35:40 -0000 Mailing-List: contact oak-dev-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: oak-dev@jackrabbit.apache.org Delivered-To: mailing list oak-dev@jackrabbit.apache.org Received: (qmail 24355 invoked by uid 99); 26 Jul 2012 13:35:40 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Jul 2012 13:35:40 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of jukka.zitting@gmail.com designates 74.125.82.170 as permitted sender) Received: from [74.125.82.170] (HELO mail-we0-f170.google.com) (74.125.82.170) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Jul 2012 13:35:33 +0000 Received: by weyr1 with SMTP id r1so2505632wey.1 for ; Thu, 26 Jul 2012 06:35:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=AnqshMH6f6ZVYGKBLrVbspEUsDx2Cub1sF941pNBFog=; b=IoREAV8DnmPaiECRy/jSzOXf+VvbUGiEi55y91qc3NwdCPoE/ejrbzmsK+9sgJA1Fx yY+2HomiRwXQ6PpDcFovUlE74rFzpYHcTE4v9KKoxmfXTzqBfgWKyEV1pXy7fJaVox+X vMTyOb4tZovcAcqpxjFxovEx6ws7s7xIGZp+F1RgjiUlgV1wkkhpbuf7k70CpIDNvkvF EshoJJGmJ2yzLqTpzyIDitZiYI+k62w10FuwM7Wu33468diCtn4At3PkBaFDwINCPmOj IHvnOyh3B5JBvWh/olW+Sg8EElz6DgWUccjJq97gGiaNw3fpIcwHwjeu//Bzpoec/6Tj Ck/A== Received: by 10.216.241.198 with SMTP id g48mr7375228wer.156.1343309713267; Thu, 26 Jul 2012 06:35:13 -0700 (PDT) MIME-Version: 1.0 Received: by 10.180.87.100 with HTTP; Thu, 26 Jul 2012 06:34:53 -0700 (PDT) In-Reply-To: References: <500FB2EF.7070500@apache.org> <44B3A007-7729-4EB2-9C7E-0760A123617A@adobe.com> From: Jukka Zitting Date: Thu, 26 Jul 2012 15:34:53 +0200 Message-ID: Subject: Re: Test failure: testSelector(org.apache.jackrabbit.test.api.query.qom.SelectorTest To: oak-dev@jackrabbit.apache.org Content-Type: text/plain; charset=ISO-8859-1 Hi, On Wed, Jul 25, 2012 at 3:39 PM, Jukka Zitting wrote: > Then it's probably some other bug in the MicroKernel. For some reason > it's no longer finding a revision that was there before. A few more examples in the CI build failures today: http://ci.apache.org/builders/oak-trunk/builds/223 http://travis-ci.org/#!/apache/jackrabbit-oak/builds/1956575 The fact that these failures are non-deterministic strongly suggests at least some link to the background thread used by the garbage collector. Perhaps a synchronization issue like OAK-187? BR, Jukka Zitting