Comment 2 for bug 1705047

Revision history for this message
Victor Stinner (vstinner) wrote :

This bug impacts Neutron functional tests. My script to reproduce the bug:

export envdir=/opt/stack/neutron/.tox/dsvm-functional-python35
OS_SUDO_TESTING=1 OS_ROOTWRAP_CMD="sudo ${envdir}/bin/neutron-rootwrap ${envdir}/etc/neutron/rootwrap.conf" OS_ROOTWRAP_DAEMON_CMD="sudo ${envdir}/bin/neutron-rootwrap-daemon ${envdir}/etc/neutron/rootwrap.conf" OS_TEST_PATH=./neutron/tests/functional python3.5 -m testtools.run neutron.tests.functional.test_server.TestPluginWorker.test_start

On Python 2.7, the functional test pass. On Python 3.5, it fails with a timeout.