You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Kiran Ayyagari (JIRA)" <ji...@apache.org> on 2010/02/25 20:38:28 UTC

[jira] Resolved: (DIRSERVER-935) Test hangs on non-existant schema entry lookup

     [ https://issues.apache.org/jira/browse/DIRSERVER-935?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kiran Ayyagari resolved DIRSERVER-935.
--------------------------------------

    Resolution: Cannot Reproduce

Looks like the issue no longer exists (I ran the test case against the trunk and couldn't reproduce the issue)

> Test hangs on non-existant schema entry lookup
> ----------------------------------------------
>
>                 Key: DIRSERVER-935
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-935
>             Project: Directory ApacheDS
>          Issue Type: Bug
>          Components: ldap
>    Affects Versions: 1.5.1
>            Reporter: Ole Ersoy
>            Priority: Minor
>             Fix For: 1.5.6
>
>         Attachments: CreateSyntaxEntrySelfContainedTest.java
>
>
> Hey Guys,
> I do a lookup like this inside a test:
>         syntaxContext.lookup(xsdSyntaxStringRDN);
> //      syntaxContext.lookup("monkeywrench");
> If I leave the monkeywrench lookup commented
> out, the test runs fine repeatedly.
> If I comment in the monkeywrench the
> test just hangs.  I was expecting
> a NamingException.
> I pasted a self contained test for this
> below.
> Cheers,
> - Ole

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.