BeyondTheClouds / enos

Experimental eNvironment for OpenStack :monkey:
https://beyondtheclouds.github.io/enos/
GNU General Public License v3.0
30 stars 22 forks source link

enos bench failed on task rally #338

Closed sphilipp35 closed 3 years ago

sphilipp35 commented 4 years ago

provider : grid5000 enos: 6.0.0 sites: all clusters: all task rally failed on Initialize database during enos bench Creating database: sqlite:////home/rally/.rally/rally.db", "DB Migration Error: 'DB schema is already under version control. Use upgrade() instead'"

Last successful job on jenkins g5k was April 15, 2020

msimonin commented 4 years ago

Hi @sphilippot

Thanks for this report. Seems related to the fact that we're pointing to the latest docker image. I've pinned rally to the last working image (1.x.x). It seems that using 2.x.x would require some changes in the enos/bench code. I'd prefer to switch to 2.x.x for the next major version of EnOS.