You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Chuck Rolke (JIRA)" <ji...@apache.org> on 2019/01/23 21:36:00 UTC

[jira] [Resolved] (DISPATCH-1255) Test execution with python3 modifies files in source directory

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

Chuck Rolke resolved DISPATCH-1255.
-----------------------------------
       Resolution: Fixed
    Fix Version/s: 1.6.0

cmake configure output files were committed to the source. Those files are overwritten when cmake is run for the first time on a clean build directory. The fix is to remove the files and to ignore them under source control.

> Test execution with python3 modifies files in source directory
> --------------------------------------------------------------
>
>                 Key: DISPATCH-1255
>                 URL: https://issues.apache.org/jira/browse/DISPATCH-1255
>             Project: Qpid Dispatch
>          Issue Type: Improvement
>          Components: Tests
>    Affects Versions: 1.5.0
>         Environment: Fedora 29, Python 3
>            Reporter: Chuck Rolke
>            Assignee: Chuck Rolke
>            Priority: Major
>             Fix For: 1.6.0
>
>
> Unexpected changes to source happens in three places:
> -        cls.tester.popen(['/usr/bin/env', 'python', ...
> +        cls.tester.popen(['/usr/bin/env', 'python3', ...



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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