You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "tatyana doubtsova (JIRA)" <ji...@apache.org> on 2006/11/23 12:39:02 UTC

[jira] Created: (HARMONY-2284) [classlib][drlvm][security] intermittent failures of security module tests

[classlib][drlvm][security] intermittent failures of security module tests
--------------------------------------------------------------------------

                 Key: HARMONY-2284
                 URL: http://issues.apache.org/jira/browse/HARMONY-2284
             Project: Harmony
          Issue Type: Bug
          Components: Classlib
         Environment: Win XP, msvc, debug
            Reporter: tatyana doubtsova


While running security module tests in perTest mode iteratively 50 times on Win XP on svn=r476124, I observed the following intermittent failures:

1). org.apache.harmony.security.tests.provider.crypto.SHA1withDSA_SignatureTest@testSignbyteArrayintint02 failed 2 times out of 50:

case2 : no SignatureExcepton : i=2

junit.framework.AssertionFailedError: case2 : no SignatureExcepton : i=2 at org.apache.harmony.security.tests.provider.crypto.SHA1withDSA_SignatureTest.testSignbyteArrayintint02(SHA1withDSA_SignatureTest.java:556) at java.lang.reflect.VMReflection.invokeMethod(Native Method)

or 

case2 : no SignatureExcepton : i=1

junit.framework.AssertionFailedError: case2 : no SignatureExcepton : i=1 at org.apache.harmony.security.tests.provider.crypto.SHA1withDSA_SignatureTest.testSignbyteArrayintint02(SHA1withDSA_SignatureTest.java:556) at java.lang.reflect.VMReflection.invokeMethod(Native Method)

2). org.apache.harmony.security.tests.provider.crypto.SHA1PRNG_SecureRandomTest@ testNextBytesbyteArray03 failed 1 time out of 50:

unexpected: myBytes1[] == myBytes2[] :: i=1

junit.framework.AssertionFailedError: unexpected: myBytes1[] == myBytes2[] :: i=1 at org.apache.harmony.security.tests.provider.crypto.SHA1PRNG_SecureRandomTest.testNextBytesbyteArray03(SHA1PRNG_SecureRandomTest.java:217) at java.lang.reflect.VMReflection.invokeMethod(Native Method)

3). org.apache.harmony.security.tests.provider.crypto.SHA1PRNG_SecureRandomTest@ testNextBytesbyteArray04 failed 1 time out of 50:

unexpected: myBytes1[] == myBytes2[] :: i=1

junit.framework.AssertionFailedError: unexpected: myBytes1[] == myBytes2[] :: i=1 at org.apache.harmony.security.tests.provider.crypto.SHA1PRNG_SecureRandomTest.testNextBytesbyteArray04(SHA1PRNG_SecureRandomTest.java:266) at java.lang.reflect.VMReflection.invokeMethod(Native Method)

4). org.apache.harmony.security.tests.x509.PolicyQualifierInfoTest 1 time out of 50 - Timeout occured

I'll proceed with iterative test runs and update the list, if there are new failures. 




-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (HARMONY-2284) [classlib][drlvm][security] intermittent failures of security module tests

Posted by "Mikhail Loenko (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/HARMONY-2284?page=comments#action_12452420 ] 
            
Mikhail Loenko commented on HARMONY-2284:
-----------------------------------------

#1 fixed in revision 478836

