Comment 8 for bug 1850558

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to neutron (stable/stein)

Reviewed: https://review.opendev.org/692789
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=57ec2f460f1b740585c6e68ee754bc0e4b9dd26c
Submitter: Zuul
Branch: stable/stein

commit 57ec2f460f1b740585c6e68ee754bc0e4b9dd26c
Author: Rodolfo Alonso Hernandez <email address hidden>
Date: Thu Oct 31 11:42:47 2019 +0000

    Set rootwrap daemon timeout for fullstack and functional tests

    Set a big timeout for rootwrap daemon in functional and fullstack
    tests. The value defined in 7800, the same as the Zuul jobs
    timeout.

    This timeout increase will prevent the daemon to close when
    executing a test root command, as described in the bug. An
    unexpected rootwrap daemon closure is not considered as a normal
    event during the test execution.

    The default value set in the configuration file is 600 seconds, the
    same as daemon default value. This timeout is increased only when
    OS_SUDO_TESTING=1, that means functional and fullstack tests, when
    using the script "tools/deploy_rootwrap.sh".

    Change-Id: I691300a4e9a7cccd8887bc8f95ba9cea32988bac
    Closes-Bug: #1850558
    (cherry picked from commit 721887305038fe4449083eb6c33f355232c73555)