cannot delete a deployment once a task runned
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Rally |
In Progress
|
Undecided
|
Rodion Promyshlennikov |
Bug Description
Rally 0.3.3
Steps t reproduce:
1- Add a deployment
2- run a task
3- delete a deployment
this only happens in mysql...it works fine with sqllitedb
it will fail with following trace:
webv2_1 | api.Deployment.
webv2_1 | File "/usr/local/
webv2_1 | deployment.delete()
webv2_1 | File "/usr/local/
webv2_1 | db.deployment_
webv2_1 | File "/usr/local/
webv2_1 | return get_impl(
webv2_1 | File "/usr/local/
webv2_1 | filter_
webv2_1 | File "/usr/local/
webv2_1 | delete_op.exec_()
webv2_1 | File "/usr/local/
webv2_1 | self._do_exec()
webv2_1 | File "/usr/local/
webv2_1 | mapper=self.mapper)
webv2_1 | File "/usr/local/
webv2_1 | bind, close_with_
webv2_1 | File "/usr/local/
webv2_1 | return meth(self, multiparams, params)
webv2_1 | File "/usr/local/
webv2_1 | return connection.
webv2_1 | File "/usr/local/
webv2_1 | compiled_sql, distilled_params
webv2_1 | File "/usr/local/
webv2_1 | context)
webv2_1 | File "/usr/local/
webv2_1 | util.raise_
webv2_1 | File "/usr/local/
webv2_1 | reraise(
webv2_1 | File "/usr/local/
webv2_1 | context)
webv2_1 | File "/usr/local/
webv2_1 | cursor.
webv2_1 | File "/usr/local/
webv2_1 | self.errorhandl
webv2_1 | File "/usr/local/
webv2_1 | raise errorclass, errorvalue
webv2_1 | DBReferenceError: (_mysql_
tags: | added: delete deployment mysql |
description: | updated |
Changed in rally: | |
assignee: | nobody → Rodion Promyshlennikov (rpromyshlennikov) |
Changed in rally: | |
status: | New → Confirmed |
Changed in rally: | |
status: | Confirmed → In Progress |
did you run command "rally-manage db upgrade"