Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0012223 | Openbravo ERP | Z. Others | public | 2010-02-11 10:10 | 2010-03-10 18:29 |
|
Reporter | shuehner | |
Assigned To | shuehner | |
Priority | immediate | Severity | critical | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | pi | |
Target Version | | Fixed in Version | | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | No |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0012223: api check build 287 fails - part1 |
Description | http://builds.openbravo.com/job/erp_devel_pi-module-integrity-test/287/console [^]
problem is:
[checkAPI] +++++++++++++++++++++++++++++++++++++++++++++++++++
[checkAPI] Errors in API model validation
[checkAPI] +++++++++++++++++++++++++++++++++++++++++++++++++++
[checkAPI] Check Constraint addition: table: M_ATTRIBUTESET - Constraint: M_ATTRIBUTESET_ISATSETVAL_CHK
[checkAPI] Check Constraint addition: table: M_PRODUCT - Constraint: M_PRODUCT_ATSETVALTYPE_CHK
|
Steps To Reproduce | |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0012224 | | closed | marvintm | api check build 287 fails - part2 |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2010-02-11 10:10 | shuehner | New Issue | |
2010-02-11 10:10 | shuehner | Assigned To | => rafaroda |
2010-02-11 10:10 | shuehner | OBNetwork customer | => No |
2010-02-11 10:10 | shuehner | Note Added: 0024150 | |
2010-02-11 10:28 | rafaroda | Note Added: 0024152 | |
2010-02-11 10:28 | rafaroda | Assigned To | rafaroda => pjuvara |
2010-02-11 10:28 | rafaroda | Status | new => scheduled |
2010-02-11 11:17 | rafaroda | Issue Monitored: rafaroda | |
2010-02-11 12:01 | rafaroda | Relationship added | related to 0012224 |
2010-02-11 13:19 | pjuvara | Note Added: 0024164 | |
2010-02-11 15:20 | rafaroda | Note Added: 0024173 | |
2010-02-12 10:28 | pjuvara | Assigned To | pjuvara => rafaroda |
2010-02-12 10:28 | pjuvara | Note Added: 0024196 | |
2010-02-13 13:48 | iciordia | Assigned To | rafaroda => shuehner |
2010-02-14 14:37 | hgbot | Checkin | |
2010-02-14 14:37 | hgbot | Note Added: 0024223 | |
2010-02-14 14:37 | hgbot | Status | scheduled => resolved |
2010-02-14 14:37 | hgbot | Resolution | open => fixed |
2010-02-14 14:37 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/api-checks/rev/4115163d25d6018ed95b5d5610651cc5728e7687 [^] |
2010-02-14 15:53 | shuehner | Status | resolved => closed |
2010-02-15 00:00 | anonymous | sf_bug_id | 0 => |
2010-03-10 18:29 | anonymous | sf_bug_id | => 2968048 |
Notes |
|
|
first one looks like constraint is for a new column so should not be an issues for upgrades, second one is a changed constraint definition. |
|
|
|
|
|
|
Rafa,
can you please add your assessment on the risk of this change and your recommendation?
Thanks,
Paolo |
|
|
|
1) ISONEATTRSETVALREQUIRED is a new column in M_ATTRIBUTESET table and M_ATTRIBUTESET_ISATSETVAL_CHK is a new check constraint that only affects this column: risk zero.
2) ATTRSETVALUETYPE is a new column in M_PRODUCT table and M_PRODUCT_ATSETVALTYPE_CHK is a new check constraint that affects both this column and an existing one (M_ATTRIBUTESETINSTANCE_ID): risk low. The risk is low since an onCreateDefault value has been added in order that the check constraint is complied https://code.openbravo.com/erp/devel/pi/file/tip/src-db/database/model/tables/M_PRODUCT.xml#l280 [^] |
|
|
|
Accepted. Please send notifications with risk level low. |
|
|
(0024223)
|
hgbot
|
2010-02-14 14:37
|
|
|