Neil Conway created MESOS-6515:
----------------------------------
Summary: Parallel test running + 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
{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)