mistral/rally-jobs/extra
ali 3c8dafcc2a 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>
2020-04-27 13:47:28 +07:00
..
scenarios Add a Rally scenario for a very big mistral workflow 2020-04-27 13:47:28 +07:00
README.rst Add Rally jobs related files to Mistral 2015-02-09 13:37:12 +03:00
mistral_wb.yaml Add Rally jobs related files to Mistral 2015-02-09 13:37:12 +03:00
nested_wb.yaml Add more tests to mistral rally 2016-11-08 10:11:09 +00:00

README.rst

Extra files

All files from this directory will be copy pasted to gates, so you are able to use absolute path in rally tasks. Files will be in ~/.rally/extra/*