Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0053789
TypeCategorySeverityReproducibilityDate SubmittedLast Update
feature request[Retail Modules] Web POSminorhave not tried2023-10-27 15:132023-11-21 12:33
ReportershuehnerView Statuspublic 
Assigned ToRetail 
PrioritynormalResolutionfixedFixed in Version
StatusclosedFix in branchFixed in SCM revision
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned To
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0053789: Oracle Cleanup: Remove oracle specific code from mobile-test

Descriptionmobile-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 Reproducegrep -Iir oracle
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
blocks feature request 0053658 newshuehner Openbravo ERP Tracking issue: Code cleanup after removing Oracle support 

-  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
Powered by Mantis Bugtracker