Openbravo Issue Tracking System - Retail Modules
View Issue Details
0055787Retail ModulesWeb POSpublic2024-06-17 16:322024-06-19 07:30
shuehner 
shuehner 
normalminorhave not tried
closedfixed 
5
 
 
No
0055787: mobile-test: Review & remove several highvol tests which are not needed
mobile-test selenium code runs several TestSuites both in: "normal" mode
but also in highVolume mode.

After review with AMO several of those in -test-suite6 job are no longer needed and can be removed (the re-run in highVolume mode).
-
No tags attached.
Issue History
2024-06-17 16:32shuehnerNew Issue
2024-06-17 16:32shuehnerAssigned To => shuehner
2024-06-17 16:32shuehnerTriggers an Emergency Pack => No
2024-06-17 16:42hgbotNote Added: 0166043
2024-06-19 07:30hgbotNote Added: 0166078
2024-06-19 07:30hgbotResolutionopen => fixed
2024-06-19 07:30hgbotStatusnew => closed
2024-06-19 07:30hgbotNote Added: 0166079

Notes
(0166043)
hgbot   
2024-06-17 16:42   
Merge Request created: https://gitlab.com/openbravo/ci/mobile-test/-/merge_requests/395 [^]
(0166078)
hgbot   
2024-06-19 07:30   
Merge request merged: https://gitlab.com/openbravo/ci/mobile-test/-/merge_requests/395 [^]
(0166079)
hgbot   
2024-06-19 07:30   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/ci/mobile-test [^]
Changeset: cfa51f7e491742a7b8384595747d4687f0290696
Author: Stefan Huehner <stefan.huehner@openbravo.com>
Date: 19-06-2024 05:30:26
URL: https://gitlab.com/openbravo/ci/mobile-test/-/commit/cfa51f7e491742a7b8384595747d4687f0290696 [^]

Fixed ISSUE-55787: Remove obsolete highVol runs for some suites

mobile-test runs several TestSuites 2 times.
First in "normal"-mode. Then 2nd time in highVolume mode (which
technicalyl sets remote* preferences in WebPOS).

Reviewing the TestSuites in job016 / -test-suite6 several of those extra
highVol runs are no longer needed and can be removed.

---
R src-test/org/openbravo/test/mobile/retail/pack/selenium/suites/concurrent/job016/CashUpSuiteHV.java
R src-test/org/openbravo/test/mobile/retail/pack/selenium/suites/concurrent/job016/EditablepriceSuiteHV.java
R src-test/org/openbravo/test/mobile/retail/pack/selenium/suites/concurrent/job016/ServiceSuiteHV.java
R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/cashup/AllCashupTestsHV.java
R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/editableprice/AllEditablePriceTestsHV.java
R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/services/AllServicesTestsHV.java
---