Comment 9 for bug 1747689

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to swift (feature/deep)

Reviewed: https://review.openstack.org/544818
Committed: https://git.openstack.org/cgit/openstack/swift/commit/?id=629d6b364f6fb8735732fcb8a5003db7f076d37c
Submitter: Zuul
Branch: feature/deep

commit 57306181f1ffde3da1849c6d27e0b001d3bf5ea3
Author: Gerard Gine <email address hidden>
Date: Tue Feb 13 17:00:22 2018 -0800

    Improved usage of args in .functests

    If we're calling the script with any arguments, --pretty will not
    be passed to ostestr.
    Also redirected cd commands' output to /dev/null in .functests.

    Change-Id: I6e7e391c7e1659b86ab12eae4362b565218917b2

commit 8dc40125ce8da616c713a778029b1b29903a1537
Author: John Dickinson <email address hidden>
Date: Tue Feb 13 14:38:22 2018 -0800

    add keystonemiddleware to extras area

    Change-Id: I805cf220aee4af69bf4984cc148d69520e958073

commit 1dddcb533e16602cca5a057dbda12ca4049ea64e
Author: Tim Burke <email address hidden>
Date: Thu Feb 8 13:45:21 2018 -0800

    probetests: Close our handle to subprocess' stdouts

    Otherwise, you could start running out of file handles when running all
    tests. Previously, I'd regularly exceed 1k fds and then all subsequent
    tests would fail; now, it maxes out around 90.

    Change-Id: Ib53f15b5d2be95c70cce8903ea0ef5c334479837

commit f0f3de34626269052b1d7022d2e3cd3f9f0a377e
Author: malei <email address hidden>
Date: Fri Feb 9 22:43:21 2018 +0800

    fix typos in swift

    Change-Id: I14dd433ed7c7fe789d5d04defbf9eec5bffc301a

commit 54918ad1db574bbc2c0b429836609a7ddb1efb13
Author: baiwenteng <email address hidden>
Date: Fri Feb 9 16:39:32 2018 +0800

    Fix grammar error

    Change-Id: Ic375b6c6ebf3f66860b065785e75b8d47552be28

commit 753715499c96c1602bfec5ed241b81b82dd1f1db
Author: OpenStack Proposal Bot <email address hidden>
Date: Fri Feb 9 07:09:42 2018 +0000

    Imported Translations from Zanata

    For more information about this automatic import see:
    https://docs.openstack.org/i18n/latest/reviewing-translation-import.html

    Change-Id: I1409c8eaca4fbe1170d2e998b35e7fdacf4b86b4

commit a3d2aaba6470645345b19d52f0dbbfd51a4d5cf4
Author: baiwenteng <email address hidden>
Date: Fri Feb 9 12:20:59 2018 +0800

    Fix typos in swift

    Change-Id: I0982b0046a16fda0a39d9b31402b2e4b3160a5c4

commit 1f4ebbc9900c113fa4447dd51079cc2cb9aa3ceb
Author: Alistair Coles <email address hidden>
Date: Thu Feb 8 12:59:36 2018 +0000

    kill orphans during probe test setup

    orphans processes sometimes cause probe test failures so
    get rid of them before each test.

    Change-Id: I4ba6748d30fbb28371f13aa95387c49bc8223402

commit c9410c7dd482cc1faefdfd9d9c83d225e7d28e8f
Author: Thiago da Silva <email address hidden>
Date: Thu Feb 8 18:18:15 2018 -0500

    Move eventlet patch before call to loadapp

    Ran into an eventlet bug[0] while integration Swift/Barbican
    in TripleO. It is very similar to a previous bug related
    to keystonemiddleware[1]. Suggestion from urllib3[2] is to
    patch eventlet "as early as possible". Traceback[3] shows that
    urllib3 is being imported before the eventlet patch, so moved
    the patch to before the loadapp call.

    [0] - http://paste.openstack.org/show/658046/
    [1] - https://bugs.launchpad.net/swift/+bug/1662473
    [2] - https://github.com/shazow/urllib3/issues/1104
    [3] - https://gist.github.com/thiagodasilva/12dad7dc4f940b046dd0863b6f82a78b

    Change-Id: I74e580f31349bdefd187cc5d6770a7041a936bef

commit 0a993437d1dd837be80a036b1525a3195c86a10d
Author: Tim Burke <email address hidden>
Date: Thu Feb 8 10:56:28 2018 -0800

    Update install-guide URLs to point to stable/queens

    Change-Id: I7b2dd19f18cbfac3bc3ea763cd3333e3fb68f1cd

commit 6b9098eead2e0de36dd5b9a5d6a136eedf58ed47
Author: OpenStack Proposal Bot <email address hidden>
Date: Thu Feb 8 07:06:31 2018 +0000

    Imported Translations from Zanata

    For more information about this automatic import see:
    https://docs.openstack.org/i18n/latest/reviewing-translation-import.html

    Change-Id: Ib339f89f634a22ea874dcf858c43a14d1145ed77

commit bfe52a2e3562243b1b488e339a965642d846a30e
Author: Ondřej Nový <email address hidden>
Date: Tue Feb 6 13:08:42 2018 +0100

    Quarantine DB without *_stat row

    Closes-Bug: #1747689
    Change-Id: Ief6bd0ba6cf675edd8ba939a36fb9d90d3f4447f

commit 5b30c1f8115f2a85407b836be47d8376832b4f7b
Author: Tim Burke <email address hidden>
Date: Wed Feb 7 05:50:12 2018 +0000

    Fix flakey test_check_delete_headers_sets_delete_at

    It was rare (saw it once in 10k runs running locally), but it's
    ocassionally blown up in the gate [1]. With this, no fails locally even
    after 100k runs.

    [1] http://logs.openstack.org/11/538011/3/gate/swift-tox-py27/06c06f0/job-output.txt.gz#_2018-02-07_03_29_09_578389

    Change-Id: I7701d2db2ec82b48559c5b74a2e08c4403fd5dec
    Related-Change: Ia126ad6988f387bbd2d1f5ddff0a56d457a1fc9b