You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Ersin Er (JIRA)" <ji...@apache.org> on 2007/06/15 23:41:26 UTC

[jira] Created: (DIRSERVER-972) Write test cases to observe server behavior on "Undefined" search filter items

Write test cases to observe server behavior on "Undefined" search filter items
------------------------------------------------------------------------------

                 Key: DIRSERVER-972
                 URL: https://issues.apache.org/jira/browse/DIRSERVER-972
             Project: Directory ApacheDS
          Issue Type: Task
            Reporter: Ersin Er


RFC 4511, Section "4.5.1.7.  SearchRequest.filter", tells about handling Undefined cases in search filters. We need to have extensive test cases where we test complex filters with Undefined items. Some of the combinations we need to test are as follows:

* &((x=y)(m=n)) where there is no x and (m=n) is true.
* |((x=y)(m=n)) where there is no x and (m=n) is false.
...

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


[jira] Updated: (DIRSERVER-972) Write test cases to observe server behavior on "Undefined" search filter items

Posted by "Alex Karasulu (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DIRSERVER-972?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alex Karasulu updated DIRSERVER-972:
------------------------------------

    Fix Version/s:     (was: 1.5.4)
                   2.5.0

> Write test cases to observe server behavior on "Undefined" search filter items
> ------------------------------------------------------------------------------
>
>                 Key: DIRSERVER-972
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-972
>             Project: Directory ApacheDS
>          Issue Type: Task
>          Components: core
>    Affects Versions: 1.5.0, 1.0
>            Reporter: Ersin Er
>             Fix For: 2.5.0
>
>
> RFC 4511, Section "4.5.1.7.  SearchRequest.filter", tells about handling Undefined cases in search filters. We need to have extensive test cases where we test complex filters with Undefined items. Some of the combinations we need to test are as follows:
> * &((x=y)(m=n)) where there is no x and (m=n) is true.
> * |((x=y)(m=n)) where there is no x and (m=n) is false.
> ...

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


[jira] Updated: (DIRSERVER-972) Write test cases to observe server behavior on "Undefined" search filter items

Posted by "Ersin Er (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DIRSERVER-972?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ersin Er updated DIRSERVER-972:
-------------------------------

          Component/s: core
        Fix Version/s: 1.5.2
    Affects Version/s: 1.5.0
                       1.0

> Write test cases to observe server behavior on "Undefined" search filter items
> ------------------------------------------------------------------------------
>
>                 Key: DIRSERVER-972
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-972
>             Project: Directory ApacheDS
>          Issue Type: Task
>          Components: core
>    Affects Versions: 1.5.0, 1.0
>            Reporter: Ersin Er
>             Fix For: 1.5.2
>
>
> RFC 4511, Section "4.5.1.7.  SearchRequest.filter", tells about handling Undefined cases in search filters. We need to have extensive test cases where we test complex filters with Undefined items. Some of the combinations we need to test are as follows:
> * &((x=y)(m=n)) where there is no x and (m=n) is true.
> * |((x=y)(m=n)) where there is no x and (m=n) is false.
> ...

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


[jira] Updated: (DIRSERVER-972) Write test cases to observe server behavior on "Undefined" search filter items

Posted by "Alex Karasulu (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DIRSERVER-972?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alex Karasulu updated DIRSERVER-972:
------------------------------------

    Fix Version/s:     (was: 1.5.3)
                   1.5.4

> Write test cases to observe server behavior on "Undefined" search filter items
> ------------------------------------------------------------------------------
>
>                 Key: DIRSERVER-972
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-972
>             Project: Directory ApacheDS
>          Issue Type: Task
>          Components: core
>    Affects Versions: 1.5.0, 1.0
>            Reporter: Ersin Er
>             Fix For: 1.5.4
>
>
> RFC 4511, Section "4.5.1.7.  SearchRequest.filter", tells about handling Undefined cases in search filters. We need to have extensive test cases where we test complex filters with Undefined items. Some of the combinations we need to test are as follows:
> * &((x=y)(m=n)) where there is no x and (m=n) is true.
> * |((x=y)(m=n)) where there is no x and (m=n) is false.
> ...

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


[jira] Updated: (DIRSERVER-972) Write test cases to observe server behavior on "Undefined" search filter items

Posted by "Emmanuel Lecharny (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DIRSERVER-972?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Emmanuel Lecharny updated DIRSERVER-972:
----------------------------------------

    Fix Version/s:     (was: 1.5.2)
                   1.5.3

That's true. What we need is a complete regression test for those kind of cases in core-integ. Any volunteer ?

Postponed for the moment.

> Write test cases to observe server behavior on "Undefined" search filter items
> ------------------------------------------------------------------------------
>
>                 Key: DIRSERVER-972
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-972
>             Project: Directory ApacheDS
>          Issue Type: Task
>          Components: core
>    Affects Versions: 1.5.0, 1.0
>            Reporter: Ersin Er
>             Fix For: 1.5.3
>
>
> RFC 4511, Section "4.5.1.7.  SearchRequest.filter", tells about handling Undefined cases in search filters. We need to have extensive test cases where we test complex filters with Undefined items. Some of the combinations we need to test are as follows:
> * &((x=y)(m=n)) where there is no x and (m=n) is true.
> * |((x=y)(m=n)) where there is no x and (m=n) is false.
> ...

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