You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by "Randy Watler (JIRA)" <je...@portals.apache.org> on 2009/10/25 06:17:59 UTC

[jira] Created: (JS2-1077) Database Page Manager Cache test not running correctly in test suite

Database Page Manager Cache test not running correctly in test suite
--------------------------------------------------------------------

                 Key: JS2-1077
                 URL: https://issues.apache.org/jira/browse/JS2-1077
             Project: Jetspeed 2
          Issue Type: Bug
          Components: PSML, Testing
    Affects Versions: 2.2.1
         Environment: Linux/2.2.1-SNAPSHOT/unit tests 
            Reporter: Randy Watler
            Assignee: Randy Watler
            Priority: Minor


The following test works correctly from the jetspeed-page-manager folder:

> mvn test -P test -Dtest=TestDatabasePageManagerCache

however, this one does not:

> mvn test -P test

the TestDatabasePageManagerCache is skipped because it does not start the distributed caches correctly.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org


[jira] Updated: (JS2-1077) Database Page Manager Cache test not running correctly in test suite

Posted by "Randy Watler (JIRA)" <je...@portals.apache.org>.
     [ https://issues.apache.org/jira/browse/JS2-1077?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Randy Watler updated JS2-1077:
------------------------------

    Fix Version/s: 2.2.1

> Database Page Manager Cache test not running correctly in test suite
> --------------------------------------------------------------------
>
>                 Key: JS2-1077
>                 URL: https://issues.apache.org/jira/browse/JS2-1077
>             Project: Jetspeed 2
>          Issue Type: Bug
>          Components: PSML, Testing
>    Affects Versions: 2.2.1
>         Environment: Linux/2.2.1-SNAPSHOT/unit tests 
>            Reporter: Randy Watler
>            Assignee: Randy Watler
>            Priority: Minor
>             Fix For: 2.2.1
>
>
> The following test works correctly from the jetspeed-page-manager folder:
> > mvn test -P test -Dtest=TestDatabasePageManagerCache
> however, this one does not:
> > mvn test -P test
> the TestDatabasePageManagerCache is skipped because it does not start the distributed caches correctly.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org


[jira] Updated: (JS2-1077) Database Page Manager Cache test not running correctly in test suite

Posted by "Randy Watler (JIRA)" <je...@portals.apache.org>.
     [ https://issues.apache.org/jira/browse/JS2-1077?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Randy Watler updated JS2-1077:
------------------------------

    Attachment: dbpm-cache-test.patch

Patch attached to correct problem caused by static EhCacheConfigResource reconfiguration due to non-forked test execution.

> Database Page Manager Cache test not running correctly in test suite
> --------------------------------------------------------------------
>
>                 Key: JS2-1077
>                 URL: https://issues.apache.org/jira/browse/JS2-1077
>             Project: Jetspeed 2
>          Issue Type: Bug
>          Components: PSML, Testing
>    Affects Versions: 2.2.1
>         Environment: Linux/2.2.1-SNAPSHOT/unit tests 
>            Reporter: Randy Watler
>            Assignee: Randy Watler
>            Priority: Minor
>             Fix For: 2.2.2
>
>         Attachments: dbpm-cache-test.patch
>
>
> The following test works correctly from the jetspeed-page-manager folder:
> > mvn test -P test -Dtest=TestDatabasePageManagerCache
> however, this one does not:
> > mvn test -P test
> the TestDatabasePageManagerCache is skipped because it does not start the distributed caches correctly.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org


Re: [jira] Commented: (JS2-1077) Database Page Manager Cache test not running correctly in test suite

Posted by Ate Douma <at...@douma.nu>.
Randy,

As maven version 2.2.1 is current and released already quite some time ago (Aug 2009), I'd be in favour of moving the minimum required maven 
version to 2.2.1 if that helps.

Regards,

Ate

On 03/08/2010 08:42 PM, Randy Watler (JIRA) wrote:
>
>      [ https://issues.apache.org/jira/browse/JS2-1077?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12842790#action_12842790 ]
>
> Randy Watler commented on JS2-1077:
> -----------------------------------
>
> Attempted to correct the invocation of this specific test case using multiple surefire test executions with different fork modes, but then maven 2.0.10 failed to launch the single test invocations correctly. Will need to test with newer versions of maven and/or surefire.
>
> May also have to find more deterministic fix that involves configuring and unconfiguring ehcache singletons correctly.
>
>> Database Page Manager Cache test not running correctly in test suite
>> --------------------------------------------------------------------
>>
>>                  Key: JS2-1077
>>                  URL: https://issues.apache.org/jira/browse/JS2-1077
>>              Project: Jetspeed 2
>>           Issue Type: Bug
>>           Components: PSML, Testing
>>     Affects Versions: 2.2.1
>>          Environment: Linux/2.2.1-SNAPSHOT/unit tests
>>             Reporter: Randy Watler
>>             Assignee: Randy Watler
>>             Priority: Minor
>>              Fix For: 2.2.1
>>
>>
>> The following test works correctly from the jetspeed-page-manager folder:
>>> mvn test -P test -Dtest=TestDatabasePageManagerCache
>> however, this one does not:
>>> mvn test -P test
>> the TestDatabasePageManagerCache is skipped because it does not start the distributed caches correctly.
>


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org


[jira] Commented: (JS2-1077) Database Page Manager Cache test not running correctly in test suite

Posted by "Randy Watler (JIRA)" <je...@portals.apache.org>.
    [ https://issues.apache.org/jira/browse/JS2-1077?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12842790#action_12842790 ] 

Randy Watler commented on JS2-1077:
-----------------------------------

Attempted to correct the invocation of this specific test case using multiple surefire test executions with different fork modes, but then maven 2.0.10 failed to launch the single test invocations correctly. Will need to test with newer versions of maven and/or surefire.

May also have to find more deterministic fix that involves configuring and unconfiguring ehcache singletons correctly.

> Database Page Manager Cache test not running correctly in test suite
> --------------------------------------------------------------------
>
>                 Key: JS2-1077
>                 URL: https://issues.apache.org/jira/browse/JS2-1077
>             Project: Jetspeed 2
>          Issue Type: Bug
>          Components: PSML, Testing
>    Affects Versions: 2.2.1
>         Environment: Linux/2.2.1-SNAPSHOT/unit tests 
>            Reporter: Randy Watler
>            Assignee: Randy Watler
>            Priority: Minor
>             Fix For: 2.2.1
>
>
> The following test works correctly from the jetspeed-page-manager folder:
> > mvn test -P test -Dtest=TestDatabasePageManagerCache
> however, this one does not:
> > mvn test -P test
> the TestDatabasePageManagerCache is skipped because it does not start the distributed caches correctly.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org


[jira] Updated: (JS2-1077) Database Page Manager Cache test not running correctly in test suite

Posted by "Randy Watler (JIRA)" <je...@portals.apache.org>.
     [ https://issues.apache.org/jira/browse/JS2-1077?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Randy Watler updated JS2-1077:
------------------------------

    Fix Version/s:     (was: 2.2.1)
                   2.2.2

> Database Page Manager Cache test not running correctly in test suite
> --------------------------------------------------------------------
>
>                 Key: JS2-1077
>                 URL: https://issues.apache.org/jira/browse/JS2-1077
>             Project: Jetspeed 2
>          Issue Type: Bug
>          Components: PSML, Testing
>    Affects Versions: 2.2.1
>         Environment: Linux/2.2.1-SNAPSHOT/unit tests 
>            Reporter: Randy Watler
>            Assignee: Randy Watler
>            Priority: Minor
>             Fix For: 2.2.2
>
>
> The following test works correctly from the jetspeed-page-manager folder:
> > mvn test -P test -Dtest=TestDatabasePageManagerCache
> however, this one does not:
> > mvn test -P test
> the TestDatabasePageManagerCache is skipped because it does not start the distributed caches correctly.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org


[jira] Closed: (JS2-1077) Database Page Manager Cache test not running correctly in test suite

Posted by "Randy Watler (JIRA)" <je...@portals.apache.org>.
     [ https://issues.apache.org/jira/browse/JS2-1077?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Randy Watler closed JS2-1077.
-----------------------------

    Resolution: Fixed

Committed patch:

JS2-1077: allow EhCache configuration to be reset during multiple in-process unit test runs

Committed revision 931577

> Database Page Manager Cache test not running correctly in test suite
> --------------------------------------------------------------------
>
>                 Key: JS2-1077
>                 URL: https://issues.apache.org/jira/browse/JS2-1077
>             Project: Jetspeed 2
>          Issue Type: Bug
>          Components: PSML, Testing
>    Affects Versions: 2.2.1
>         Environment: Linux/2.2.1-SNAPSHOT/unit tests 
>            Reporter: Randy Watler
>            Assignee: Randy Watler
>            Priority: Minor
>             Fix For: 2.2.2
>
>         Attachments: dbpm-cache-test.patch
>
>
> The following test works correctly from the jetspeed-page-manager folder:
> > mvn test -P test -Dtest=TestDatabasePageManagerCache
> however, this one does not:
> > mvn test -P test
> the TestDatabasePageManagerCache is skipped because it does not start the distributed caches correctly.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org