Dynflow / dynflow

DYNamic workFLOW orchestration engine
http://dynflow.github.io
MIT License
121 stars 44 forks source link

Fix odd behavior on sqlite 3.7.17 #399

Closed adamruzicka closed 3 years ago

adamruzicka commented 3 years ago

Older sqlite raise foreign key constraint errors even though the data is valid. The same code works with newer sqlite so I guess it is a bug in sqlite which was fixed in the meantime.

adamruzicka commented 3 years ago

Tests on EL7 running here https://github.com/theforeman/smart_proxy_dynflow/pull/98

adamruzicka commented 3 years ago

Dropped the version check, tests in smart_proxy_dynflow passed, waiting for tests here to turn green

adamruzicka commented 3 years ago

Tests are finally green, let's get this in.