> [classlib][drlvm][security] intermittent failures of security module tests
> --------------------------------------------------------------------------
>
>                 Key: HARMONY-2284
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2284
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>         Environment: Win XP, msvc, debug
>            Reporter: tatyana doubtsova
>         Assigned To: Mikhail Loenko
>
> While running security module tests in perTest mode iteratively 50 times on Win XP on svn=r476124, I observed the following intermittent failures:
> 1). org.apache.harmony.security.tests.provider.crypto.SHA1withDSA_SignatureTest@testSignbyteArrayintint02 failed 2 times out of 50:
> case2 : no SignatureExcepton : i=2
> junit.framework.AssertionFailedError: case2 : no SignatureExcepton : i=2 at org.apache.harmony.security.tests.provider.crypto.SHA1withDSA_SignatureTest.testSignbyteArrayintint02(SHA1withDSA_SignatureTest.java:556) at java.lang.reflect.VMReflection.invokeMethod(Native Method)
> or 
> case2 : no SignatureExcepton : i=1
> junit.framework.AssertionFailedError: case2 : no SignatureExcepton : i=1 at org.apache.harmony.security.tests.provider.crypto.SHA1withDSA_SignatureTest.testSignbyteArrayintint02(SHA1withDSA_SignatureTest.java:556) at java.lang.reflect.VMReflection.invokeMethod(Native Method)
> 2). org.apache.harmony.security.tests.provider.crypto.SHA1PRNG_SecureRandomTest@ testNextBytesbyteArray03 failed 1 time out of 50:
> unexpected: myBytes1[] == myBytes2[] :: i=1
> junit.framework.AssertionFailedError: unexpected: myBytes1[] == myBytes2[] :: i=1 at org.apache.harmony.security.tests.provider.crypto.SHA1PRNG_SecureRandomTest.testNextBytesbyteArray03(SHA1PRNG_SecureRandomTest.java:217) at java.lang.reflect.VMReflection.invokeMethod(Native Method)
> 3). org.apache.harmony.security.tests.provider.crypto.SHA1PRNG_SecureRandomTest@ testNextBytesbyteArray04 failed 1 time out of 50:
> unexpected: myBytes1[] == myBytes2[] :: i=1
> junit.framework.AssertionFailedError: unexpected: myBytes1[] == myBytes2[] :: i=1 at org.apache.harmony.security.tests.provider.crypto.SHA1PRNG_SecureRandomTest.testNextBytesbyteArray04(SHA1PRNG_SecureRandomTest.java:266) at java.lang.reflect.VMReflection.invokeMethod(Native Method)
> 4). org.apache.harmony.security.tests.x509.PolicyQualifierInfoTest 1 time out of 50 - Timeout occured
> I'll proceed with iterative test runs and update the list, if there are new failures. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Assigned: (HARMONY-2284) [classlib][drlvm][security] intermittent failures of security module tests

Posted by "Mikhail Loenko (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-2284?page=all ]

Mikhail Loenko reassigned HARMONY-2284:
---------------------------------------

    Assignee: Mikhail Loenko

> [classlib][drlvm][security] intermittent failures of security module tests
> --------------------------------------------------------------------------
>
>                 Key: HARMONY-2284
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2284
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>         Environment: Win XP, msvc, debug
>            Reporter: tatyana doubtsova
>         Assigned To: Mikhail Loenko
>
> While running security module tests in perTest mode iteratively 50 times on Win XP on svn=r476124, I observed the following intermittent failures:
> 1). org.apache.harmony.security.tests.provider.crypto.SHA1withDSA_SignatureTest@testSignbyteArrayintint02 failed 2 times out of 50:
> case2 : no SignatureExcepton : i=2
> junit.framework.AssertionFailedError: case2 : no SignatureExcepton : i=2 at org.apache.harmony.security.tests.provider.crypto.SHA1withDSA_SignatureTest.testSignbyteArrayintint02(SHA1withDSA_SignatureTest.java:556) at java.lang.reflect.VMReflection.invokeMethod(Native Method)
> or 
> case2 : no SignatureExcepton : i=1
> junit.framework.AssertionFailedError: case2 : no SignatureExcepton : i=1 at org.apache.harmony.security.tests.provider.crypto.SHA1withDSA_SignatureTest.testSignbyteArrayintint02(SHA1withDSA_SignatureTest.java:556) at java.lang.reflect.VMReflection.invokeMethod(Native Method)
> 2). org.apache.harmony.security.tests.provider.crypto.SHA1PRNG_SecureRandomTest@ testNextBytesbyteArray03 failed 1 time out of 50:
> unexpected: myBytes1[] == myBytes2[] :: i=1
> junit.framework.AssertionFailedError: unexpected: myBytes1[] == myBytes2[] :: i=1 at org.apache.harmony.security.tests.provider.crypto.SHA1PRNG_SecureRandomTest.testNextBytesbyteArray03(SHA1PRNG_SecureRandomTest.java:217) at java.lang.reflect.VMReflection.invokeMethod(Native Method)
> 3). org.apache.harmony.security.tests.provider.crypto.SHA1PRNG_SecureRandomTest@ testNextBytesbyteArray04 failed 1 time out of 50:
> unexpected: myBytes1[] == myBytes2[] :: i=1
> junit.framework.AssertionFailedError: unexpected: myBytes1[] == myBytes2[] :: i=1 at org.apache.harmony.security.tests.provider.crypto.SHA1PRNG_SecureRandomTest.testNextBytesbyteArray04(SHA1PRNG_SecureRandomTest.java:266) at java.lang.reflect.VMReflection.invokeMethod(Native Method)
> 4). org.apache.harmony.security.tests.x509.PolicyQualifierInfoTest 1 time out of 50 - Timeout occured
> I'll proceed with iterative test runs and update the list, if there are new failures. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (HARMONY-2284) [classlib][drlvm][security] intermittent failures of security module tests

