Openbravo Issue Tracking System - Retail Modules
View Issue Details
0054629Retail ModulesWeb POSpublic2024-02-08 18:162024-02-12 13:17
shuehner 
Retail 
normalminorhave not tried
closedfixed 
5
 
 
No
0054629: Remove obsolete stress code from mobile-test (multiserver selenium tests)
Around 2014 we were running "stress" tests using mobile-test code.

That was using seleniumHub + various nodes to run multiple browser per node with multiple nodes to create combined load on the server (to "stress" it).

That has not been used in many years. Recent performance work (various projects) was using recorded jmeter tests insteads.

Remote it as obsolete.
grep -Iir stress
No tags attached.
Issue History
2024-02-08 18:16shuehnerNew Issue
2024-02-08 18:16shuehnerAssigned To => Retail
2024-02-08 18:16shuehnerTriggers an Emergency Pack => No
2024-02-08 19:00hgbotNote Added: 0160511
2024-02-12 13:17hgbotResolutionopen => fixed
2024-02-12 13:17hgbotStatusnew => closed
2024-02-12 13:17hgbotNote Added: 0160622
2024-02-12 13:17hgbotNote Added: 0160623
2024-02-12 13:17hgbotNote Added: 0160624

Notes
(0160511)
hgbot   
2024-02-08 19:00   
Merge Request created: https://gitlab.com/openbravo/ci/mobile-test/-/merge_requests/365 [^]
(0160622)
hgbot   
2024-02-12 13:17   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/ci/mobile-test [^]
Changeset: 783330e8b0bb3b414826ce47d22b5e4168bbf6c1
Author: Stefan Huehner <stefan.huehner@openbravo.com>
Date: 09-02-2024 19:59:36
URL: https://gitlab.com/openbravo/ci/mobile-test/-/commit/783330e8b0bb3b414826ce47d22b5e4168bbf6c1 [^]

Fixes ISSUE-54629: Remove old test.stress related code.

Remove old code to run stress tests using selenium hub + multiple nodes.

Around 2014 we were running "stress" tests using mobile-test code.
That was using seleniumHub + various nodes to run multiple browsers per
node with multiple nodes to create combined load
on the server (to "stress" it).

That has not been used in many years.
All recent performance work (various projects) was using
recorded jmeter tests insteads.

---
M README
M build.xml
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/layaway/I36211_VerifyLayawayInCashup.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/receipts/I36212_VerifyReceiptPaymentWhileDeleting.java
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/reversepayments/I42914_VerifyReversePayment.java
R seleniumTools/hub.json
R seleniumTools/hub.sh
R seleniumTools/nodes.json
R seleniumTools/nodes.sh
R seleniumTools/standalone.sh
R src-test/org/openbravo/test/mobile/retail/mobilecore/CreateTerminalsFile.java
R src-test/org/openbravo/test/mobile/retail/stress/readme.txt
R src-test/org/openbravo/test/mobile/retail/stress/selenium/TestIdStress.java
R src-test/org/openbravo/test/mobile/retail/stress/selenium/suites/StressSuite.java
R src-test/org/openbravo/test/mobile/retail/stress/selenium/terminals/WebPOSStressTerminalHelper.java
R src-test/org/openbravo/test/mobile/retail/stress/selenium/tests/LogoutAndCloseBrowser.java
R src-test/org/openbravo/test/mobile/retail/stress/selenium/tests/SALa010_CreateSale.java
R src-test/org/openbravo/test/mobile/retail/stress/selenium/tests/SimulateBusinessDay.java
R src-test/org/openbravo/test/mobile/retail/stress/selenium/tests/SimulateThirtyBusinessDays.java
---
(0160623)
hgbot   
2024-02-12 13:17   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/ci/mobile-test [^]
Changeset: f7deb100bfc0acd47a5220797f4f228168e326f6
Author: Stefan Huehner <stefan.huehner@openbravo.com>
Date: 09-02-2024 19:59:36
URL: https://gitlab.com/openbravo/ci/mobile-test/-/commit/f7deb100bfc0acd47a5220797f4f228168e326f6 [^]

Fixes ISSUE-54629: Remove old test.stress related code.

Remove 2nd file named SimulateBusinessDay after file with that name was
removed in previous commit.

Checking all suiteLikeTestList.log files in try-retail did not find it
being ran anywhere today.

---
R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/businessday/SimulateBusinessDay.java
---
(0160624)
hgbot   
2024-02-12 13:17   
Merge request merged: https://gitlab.com/openbravo/ci/mobile-test/-/merge_requests/365 [^]