]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
test/{librbd, rgw}: increase delay between and number of bind attempts 48014/head
authorIlya Dryomov <idryomov@gmail.com>
Thu, 8 Sep 2022 09:36:34 +0000 (11:36 +0200)
committerIlya Dryomov <idryomov@gmail.com>
Thu, 8 Sep 2022 09:46:58 +0000 (11:46 +0200)
commit48016eaa1511ac8a39ed33084e0e230f3b1b5821
treef5fda5cc50babb18ee424f26193505a8b08fe315
parent165de92cc150f30b3b84a4261dc1cdb498f5771f
test/{librbd, rgw}: increase delay between and number of bind attempts

Commit aa7885f7cc41 ("test/{librbd, rgw}: retry when bind fail with
port 0") reduced the frequency of sporadic unit test failures caused
by EADDRINUSE a lot, but not entirely.

Currently, it yields a cumulative sleep of ~9 seconds.  Let's increase
that to 1 minute.

Fixes: https://tracker.ceph.com/issues/57116
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
src/test/librbd/migration/test_mock_HttpClient.cc
src/test/rgw/test_http_manager.cc