Update git submodules

* Update octavia from branch 'master'
  to f64f2cdc6eb0732f559323b89ec3c448af316a0f
  - Merge "Workaround for functional tests timeouts in DriverAgentTest"
  - Workaround for functional tests timeouts in DriverAgentTest
    
    Some DriverAgentTest tests have been failing in CI with a timeout:
    
          File /home/zuul/src/opendev.org/openstack/octavia/.tox/functional-py37/\
            lib/python3.7/site-packages/octavia_lib/api/drivers/driver_lib.py, \
            line 61, in _recv
        char = sock.recv(1)
    
        socket.timeout: timed out~
    
    It appears that, on CI servers, the SQLAlchemy queries are really slow.
    The tests are launched in parallel which makes the things worse. Queries
    that take less than 200ms on a dev environment might hit the socket
    timeout (5 seconds).
    
    This patch adds a workaround for the functional tests, it mocks the
    default (and hardcoded) socket timeout and sets it to 30sec.
    
    Change-Id: If048bc0eba34dc227cbd17561a61f43665f7b10e
This commit is contained in:
Zuul 2022-08-10 19:09:57 +00:00 committed by Gerrit Code Review
parent 135d44d10f
commit d0c4d4ac33
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 489010a054f9e7c7314ca255ef672aac12854f68
Subproject commit f64f2cdc6eb0732f559323b89ec3c448af316a0f