Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0044987 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Retail Modules] Web POS | major | always | 2020-09-04 12:50 | 2020-09-07 13:56 | |||
Reporter | gorka_gil | View Status | public | |||||
Assigned To | gorka_gil | |||||||
Priority | immediate | Resolution | fixed | Fixed in Version | RR20Q4 | |||
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 | |||||||
Merge Request Status | ||||||||
Review Assigned To | marvintm | |||||||
OBNetwork customer | No | |||||||
Support ticket | ||||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0044987: tests without any annotation are not executed in ci | |||||||
Description | After enable ci tests to use service workers hundreds of test has stop executing. The problem was introduced in this commit: https://gitlab.com/openbravo/projects/retail/mobile-test/-/commit/0525b1880 [^] That enables the serviceWorker mode by default, which makes that any test that don't have any annotation to not be executed. | |||||||
Steps To Reproduce | https://builds.openbravo.com/view/retail-qa/job/ret-qa-test-pgsql-suite1/buildTimeTrend [^] here can be seen the suite 1 of the pack the August 10, to pass from 1:40 mins to 50 mins, and in the tests results can be seen that were executed 183 tests less than in previous execution. | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
![]() |
||||||||||||||||||||||
|
![]() |
|
(0122701) gorka_gil (administrator) 2020-09-06 22:06 |
Execution with all the errors after enable the tests: https://builds.openbravo.com/job/try-ret-init/1194/artifact/retail.html [^] |
(0122702) hgbot (developer) 2020-09-06 22:11 |
Repository: https://gitlab.com/openbravo/ci/mobile-test [^] Changeset: 810a967c4ee12d88bdb74a8955e4e7c40a516c31 Author: Gorka Gil <gorka.gil@openbravo.com> Date: 2020-09-04T13:00:43+02:00 URL: https://gitlab.com/openbravo/ci/mobile-test/-/commit/810a967c4ee12d88bdb74a8955e4e7c40a516c31 [^] Fixes ISSUE-44987: Remove all service workers logic of ci Service workers will be enbled by default in ci, so is not longer needed all the logic of enable and disable it --- M src-test/org/openbravo/test/mobile/core/junit/SequentialTestInfo.java M src-test/org/openbravo/test/mobile/retail/mobilecore/annotations/SuiteAnnotations.java M src-test/org/openbravo/test/mobile/retail/mobilecore/annotations/TestClassAnnotations.java M src-test/org/openbravo/test/mobile/retail/mobilecore/javascript/MobileCoreAPI.java M src-test/org/openbravo/test/mobile/retail/mobilecore/junit/OBWildcardPatternSuite.java M src-test/org/openbravo/test/mobile/retail/mobilecore/selenium/terminals/MobileCoreTerminalHelper.java M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/offline/AllOfflineTestsSW.java M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/offline/C360CheckStatisticsOffline.java M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/offline/ChangeBPOffline.java M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/offline/CreateBPandBPLocation_saleOffline.java M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/offline/CreateBPandBPLocation_saleOnline.java M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/offline/CreateLayawayOffline.java M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/offline/I32875_TransactionNotReconciled.java M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/offline/I34503_JSErrorShownInCashManagementDetails.java M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/offline/I34743_JSErrorShownInBPandBPLocationDetails.java M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/offline/I37600_VerifyNewCustomerReceipt.java M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/offline/I37709_VerifyCustomerOnReload.java M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/offline/LoginOfflineAllowedFlows.java M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/offline/LoginOfflineAllowedFlowsWait.java M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/offline/LoginOfflineCashmanagement.java M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/offline/LoginOfflineCashmanagementWait.java M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/offline/LoginOfflineCashmanagementWaitNoForce.java M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/offline/LoginOfflineCashup.java M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/offline/LoginOfflineCashupWait.java M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/offline/LoginOfflineCreateBP.java M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/offline/LoginOfflineCreateBPWait.java M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/offline/LoginOfflineSimplesale.java M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/offline/LoginOfflineSimplesaleWait.java M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/offline/LoginOfflineUserInformation.java M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/offline/LoginOnlineAllowedFlows.java M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/offline/LoginOnlineAllowedFlowsWait.java M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/offline/LoginOnlineBusinessDay.java M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/offline/LoginOnlineCashmanagement.java M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/offline/LoginOnlineCashmanagementWait.java M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/offline/LoginOnlineCashup.java M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/offline/LoginOnlineCashupWait.java M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/offline/LoginOnlineCreateBP.java M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/offline/LoginOnlineCreateBPWait.java M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/offline/LoginOnlineSimplesale.java M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/offline/LoginOnlineSimplesaleWait.java M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/offline/MultiPriceListOffline.java M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/offline/VerifyCustomerSearchKeySequenceOffline.java M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/offline/VerifyOfflineMode.java M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/offline/VerifyOfflineModeII.java M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/offline/VerifyOfflineModeNoForce.java M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/offline/WebPOSOfflineCustomTerminalHelper.java R src-test/org/openbravo/test/mobile/retail/mobilecore/utils/ServiceWorkerUtils.java --- |
![]() |
|||
Date Modified | Username | Field | Change |
2020-09-04 12:50 | gorka_gil | New Issue | |
2020-09-04 12:50 | gorka_gil | Assigned To | => gorka_gil |
2020-09-04 12:50 | gorka_gil | OBNetwork customer | => No |
2020-09-04 12:50 | gorka_gil | Triggers an Emergency Pack | => No |
2020-09-04 14:01 | gorka_gil | Relationship added | related to 0044989 |
2020-09-04 14:04 | gorka_gil | Status | new => scheduled |
2020-09-06 22:06 | gorka_gil | Note Added: 0122701 | |
2020-09-06 22:11 | hgbot | Resolution | open => fixed |
2020-09-06 22:11 | hgbot | Status | scheduled => resolved |
2020-09-06 22:11 | hgbot | Note Added: 0122702 | |
2020-09-07 13:56 | marvintm | Review Assigned To | => marvintm |
2020-09-07 13:56 | marvintm | Status | resolved => closed |
2020-09-07 13:56 | marvintm | Fixed in Version | => RR20Q4 |
Copyright © 2000 - 2009 MantisBT Group |