You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Martin Ritchie (JIRA)" <qp...@incubator.apache.org> on 2008/11/07 12:02:44 UTC

[jira] Created: (QPID-1439) The Java test profile offers no way to save the broker logs

The Java test profile offers no way to save the broker logs
-----------------------------------------------------------

                 Key: QPID-1439
                 URL: https://issues.apache.org/jira/browse/QPID-1439
             Project: Qpid
          Issue Type: Bug
          Components: Java Tests
            Reporter: Martin Ritchie
            Assignee: Martin Ritchie
             Fix For: M4


Summary:

Currently when then java profile is used the same QPID_WORK so the previous log files are overwritten.

Also we don't set QPID_WORK so it is left to default its location.

Changes:

The build system should default QPID_WORK.

QpidTestCase should augment QPID_WORK such that we have a separate work dir for each broker startup.

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


[jira] Commented: (QPID-1439) The Java test profile offers no way to save the broker logs

Posted by "Martin Ritchie (JIRA)" <qp...@incubator.apache.org>.
    [ https://issues.apache.org/jira/browse/QPID-1439?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12645831#action_12645831 ] 

Martin Ritchie commented on QPID-1439:
--------------------------------------

Discussed with Rafi on IM.

I'll rollback this change for now, esp. as it is causing a local issues due to QPID-1442.

We can devise a solution that works cleanly for both C++ and Java brokers.


> The Java test profile offers no way to save the broker logs
> -----------------------------------------------------------
>
>                 Key: QPID-1439
>                 URL: https://issues.apache.org/jira/browse/QPID-1439
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Tests
>            Reporter: Martin Ritchie
>            Assignee: Rafael H. Schloming
>             Fix For: M4
>
>
> Summary:
> Currently when then java profile is used the same QPID_WORK so the previous log files are overwritten.
> Also we don't set QPID_WORK so it is left to default its location.
> Changes:
> The build system should default QPID_WORK.
> QpidTestCase should augment QPID_WORK such that we have a separate work dir for each broker startup.

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


[jira] Assigned: (QPID-1439) The Java test profile offers no way to save the broker logs

Posted by "Martin Ritchie (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-1439?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Ritchie reassigned QPID-1439:
------------------------------------

    Assignee: Rafael H. Schloming  (was: Martin Ritchie)

Hi, Rafi can you review this change to running of external testing please.

Think we should also try and capture the C++ broker output but not sure where that goes or if it even uses QPID_WORK

> The Java test profile offers no way to save the broker logs
> -----------------------------------------------------------
>
>                 Key: QPID-1439
>                 URL: https://issues.apache.org/jira/browse/QPID-1439
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Tests
>            Reporter: Martin Ritchie
>            Assignee: Rafael H. Schloming
>             Fix For: M4
>
>
> Summary:
> Currently when then java profile is used the same QPID_WORK so the previous log files are overwritten.
> Also we don't set QPID_WORK so it is left to default its location.
> Changes:
> The build system should default QPID_WORK.
> QpidTestCase should augment QPID_WORK such that we have a separate work dir for each broker startup.

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


[jira] Commented: (QPID-1439) The Java test profile offers no way to save the broker logs

Posted by "Martin Ritchie (JIRA)" <qp...@incubator.apache.org>.
    [ https://issues.apache.org/jira/browse/QPID-1439?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12645832#action_12645832 ] 

Martin Ritchie commented on QPID-1439:
--------------------------------------

Also the title of this JIRA is missleading.. I forgotten that the std out of the external brokers is fed in to the test output.

I was thinking of saving the Java brokers qpid.log and alert.log files that it generates.

> The Java test profile offers no way to save the broker logs
> -----------------------------------------------------------
>
>                 Key: QPID-1439
>                 URL: https://issues.apache.org/jira/browse/QPID-1439
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Tests
>            Reporter: Martin Ritchie
>            Assignee: Rafael H. Schloming
>             Fix For: M4
>
>
> Summary:
> Currently when then java profile is used the same QPID_WORK so the previous log files are overwritten.
> Also we don't set QPID_WORK so it is left to default its location.
> Changes:
> The build system should default QPID_WORK.
> QpidTestCase should augment QPID_WORK such that we have a separate work dir for each broker startup.

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


[jira] Updated: (QPID-1439) The Java test profile offers no way to save the broker logs

Posted by "Marnie McCormack (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-1439?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marnie McCormack updated QPID-1439:
-----------------------------------

    Fix Version/s:     (was: M4)

> The Java test profile offers no way to save the broker logs
> -----------------------------------------------------------
>
>                 Key: QPID-1439
>                 URL: https://issues.apache.org/jira/browse/QPID-1439
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Tests
>            Reporter: Martin Ritchie
>            Assignee: Rafael H. Schloming
>
> Summary:
> Currently when then java profile is used the same QPID_WORK so the previous log files are overwritten.
> Also we don't set QPID_WORK so it is left to default its location.
> Changes:
> The build system should default QPID_WORK.
> QpidTestCase should augment QPID_WORK such that we have a separate work dir for each broker startup.

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


[jira] Updated: (QPID-1439) The Java test profile offers no way to save the broker logs

Posted by "Marnie McCormack (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-1439?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marnie McCormack updated QPID-1439:
-----------------------------------

    Status: Open  (was: Ready To Review)

Rejecting after reading comments - commit reverted, issue still open

> The Java test profile offers no way to save the broker logs
> -----------------------------------------------------------
>
>                 Key: QPID-1439
>                 URL: https://issues.apache.org/jira/browse/QPID-1439
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Tests
>            Reporter: Martin Ritchie
>            Assignee: Rafael H. Schloming
>
> Summary:
> Currently when then java profile is used the same QPID_WORK so the previous log files are overwritten.
> Also we don't set QPID_WORK so it is left to default its location.
> Changes:
> The build system should default QPID_WORK.
> QpidTestCase should augment QPID_WORK such that we have a separate work dir for each broker startup.

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


[jira] Updated: (QPID-1439) The Java test profile offers no way to save the broker logs

Posted by "Martin Ritchie (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-1439?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Ritchie updated QPID-1439:
---------------------------------

    Status: Ready To Review  (was: In Progress)

> The Java test profile offers no way to save the broker logs
> -----------------------------------------------------------
>
>                 Key: QPID-1439
>                 URL: https://issues.apache.org/jira/browse/QPID-1439
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Tests
>            Reporter: Martin Ritchie
>            Assignee: Martin Ritchie
>             Fix For: M4
>
>
> Summary:
> Currently when then java profile is used the same QPID_WORK so the previous log files are overwritten.
> Also we don't set QPID_WORK so it is left to default its location.
> Changes:
> The build system should default QPID_WORK.
> QpidTestCase should augment QPID_WORK such that we have a separate work dir for each broker startup.

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


[jira] Commented: (QPID-1439) The Java test profile offers no way to save the broker logs

Posted by "Rafael H. Schloming (JIRA)" <qp...@incubator.apache.org>.
    [ https://issues.apache.org/jira/browse/QPID-1439?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12645747#action_12645747 ] 

Rafael H. Schloming commented on QPID-1439:
-------------------------------------------

If we configure the broker to send its log output to stdout, it will get logged with the test output. This is how the cpp profile works, and it's often quite useful to have the log output interleaved.

> The Java test profile offers no way to save the broker logs
> -----------------------------------------------------------
>
>                 Key: QPID-1439
>                 URL: https://issues.apache.org/jira/browse/QPID-1439
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Tests
>            Reporter: Martin Ritchie
>            Assignee: Martin Ritchie
>             Fix For: M4
>
>
> Summary:
> Currently when then java profile is used the same QPID_WORK so the previous log files are overwritten.
> Also we don't set QPID_WORK so it is left to default its location.
> Changes:
> The build system should default QPID_WORK.
> QpidTestCase should augment QPID_WORK such that we have a separate work dir for each broker startup.

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