You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Benjamin Bannier (JIRA)" <ji...@apache.org> on 2016/10/31 14:13:59 UTC

[jira] [Commented] (MESOS-6515) Parallel test runner + python3

    [ https://issues.apache.org/jira/browse/MESOS-6515?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15622265#comment-15622265 ] 

Benjamin Bannier commented on MESOS-6515:
-----------------------------------------

Since we do not support using Python3 for scripts under {{support/}} I wonder how any of that infrastructure is useful in your environment. My guess is that we likely need to address this in a broader sense.

> Parallel test runner + python3
> ------------------------------
>
>                 Key: MESOS-6515
>                 URL: https://issues.apache.org/jira/browse/MESOS-6515
>             Project: Mesos
>          Issue Type: Bug
>          Components: tests
>            Reporter: Neil Conway
>            Assignee: Benjamin Bannier
>              Labels: mesosphere
>
> {noformat}
> [...]
> make[4]: Leaving directory '/home/vagrant/build-mesos-clang/src'
> /home/vagrant/build-mesos-clang/../mesos/support/mesos-gtest-runner.py --sequential=*ROOT_* ./mesos-tests
> Traceback (most recent call last):
>   File "/home/vagrant/build-mesos-clang/../mesos/support/mesos-gtest-runner.py", line 218, in <module>
>     timeout=sys.maxint))
> AttributeError: module 'sys' has no attribute 'maxint'
> $ python --version
> Python 3.5.2
> $ head config.log
> This file contains any messages produced by compilers while
> running configure, to aid debugging if configure makes a mistake.
> It was created by mesos configure 1.2.0, which was
> generated by GNU Autoconf 2.69.  Invocation command line was
>   $ ../mesos/configure --disable-python --enable-parallel-test-execution --enable-silent-rules CXX=ccache clang++ CC=ccache clang
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)