Issue Type: Bug Bug
Affects Versions: PLINK_2.5.0.Final
Assignee: Anil Saldhana
Components: IDM
Created: 03/Sep/13 5:42 PM
Description:

In my environment, the unit test ShanesBigSanityCheckTestCase.testScenario1 is sometimes failing (It's passing successfully in around 75% of cases, but in 25% cases it's failing).

In case that the failure occurs, it happens on line 159 in statement:

        assert !em.createQuery(
                "select a from IdentityObjectAttribute a where a.identity.id = :id and a.attributeName = :attributeName",
                IdentityObjectAttribute.class)
            .setParameter("id", u.getId())
            .setParameter("attributeName", "profilePhoto")
            .getResultList().isEmpty();

which is failing because resultList is sometimes empty.

Still not sure about the cause of this. I wonder if it's just me or if it happens for someone else as well. I've reproduced with Ubuntu 12.10, Oracle JDK 1.6

Fix Versions: PLINK_2.5.1.Final
Project: PicketLink
Priority: Minor Minor
Reporter: Marek Posolda
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira