Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0053789 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
feature request | [Retail Modules] Web POS | minor | have not tried | 2023-10-27 15:13 | 2023-11-21 12:33 | |||
Reporter | shuehner | View Status | public | |||||
Assigned To | Retail | |||||||
Priority | normal | Resolution | fixed | Fixed in Version | ||||
Status | closed | Fix in branch | Fixed in SCM revision | |||||
Projection | none | ETA | none | Target Version | ||||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
Review Assigned To | ||||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0053789: Oracle Cleanup: Remove oracle specific code from mobile-test | |||||||
Description | mobile-test code is directly accessing the database while running the selenium tests. Part of this is code specific to handle Oracle database. With oracle support gone that should be cleanup and removed. | |||||||
Steps To Reproduce | grep -Iir oracle | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | |||||||||
|
Notes | |
(0156451) hgbot (developer) 2023-10-27 15:14 |
Merge Request created: https://gitlab.com/openbravo/ci/mobile-test/-/merge_requests/343 [^] |
(0157415) hgbot (developer) 2023-11-21 12:33 |
Merge request merged: https://gitlab.com/openbravo/ci/mobile-test/-/merge_requests/343 [^] |
(0157416) hgbot (developer) 2023-11-21 12:33 |
Directly closing issue as related merge request is already approved. Repository: https://gitlab.com/openbravo/ci/mobile-test [^] Changeset: 85ce48884086d62d9571df28dd5b220ddeb6f18a Author: Stefan Huehner <stefan.huehner@openbravo.com> Date: 21-11-2023 11:33:03 URL: https://gitlab.com/openbravo/ci/mobile-test/-/commit/85ce48884086d62d9571df28dd5b220ddeb6f18a [^] Fixes ISSUE-53789: Remove oracle support from mobile-test - Remove oracle support (config, jdbc driver) - Remove leftover special cases when running in ret-highvol-oracle - Simplify ora/pg specific SQL used in many places - Cleanup/simplify/remove utility methods --- M .classpath M config/OpenbravoERPTest.properties.template M mobile-test.iml M src-test/org/openbravo/test/mobile/awo/utilities/AWO_Utils.java M src-test/org/openbravo/test/mobile/core/junit/AutomationHostHelper.java M src-test/org/openbravo/test/mobile/retail/extmodules/selenium/terminals/WebPOSExtModulesSafeBoxHelper.java M src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/certification_france/OBCFRTestBase.java M src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/externalbp/ExternalBpInGroupedInvoices.java M src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/externalbp/ExternalBpInNonGroupedInvoices.java M src-test/org/openbravo/test/mobile/retail/mobilecore/database/ConnectionHelper.java M src-test/org/openbravo/test/mobile/retail/mobilecore/database/DatabaseHelperInsertUpdateOrDelete.java M src-test/org/openbravo/test/mobile/retail/mobilecore/database/DatabaseHelperQuery.java M src-test/org/openbravo/test/mobile/retail/mobilecore/database/DatabaseHelperSelect.java M src-test/org/openbravo/test/mobile/retail/mobilecore/database/DatabaseHelperStatement.java M src-test/org/openbravo/test/mobile/retail/mobilecore/database/MobileCoreDatabaseHelper.java M src-test/org/openbravo/test/mobile/retail/mobilecore/intuitive/IntuitiveCommandsMobileCore.java M src-test/org/openbravo/test/mobile/retail/mobilecore/utils/RetailUtils.java M src-test/org/openbravo/test/mobile/retail/pack/database/WebPOSDatabaseHelper.java M src-test/org/openbravo/test/mobile/retail/pack/selenium/terminals/WebPOSProductDiscontinuedHelper.java M src-test/org/openbravo/test/mobile/retail/pack/selenium/terminals/WebPOSSafeBoxTerminalHelper.java M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/cashmanagement/CMGa10_CashManagementDeposit.java M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/cashup/CashUpSplitLines.java M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/cashup/CashUpSplitLinesMultitax.java M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/cashup/CashUpSplitLinesMultitaxNotIncludeTaxes.java M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/cashup/CashUpSplitLinesNotIncludeTaxes.java M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/cashup/I35216_VerifyCashUpSplitLines.java M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/crossstore/I44810_VerifyCheckStockForServices.java M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/customer/C360CheckStatistics.java M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/customercreation/I36463_CustomerSearchUsingAdvancedFilter.java M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/highvolume/I31211_UseContainsInsteadOfStartsWith.java M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/highvolume/I36463_CustomerSearchUsingSelectorFilter.java M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/receipts/I37301_ImportEntryError.java M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/returns/I33274_VerifyReturnWithMultiShipment.java M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/returns/I33274_VerifyReturnWithMultiShipmentII.java M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/returns/I46654_VerifyReturnWithMultiShipment.java M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/safebox/SABO018RemoveSafeBoxInTwoTerminalsAndCountSafeBox.java M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/sales/I30734_CheckWarehouseByLine.java M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/system/I31820_VerifyInvoiceDuringCashup.java R lib/runtime/choosables/ojdbc8-19.3.0.0.jar R lib/runtime/oracle-default.jar R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/sales/I30839_SalesVerifyDateInOracle.java --- |
Issue History | |||
Date Modified | Username | Field | Change |
2023-10-27 15:13 | shuehner | New Issue | |
2023-10-27 15:13 | shuehner | Assigned To | => Retail |
2023-10-27 15:13 | shuehner | Triggers an Emergency Pack | => No |
2023-10-27 15:13 | shuehner | Relationship added | blocks 0053658 |
2023-10-27 15:14 | hgbot | Note Added: 0156451 | |
2023-11-21 12:33 | hgbot | Note Added: 0157415 | |
2023-11-21 12:33 | hgbot | Resolution | open => fixed |
2023-11-21 12:33 | hgbot | Status | new => closed |
2023-11-21 12:33 | hgbot | Note Added: 0157416 |
Copyright © 2000 - 2009 MantisBT Group |