Incorrect error message on creating duplicate table
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| | MagnetoDB |
Low
|
Serge Kovaleff | ||
Bug Description
actual message: 'The resource which you are attempting to change is in use.'
expected message: 'Attempt to change a resource which is still in use: Duplicate table name: %s' % table_name
| Changed in magnetodb: | |
| assignee: | nobody → Andrei Ostapenko (aostapenko) |
| assignee: | Andrei Ostapenko (aostapenko) → nobody |
| Changed in magnetodb: | |
| importance: | Undecided → Low |
| milestone: | none → next |
| Changed in magnetodb: | |
| assignee: | nobody → Serge Kovaleff (serge-kovaleff) |
| Serge Kovaleff (serge-kovaleff) wrote : | #1 |
| Dmitriy Ukhlov (dukhlov) wrote : | #2 |
Sure. After fixing this bug please move this test to stable subfolder to be checked during CI process
https:/
| Changed in magnetodb: | |
| status: | New → Confirmed |
Reviewed: https:/
Committed: https:/
Submitter: Jenkins
Branch: master
commit 1f21bb1b19b0b3b
Author: Ajaya Agrawal <email address hidden>
Date: Thu Sep 11 16:20:40 2014 +0530
Correct error message on creating duplicate table
Change-Id: I5932624bb7b8ac
Closes-Bug: #1288821
| Changed in magnetodb: | |
| status: | Confirmed → Fix Committed |
| Changed in magnetodb: | |
| milestone: | next → juno-rc1 |
| Changed in magnetodb: | |
| status: | Fix Committed → Fix Released |


Is this correct output? "Table test5c972b898e5 741faa962127a1f c9 already exists"
Should I change it to "Duplicate table name: %s' % table_name"?