Return-Path: X-Original-To: apmail-db-derby-dev-archive@www.apache.org Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id F108C10ECB for ; Thu, 6 Feb 2014 19:18:21 +0000 (UTC) Received: (qmail 7442 invoked by uid 500); 6 Feb 2014 19:18:19 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 7300 invoked by uid 500); 6 Feb 2014 19:18:12 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 7222 invoked by uid 99); 6 Feb 2014 19:18:10 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Feb 2014 19:18:10 +0000 Date: Thu, 6 Feb 2014 19:18:10 +0000 (UTC) From: "ASF subversion and git services (JIRA)" To: derby-dev@db.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (DERBY-5630) intermittent test failure in store/lockTableVTI.sql 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/DERBY-5630?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13893681#comment-13893681 ] ASF subversion and git services commented on DERBY-5630: -------------------------------------------------------- Commit 1565415 from [~myrna] in branch 'code/branches/10.10' [ https://svn.apache.org/r1565415 ] DERBY-5630; intermittent test failure in store/lockTableVTI.sql backport of revisions 1564608 and 1564635 from trunk, converting the test to junit for better control > intermittent test failure in store/lockTableVTI.sql > --------------------------------------------------- > > Key: DERBY-5630 > URL: https://issues.apache.org/jira/browse/DERBY-5630 > Project: Derby > Issue Type: Bug > Components: Test > Affects Versions: 10.8.3.0, 10.10.1.4 > Environment: Windows 2008, ibm 1.6 SR9 FP1, ibm 1.4.2. > Reporter: Myrna van Lunteren > Labels: derby_triage10_10 > Attachments: DERBY-5630.diff2, DERBY-5630.diff_try1 > > > I've seen this test fail twice recently, once with ibm 1.6, once with 1.4.2, both times on the same machine (which is running 10.8 nightly testing): > The diff is as follows: > 51a52,61 > > ij(C1)> commit; > > ij(C1)> call SYSCS_UTIL.SYSCS_SET_DATABASE_PROPERTY('derby.locks.waitTimeout', '180'); > > 0 rows inserted/updated/deleted > > ij(C1)> commit; > > ij(C1)> set connection c2 ; > > ij(C2)> wait for C2S1; > > 3 rows inserted/updated/deleted > > ij(C2)> select state from syscs_diag.lock_table order by state; > > STATE > > ----- > 53,63d62 > < WAIT > < ij(C1)> commit; > < ij(C1)> call SYSCS_UTIL.SYSCS_SET_DATABASE_PROPERTY('derby.locks.waitTimeout', '180'); > < 0 rows inserted/updated/deleted > < ij(C1)> commit; > < ij(C1)> set connection c2 ; > < ij(C2)> wait for C2S1; > < 3 rows inserted/updated/deleted > < ij(C2)> select state from syscs_diag.lock_table order by state; > < STATE > < ----- > 67d65 > < GRANT -- This message was sent by Atlassian JIRA (v6.1.5#6160)