Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0056135 | Openbravo ERP | A. Platform | public | 2024-07-31 12:46 | 2024-09-21 10:58 |
|
Reporter | ablasco | |
Assigned To | ablasco | |
Priority | normal | Severity | major | Reproducibility | have not tried |
Status | scheduled | Resolution | open | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0056135: DBSM Tests to ensure pg16 is supported |
Description | Some dbsm Tests are failing due exported models in views.
- MaterializedView -
- RemoveMaterializedViewChange.
- exported contents expected:<[<view name="TEST_VIEW"><![CDATA[SELECT COALESCE(t.col2, '-') AS c FROM test t WHERE (t.col1 IN ('A', 'B')) OR (t.col2 IN ('C', 'D'))]]></view>]>
but was:<[<view name="TEST_VIEW"><![CDATA[SELECT COALESCE(col2, '-') AS c FROM test t WHERE (col1 IN ('A', 'B')) OR (col2 IN ('C', 'D'))]]></view>]>
Alias t removed on pg16 update.
|
Steps To Reproduce | Configure an environment with postgres 16.
Configure dbsm to execute the tests.
Execute in dbsm.
ant run.tests |
Proposed Solution | Skip the tests which are failing with postgres 16 |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2024-07-31 12:46 | ablasco | New Issue | |
2024-07-31 12:46 | ablasco | Assigned To | => ablasco |
2024-07-31 12:46 | ablasco | Modules | => Core |
2024-07-31 12:46 | ablasco | Triggers an Emergency Pack | => No |
2024-07-31 12:55 | hgbot | Note Added: 0167528 | |
2024-08-06 12:34 | hgbot | Note Added: 0167748 | |
2024-08-06 12:50 | AugustoMauch | Status | new => scheduled |
2024-09-21 10:58 | hgbot | Note Added: 0169447 | |
2024-09-21 10:58 | hgbot | Note Added: 0169448 | |