Update git submodules

* Update mistral from branch 'master'
  - Merge "Add a protection for list commands from parallel deletes"
  - Add a protection for list commands from parallel deletes
    
    * While fetching a list of object in the REST layer we now check
      if the object has already been deleted in parallel (by catching
      the corresponding exception caused by lazy loading) and don't
      include it into the result set.
    * Added the corresponding test that uses mocking and two synchronized
      threads to reproduce this corner case.
    * Minor style changes.
    
    Change-Id: Ia92d799a421e07542f270223c1add2aae7b32aab
    Closes-Bug: #1887357
This commit is contained in:
Zuul 2020-07-16 09:30:50 +00:00 committed by Gerrit Code Review
parent 4ec911362c
commit 0dec85d528
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit a2fda40514a499f9980300276ec84e7065cd39b5
Subproject commit 703261c6ae6eaf83516e726b570054b652614fa3