Update git submodules

* Update mistral from branch 'master'
  - Merge "Add a Rally scenario for a very big mistral workflow"
  - Add a Rally scenario for a very big mistral workflow
    
    * This workflow used to be very slow (hours) before the certain
      performance improvements we've made over the last few months.
      Now with this patch it takes about 26 minutes on the CI
      infrastructure. Having this scenario will allow us to notice
      performance regressions timely when(if) they happen.
    * Made several configuration changes to make this scenario work.
      The most important ones are:
       - Setting 'oslo_rpc_executor' to 'threading'. By default, it
         was 'eventlet' and there are known issues leading to deadlocks
         in Python threads (eventlet green threads don't get along with
         MySQL some drivers) if this value is set.
       - Disabling input and output data conversion for YAQL engine.
         This speeds it up drastically.
    
    Change-Id: I0db62a3e68c8954d7db948769d79fc1649d34e31
    Signed-off-by: ali <ali.abdelal@nokia.com>
This commit is contained in:
Zuul 2020-04-27 12:00:17 +00:00 committed by Gerrit Code Review
parent dc83e86a51
commit 6aaedffc56
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 544130ace7e59b5e23e6dd20ec74e612a6385030
Subproject commit f57d49f52cc539cf8314a9e62eced8373a76c3e1