commit | 10a4bc4e927e7aef2cfcee2a887c942a01173d8b | [log] [tgz] |
---|---|---|
author | Steve Baker <sbaker@redhat.com> | Thu Jul 23 10:21:02 2015 +1200 |
committer | Steve Baker <sbaker@redhat.com> | Fri Jul 24 08:31:37 2015 +1200 |
tree | 59ba36ea8c9650c9668ad1112cf7dba792f8335f | |
parent | bd772feaf59b2617ea8d5ca93563be93461fd84c [diff] |
Always commit after deployment db operations This should eliminate a potential race where a depolyment create doesn't get commited before another engine calls SoftwareConfigService._refresh_software_deployment This change also adds a functional test which creates 4 parallel deployments to a server and assert that all 4 end up in the server metadata. Change-Id: Iab26aa10bddf3ea569e3ed83a973bcf968964b62 Related-Bug: #1477329