Posted by "tatyana doubtsova (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/HARMONY-2284?page=comments#action_12453575 ] 
            
tatyana doubtsova commented on HARMONY-2284:
--------------------------------------------

#1, #2, #3 were not reproduced while 50 iterative runs of security module on drlvm, svn=r478890

> [classlib][drlvm][security] intermittent failures of security module tests
> --------------------------------------------------------------------------
>
>                 Key: HARMONY-2284
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2284
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>         Environment: Win XP, msvc, debug
>            Reporter: tatyana doubtsova
>         Assigned To: Mikhail Loenko
>
> While running security module tests in perTest mode iteratively 50 times on Win XP on svn=r476124, I observed the following intermittent failures:
> 1). org.apache.harmony.security.tests.provider.crypto.SHA1withDSA_SignatureTest@testSignbyteArrayintint02 failed 2 times out of 50:
> case2 : no SignatureExcepton : i=2
> junit.framework.AssertionFailedError: case2 : no SignatureExcepton : i=2 at org.apache.harmony.security.tests.provider.crypto.SHA1withDSA_SignatureTest.testSignbyteArrayintint02(SHA1withDSA_SignatureTest.java:556) at java.lang.reflect.VMReflection.invokeMethod(Native Method)
> or 
> case2 : no SignatureExcepton : i=1
> junit.framework.AssertionFailedError: case2 : no SignatureExcepton : i=1 at org.apache.harmony.security.tests.provider.crypto.SHA1withDSA_SignatureTest.testSignbyteArrayintint02(SHA1withDSA_SignatureTest.java:556) at java.lang.reflect.VMReflection.invokeMethod(Native Method)
> 2). org.apache.harmony.security.tests.provider.crypto.SHA1PRNG_SecureRandomTest@ testNextBytesbyteArray03 failed 1 time out of 50:
> unexpected: myBytes1[] == myBytes2[] :: i=1
> junit.framework.AssertionFailedError: unexpected: myBytes1[] == myBytes2[] :: i=1 at org.apache.harmony.security.tests.provider.crypto.SHA1PRNG_SecureRandomTest.testNextBytesbyteArray03(SHA1PRNG_SecureRandomTest.java:217) at java.lang.reflect.VMReflection.invokeMethod(Native Method)
> 3). org.apache.harmony.security.tests.provider.crypto.SHA1PRNG_SecureRandomTest@ testNextBytesbyteArray04 failed 1 time out of 50:
> unexpected: myBytes1[] == myBytes2[] :: i=1
> junit.framework.AssertionFailedError: unexpected: myBytes1[] == myBytes2[] :: i=1 at org.apache.harmony.security.tests.provider.crypto.SHA1PRNG_SecureRandomTest.testNextBytesbyteArray04(SHA1PRNG_SecureRandomTest.java:266) at java.lang.reflect.VMReflection.invokeMethod(Native Method)
> 4). org.apache.harmony.security.tests.x509.PolicyQualifierInfoTest 1 time out of 50 - Timeout occured
> I'll proceed with iterative test runs and update the list, if there are new failures. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (HARMONY-2284) [classlib][drlvm][security] intermittent failures of security module tests

Posted by "Mikhail Loenko (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/HARMONY-2284?page=comments#action_12452382 ] 
            
Mikhail Loenko commented on HARMONY-2284:
-----------------------------------------

I've modifies issue #2 above to lower down probability of intermittent failures
see revision 478786

