Project:
View Revisions: Issue #36137 | [ All Revisions ] [ Back to Issue ] | ||
Summary | 0036137: [SER-QA 2918] Config script removeCheckChange are not applied on install.source | ||
Revision | 2017-06-02 11:26 by alostale | ||
Steps To Reproduce | * Clone a pi repository * Configure the Openbravo.properties file * Apply the attacked diff dbsourcemanager-removecheck.diff to force the error. This changeset does the following: ** Modifies configScript.xml to remove a check constraint ** Modifies sample date to fail if the previous check constraint is activated. * Execute the build task install.source * Observe the build task ends successfully but the following error appears in the build log. The log is attached. Enabling constraints... Enabling check constraints Batch statement failed. Rolling back and retrying all the statements in a non-batched connection. SQL Command failed with: ERROR: la restricción «check» «a_amortization_isactive_check» es violada por alguna fila -- END ALTER TABLE A_AMORTIZATION ADD CONSTRAINT A_AMORTIZATION_ISACTIVE_CHECK CHECK (ISACTIVE IN ('Y', 'N')) Executed 2362 SQL command(s) with 1 error(s) If afterwards, update.database is executed, the constraint is removed. |
||
Revision | 2017-05-30 14:15 by adrianromero | ||
Steps To Reproduce | * Clone a pi repository * Configure the Openbravo.properties file * Apply the attacked diff dbsourcemanager-removecheck.diff to force the error. This changeset does the following: ** Modifies configScript.xml to remove a check constraint ** Modifies sample date to fail if the previous check constraint is activated. * Execute the build task install.source * Observe the build task ends successfully but the following error appears in the build log. The log is attached. Enabling constraints... Enabling check constraints Batch statement failed. Rolling back and retrying all the statements in a non-batched connection. SQL Command failed with: ERROR: la restricción «check» «a_amortization_isactive_check» es violada por alguna fila -- END ALTER TABLE A_AMORTIZATION ADD CONSTRAINT A_AMORTIZATION_ISACTIVE_CHECK CHECK (ISACTIVE IN ('Y', 'N')) Executed 2362 SQL command(s) with 1 error(s) |
||
Revision | 2017-05-30 14:14 by adrianromero | ||
Steps To Reproduce | * Clone a pi repository * Configure the Openbravo.properties file * Apply the attacked diff to force the error. This changeset does the following: ** Modifies configScript.xml to remove a check constraint ** Modifies sample date to fail if the previous check constraint is activated. * Execute the build task install.source * Observe the build task ends successfully but the following error appears in the build log. The log is attached. Enabling constraints... Enabling check constraints Batch statement failed. Rolling back and retrying all the statements in a non-batched connection. SQL Command failed with: ERROR: la restricción «check» «a_amortization_isactive_check» es violada por alguna fila -- END ALTER TABLE A_AMORTIZATION ADD CONSTRAINT A_AMORTIZATION_ISACTIVE_CHECK CHECK (ISACTIVE IN ('Y', 'N')) Executed 2362 SQL command(s) with 1 error(s) |
||
Revision | 2017-05-30 14:13 by adrianromero | ||
Steps To Reproduce | * Clone a pi repository * Configure the Openbravo.properties file * Apply the attacked diff to force the error. This changeset does the following: ** Modifies configScript.xml to remove a check constraint ** Modifies sample date to fail if the previous check constraint is activated. * Execute the build task install.source * Observe the build task ends successfully but the following error appears in the build log: Enabling constraints... Enabling check constraints Batch statement failed. Rolling back and retrying all the statements in a non-batched connection. SQL Command failed with: ERROR: la restricción «check» «a_amortization_isactive_check» es violada por alguna fila -- END ALTER TABLE A_AMORTIZATION ADD CONSTRAINT A_AMORTIZATION_ISACTIVE_CHECK CHECK (ISACTIVE IN ('Y', 'N')) Executed 2362 SQL command(s) with 1 error(s) |
Copyright © 2000 - 2009 MantisBT Group |