You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by "Myrna van Lunteren (JIRA)" <ji...@apache.org> on 2014/01/20 22:53:21 UTC

[jira] [Commented] (DERBY-5630) intermittent test failure in store/lockTableVTI.sql

    [ https://issues.apache.org/jira/browse/DERBY-5630?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13876884#comment-13876884 ] 

Myrna van Lunteren commented on DERBY-5630:
-------------------------------------------

Failed a few more times:
1/10/2014, windows, ibm1.6, 10.11.0.0 alpha (1557303).
http://people.apache.org/~myrnavl/derby_test_results/main/windows/testlog/ibm16/1557303-suites.All_diff.txt

1/10/2014, windows, ibm 1.6, ibm 1.7, weme 6.2; 10.10.1.4 (1557306):
http://people.apache.org/~myrnavl/derby_test_results/v10_10/windows/testSummary-1557306.html

1/13/2014, windows, weme6.2, 10.10.1.4 (1557921):
http://people.apache.org/~myrnavl/derby_test_results/v10_10/windows/testlog/weme6.2/1557921-suites.All_diff.txt

1/15/2014, windows, ibm 1.6, 10.11.0.0 alpha (1558675):
http://people.apache.org/~myrnavl/derby_test_results/main/windows/testlog/ibm16/1558675-suites.All_diff.txt







> 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
>
> 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)