> [classlib][drlvm][security] intermittent failures of security module tests
> --------------------------------------------------------------------------
>
>                 Key: HARMONY-2284
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2284
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>         Environment: Win XP, msvc, debug
>            Reporter: tatyana doubtsova
>
> While running security module tests in perTest mode iteratively 50 times on Win XP on svn=r476124, I observed the following intermittent failures:
> 1). org.apache.harmony.security.tests.provider.crypto.SHA1withDSA_SignatureTest@testSignbyteArrayintint02 failed 2 times out of 50:
> case2 : no SignatureExcepton : i=2
> junit.framework.AssertionFailedError: case2 : no SignatureExcepton : i=2 at org.apache.harmony.security.tests.provider.crypto.SHA1withDSA_SignatureTest.testSignbyteArrayintint02(SHA1withDSA_SignatureTest.java:556) at java.lang.reflect.VMReflection.invokeMethod(Native Method)
> or 
> case2 : no SignatureExcepton : i=1
> junit.framework.AssertionFailedError: case2 : no SignatureExcepton : i=1 at org.apache.harmony.security.tests.provider.crypto.SHA1withDSA_SignatureTest.testSignbyteArrayintint02(SHA1withDSA_SignatureTest.java:556) at java.lang.reflect.VMReflection.invokeMethod(Native Method)
> 2). org.apache.harmony.security.tests.provider.crypto.SHA1PRNG_SecureRandomTest@ testNextBytesbyteArray03 failed 1 time out of 50:
> unexpected: myBytes1[] == myBytes2[] :: i=1
> junit.framework.AssertionFailedError: unexpected: myBytes1[] == myBytes2[] :: i=1 at org.apache.harmony.security.tests.provider.crypto.SHA1PRNG_SecureRandomTest.testNextBytesbyteArray03(SHA1PRNG_SecureRandomTest.java:217) at java.lang.reflect.VMReflection.invokeMethod(Native Method)
> 3). org.apache.harmony.security.tests.provider.crypto.SHA1PRNG_SecureRandomTest@ testNextBytesbyteArray04 failed 1 time out of 50:
> unexpected: myBytes1[] == myBytes2[] :: i=1
> junit.framework.AssertionFailedError: unexpected: myBytes1[] == myBytes2[] :: i=1 at org.apache.harmony.security.tests.provider.crypto.SHA1PRNG_SecureRandomTest.testNextBytesbyteArray04(SHA1PRNG_SecureRandomTest.java:266) at java.lang.reflect.VMReflection.invokeMethod(Native Method)
> 4). org.apache.harmony.security.tests.x509.PolicyQualifierInfoTest 1 time out of 50 - Timeout occured
> I'll proceed with iterative test runs and update the list, if there are new failures. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (HARMONY-2284) [classlib][drlvm][security] intermittent failures of security module tests

Posted by "Mikhail Loenko (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/HARMONY-2284?page=comments#action_12452425 ] 
            
Mikhail Loenko commented on HARMONY-2284:
-----------------------------------------

#3 fixed in revision 478840

> [classlib][drlvm][security] intermittent failures of security module tests
> --------------------------------------------------------------------------
>
>                 Key: HARMONY-2284
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2284
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>         Environment: Win XP, msvc, debug
>            Reporter: tatyana doubtsova
>         Assigned To: Mikhail Loenko
>
> While running security module tests in perTest mode iteratively 50 times on Win XP on svn=r476124, I observed the following intermittent failures:
> 1). org.apache.harmony.security.tests.provider.crypto.SHA1withDSA_SignatureTest@testSignbyteArrayintint02 failed 2 times out of 50:
> case2 : no SignatureExcepton : i=2
> junit.framework.AssertionFailedError: case2 : no SignatureExcepton : i=2 at org.apache.harmony.security.tests.provider.crypto.SHA1withDSA_SignatureTest.testSignbyteArrayintint02(SHA1withDSA_SignatureTest.java:556) at java.lang.reflect.VMReflection.invokeMethod(Native Method)
> or 
> case2 : no SignatureExcepton : i=1
> junit.framework.AssertionFailedError: case2 : no SignatureExcepton : i=1 at org.apache.harmony.security.tests.provider.crypto.SHA1withDSA_SignatureTest.testSignbyteArrayintint02(SHA1withDSA_SignatureTest.java:556) at java.lang.reflect.VMReflection.invokeMethod(Native Method)
> 2). org.apache.harmony.security.tests.provider.crypto.SHA1PRNG_SecureRandomTest@ testNextBytesbyteArray03 failed 1 time out of 50:
> unexpected: myBytes1[] == myBytes2[] :: i=1
> junit.framework.AssertionFailedError: unexpected: myBytes1[] == myBytes2[] :: i=1 at org.apache.harmony.security.tests.provider.crypto.SHA1PRNG_SecureRandomTest.testNextBytesbyteArray03(SHA1PRNG_SecureRandomTest.java:217) at java.lang.reflect.VMReflection.invokeMethod(Native Method)
> 3). org.apache.harmony.security.tests.provider.crypto.SHA1PRNG_SecureRandomTest@ testNextBytesbyteArray04 failed 1 time out of 50:
> unexpected: myBytes1[] == myBytes2[] :: i=1
> junit.framework.AssertionFailedError: unexpected: myBytes1[] == myBytes2[] :: i=1 at org.apache.harmony.security.tests.provider.crypto.SHA1PRNG_SecureRandomTest.testNextBytesbyteArray04(SHA1PRNG_SecureRandomTest.java:266) at java.lang.reflect.VMReflection.invokeMethod(Native Method)
> 4). org.apache.harmony.security.tests.x509.PolicyQualifierInfoTest 1 time out of 50 - Timeout occured
> I'll proceed with iterative test runs and update the list, if there are new failures. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira