Comment 3 for bug 1746016

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to keystone (master)

Reviewed: https://review.openstack.org/539351
Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=45e8b6e0ece1a1d4be5ded84438d772d5369e515
Submitter: Zuul
Branch: master

commit 45e8b6e0ece1a1d4be5ded84438d772d5369e515
Author: Colleen Murphy <email address hidden>
Date: Tue Jan 30 23:45:55 2018 +0100

    Increase MySQL max_connections for unit tests

    We've seen that sometimes our unit tests create a lot of mysql
    connections simultaneously[1][2] and cause the tests to fail. Increase
    the max_connections limit from 151 to 1024, which is what devstack
    uses[3].

    [1] http://logs.openstack.org/43/536543/9/check/openstack-tox-py35/0729ea7/job-output.txt.gz#_2018-01-30_19_36_38_136523
    [2] http://logs.openstack.org/23/524423/44/gate/openstack-tox-py35/0f8083f/job-output.txt.gz#_2018-01-28_21_11_52_855308
    [3] http://git.openstack.org/cgit/openstack-dev/devstack/tree/lib/databases/mysql?id=640150683d137a9a10dfe833e7a34b7ea6cdfb1a#n99

    Change-Id: Ic9f9ca696af1876eb5a728356a98d70352ef9bc3
    Related-bug: #1746016