You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Cajus Pollmeier (Created) (JIRA)" <ji...@apache.org> on 2011/11/02 14:07:32 UTC

[jira] [Created] (QPID-3573) Make tests more robust if $HOME is not set

Make tests more robust if $HOME is not set
------------------------------------------

                 Key: QPID-3573
                 URL: https://issues.apache.org/jira/browse/QPID-3573
             Project: Qpid
          Issue Type: Wish
    Affects Versions: 0.12, 0.14
         Environment: Debian sid sbuild enviroment
            Reporter: Cajus Pollmeier
         Attachments: test-fix-qpid-dirs.patch

If qpid is built inside of a minimal build environment, there might be no $HOME set. The compiled in default for placing PID files, etc. is $HOME. Please find the attached patch to allow a fallback to /tmp/qpid in this case.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org


[jira] [Assigned] (QPID-3573) Make tests more robust if $HOME is not set

Posted by "Gordon Sim (Assigned) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-3573?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gordon Sim reassigned QPID-3573:
--------------------------------

    Assignee: Gordon Sim
    
> Make tests more robust if $HOME is not set
> ------------------------------------------
>
>                 Key: QPID-3573
>                 URL: https://issues.apache.org/jira/browse/QPID-3573
>             Project: Qpid
>          Issue Type: Wish
>    Affects Versions: 0.12, 0.14
>         Environment: Debian sid sbuild enviroment
>            Reporter: Cajus Pollmeier
>            Assignee: Gordon Sim
>         Attachments: test-fix-qpid-dirs.patch
>
>
> If qpid is built inside of a minimal build environment, there might be no $HOME set. The compiled in default for placing PID files, etc. is $HOME. Please find the attached patch to allow a fallback to /tmp/qpid in this case.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org


[jira] [Updated] (QPID-3573) Make tests more robust if $HOME is not set

Posted by "Cajus Pollmeier (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-3573?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Cajus Pollmeier updated QPID-3573:
----------------------------------

    Attachment: test-fix-qpid-dirs.patch

Workaround for non usable $HOME in tests.
                
> Make tests more robust if $HOME is not set
> ------------------------------------------
>
>                 Key: QPID-3573
>                 URL: https://issues.apache.org/jira/browse/QPID-3573
>             Project: Qpid
>          Issue Type: Wish
>    Affects Versions: 0.12, 0.14
>         Environment: Debian sid sbuild enviroment
>            Reporter: Cajus Pollmeier
>         Attachments: test-fix-qpid-dirs.patch
>
>
> If qpid is built inside of a minimal build environment, there might be no $HOME set. The compiled in default for placing PID files, etc. is $HOME. Please find the attached patch to allow a fallback to /tmp/qpid in this case.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org


[jira] [Commented] (QPID-3573) Make tests more robust if $HOME is not set

Posted by "Cajus Pollmeier (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/QPID-3573?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13142150#comment-13142150 ] 

Cajus Pollmeier commented on QPID-3573:
---------------------------------------

"$HOME is not set" is not 100% correct. "Points to non existing directory" would be better...
                
> Make tests more robust if $HOME is not set
> ------------------------------------------
>
>                 Key: QPID-3573
>                 URL: https://issues.apache.org/jira/browse/QPID-3573
>             Project: Qpid
>          Issue Type: Wish
>    Affects Versions: 0.12, 0.14
>         Environment: Debian sid sbuild enviroment
>            Reporter: Cajus Pollmeier
>            Assignee: Gordon Sim
>         Attachments: test-fix-qpid-dirs.patch
>
>
> If qpid is built inside of a minimal build environment, there might be no $HOME set. The compiled in default for placing PID files, etc. is $HOME. Please find the attached patch to allow a fallback to /tmp/qpid in this case.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org


[jira] [Resolved] (QPID-3573) Make tests more robust if $HOME is not set

Posted by "Gordon Sim (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-3573?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gordon Sim resolved QPID-3573.
------------------------------

       Resolution: Fixed
    Fix Version/s: 0.13
    
> Make tests more robust if $HOME is not set
> ------------------------------------------
>
>                 Key: QPID-3573
>                 URL: https://issues.apache.org/jira/browse/QPID-3573
>             Project: Qpid
>          Issue Type: Wish
>    Affects Versions: 0.12, 0.14
>         Environment: Debian sid sbuild enviroment
>            Reporter: Cajus Pollmeier
>            Assignee: Gordon Sim
>             Fix For: 0.13
>
>         Attachments: test-fix-qpid-dirs.patch
>
>
> If qpid is built inside of a minimal build environment, there might be no $HOME set. The compiled in default for placing PID files, etc. is $HOME. Please find the attached patch to allow a fallback to /tmp/qpid in this case.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org