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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0054726
TypeCategorySeverityReproducibilityDate SubmittedLast Update
backport[Retail Modules] Web POSminorhave not tried2023-06-29 17:202024-02-20 16:30
ReportershuehnerView Statuspublic 
Assigned Toshuehner 
PrioritynormalResolutionfixedFixed in Version
StatusclosedFix in branchFixed in SCM revision
ProjectionnoneETAnoneTarget VersionRR24Q1
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

0054726: Re-triage old issues which as mobile-test test-cases with waitFixOf waiting for them

DescriptionWe have around 41 different issues for which we have some testcases in mobile-test which are annotated with waitFixOf.

That means those test-cases are auto-disabled until the issue has been fixed.

However many of those issues are quite old (from 2015..2021).

We should triage each to decide if it is still valid / interesting.
Depending on the outcome either:
- no action (still valid)
- close issue as wontfix and also remove the test-case with waitForFix (as it is then just dead code)
Steps To ReproduceSearch for all unique value for waitFixOr in our mobile-test code

i.e. with something like this
grep -Ir "(waitFixOf" | cut -d'(' -f2 | cut -d')' -f1 | sort | uniq
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
blocks defect 0052891 closedshuehner Re-triage old issues which as mobile-test test-cases with waitFixOf waiting for them 

-  Notes
(0161002)
hgbot (developer)
2024-02-20 13:41

Merge Request created: https://gitlab.com/openbravo/ci/mobile-test/-/merge_requests/371 [^]
(0161004)
hgbot (developer)
2024-02-20 16:30

Merge request merged: https://gitlab.com/openbravo/ci/mobile-test/-/merge_requests/371 [^]
(0161005)
hgbot (developer)
2024-02-20 16:30

Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/ci/mobile-test [^]
Changeset: f9f38553af9e53a50dad02bba89447b645cb83d3
Author: Stefan Huehner <stefan.huehner@openbravo.com>
Date: 20-02-2024 13:38:38
URL: https://gitlab.com/openbravo/ci/mobile-test/-/commit/f9f38553af9e53a50dad02bba89447b645cb83d3 [^]

Fixed ISSUE-54726: Remove obsolete testcase with outdated waitFixOf

mobile-test code has feature to disable a test-case until after the
mantis issue is fixed by adding a waitFixOf annotation.

After triaging those issues delete many as obsolete.
As all those test-cases where disabled (via waitFixOf) no change in
test cases really being executed.

---
M src-test/org/openbravo/test/mobile/retail/pack/selenium/suites/initialchecks/InitialChecksSuite.java
M src-test/org/openbravo/test/mobile/retail/pack/webservice/tests/orderloader/RetailOrderLoaderTest.java
R src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/autoserviceprice/AutoServicePriceMultipleLine.java
R src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/autoserviceprice/AutoServicePriceRangeDiscount.java
R src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/complementaryproducts/I32743_HideComplementaryButtonInReceiptDiscounts.java
R src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/contactinfoforproduct/CompleteReceiptwithContactInfo.java
R src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/deliverymodes/deliverymodesissue/DMI_04_AdvancedFiltersInIssueSalesOrder.java
R src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/discounts_combo/CheckComboDiscounts.java
R src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/discounts_combo/I34809_WrongCalculationOfComboDependingSequence.java
R src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/discounts_combo/I35583_VerifyComboFixPriceII.java
R src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/discounts_combo/I38074_VerifyComboFixedPriceDiscounts.java
R src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/discounts_combo/I40831_VerifyDiscountWhenTwoCombosAreApplied.java
R src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/discounts_coupons/I39673_VerifyMessageWhenUsingExpiredCoupon.java
R src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/discounts_twofamilies/CheckTwoFamiliesDiscounts.java
R src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/discounts_twofamilies/I32421_TwoFamiliesWithSameProduct.java
R src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/discounts_twofamilies/I32526_TwoFamiliesWithSameTwoProducts.java
R src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/externalbp/ExternalBPMultipleTickets.java
R src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/orderpreparationawo/OP_Test24_PickingsWithUngroupedProductWithGroupedServiceRelatedPerProduct.java
R src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/orderpreparationawo/OP_Test25_PickingsWithUngroupedProductWithGroupedServiceRelatedUniqueQuantity.java
R src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/selfcheckout/BuyOneProduct.java
R src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/selfcheckout/SCOCashup.java
R src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/sessions/openstoretill/I31827_Error401WhenCashup.java
R src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/sessions/openstoretill/I34252_VerifyCashUpWithoutCache.java
R src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/sessions/terminal_for_seller/TryToOpenStoreWithSeller.java
R src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/splitline/SplitLineWithAutomaticPromoTwoFamilyCombos.java
R src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/stockcriteria/I32447_FilterByCharacteristicAndStockCriteria.java
R src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/stockcriteria/I32551_FilterByStockAndPriceCriteria.java
R src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/stockcriteria/I34531_FilterWithCombinationAndPatternContain.java
R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/cashup/CashUpGroupingWithDifferentsBP.java
R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/cashup/CashUpNoGroupingWithDifferentsBP.java
R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/cashup/I27754_ActiveInactivePaymentType.java
R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/discountsandpromotions/I28120_SameProductInTwoPacks.java
R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/discountsandpromotions/I40197_ApplyDiscountByHours.java
R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/documentno/I27631_DocumentnoResetAfterChangingPrefix.java
R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/documentno/I28690_DocumentnoPrefixChangeAndSale.java
R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/initialchecks/VerifyWebPOSAPIs.java
R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/layaway/I27615_PartiallyPaidLayaway.java
R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/offline/CreateBPandBPLocationAndAssignTicketOffline.java
R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/offline/CreateLayawayOffline.java
R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/quotations/I27631_QuotationnoResetAfterChangingPrefix.java
R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/quotations/I28690_QuotationnoPrefixChangeAndSale.java
R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/receipts/HideActionButtons.java
R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/receipts/I30794_NewCustomerAddProductNoAccessRights.java
R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/receipts/I30997_NewCustomerForReceipt.java
R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/receipts/I32962_ReceiptCreateAssortmentAndLoaded.java
R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/returns/I25623_VerifiedReturnsAvoidMoreThanOrdered.java
R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/sharedpaymentmethods/SPMChangePricelistInLayaway.java
R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/sharedpaymentmethods/SPMModifyPricelistSharedPayments.java
R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/splitline/SplitLineWithManualPromoDiscretionaryFixAmt.java
R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/splitline/SplitLineWithManualPromoUserDefAmt.java
R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/system/I29106_ConversionRateChange.java
R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/system/I35040_RequestDuringChangeRoleAction.java
R src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/system/performance/ScanningPerformance.java
---
(0161006)
hgbot (developer)
2024-02-20 16:30

Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/ci/mobile-test [^]
Changeset: e4728b5e132299c795727fcab3ca3a469415f760
Author: Stefan Huehner <stefan.huehner@openbravo.com>
Date: 20-02-2024 13:39:05
URL: https://gitlab.com/openbravo/ci/mobile-test/-/commit/e4728b5e132299c795727fcab3ca3a469415f760 [^]

Fixed ISSUE-54726: Remove commented out waitFixOf

Remove already commented out waitFixOf annotation.
To avoid it coming up when searching for leftover waitFixOf

---
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/layaway/I31172_WrongPaymentScheduleDetailsOnLayaways.java
---

- Issue History
Date Modified Username Field Change
2024-02-20 13:34 shuehner Type defect => backport
2024-02-20 13:34 shuehner Target Version => RR24Q1
2024-02-20 13:41 hgbot Note Added: 0161002
2024-02-20 16:30 hgbot Note Added: 0161004
2024-02-20 16:30 hgbot Resolution open => fixed
2024-02-20 16:30 hgbot Status scheduled => closed
2024-02-20 16:30 hgbot Note Added: 0161005
2024-02-20 16:30 hgbot Note Added: 0161006


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker