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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0050444
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Retail Modules] Web POSminorhave not tried2022-10-07 08:112022-11-22 12:40
ReportermarvintmView Statuspublic 
Assigned Toranjith_qualiantech_com 
PrioritynormalResolutionfixedFixed in VersionRR23Q1
StatusclosedFix in branchFixed in SCM revision
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned Tomarvintm
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0050444: Some jest tests are randomly failing

DescriptionThe following jest tests fail randomly, and this is causing problems in our integration:

/modules/org.openbravo.core2/web-jspack/org.openbravo.core2/src/hooks/useEditNumber/__test__/useEditNumberWithInput.test.jsx

 /modules/org.openbravo.pos2/web-jspack/org.openbravo.pos2/src/components/Service/ServiceConfigurationStep/__test__/ServiceConfigurationStep.test.jsx
Steps To Reproduce.
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
(0141823)
hgbot (developer)
2022-10-07 08:29

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2 [^]
Changeset: 19132bffe98ad276b619fffd0692c548e6d0142a
Author: Ranjith S R <ranjith@qualiantech.com>
Date: 07-10-2022 11:59:05
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/commit/19132bffe98ad276b619fffd0692c548e6d0142a [^]

Related to ISSUE-50444: Disabled useEditNumberWithInput test

---
M web-jspack/org.openbravo.core2/src/hooks/useEditNumber/__test__/useEditNumberWithInput.test.jsx
---
(0141824)
hgbot (developer)
2022-10-07 08:29

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2 [^]
Changeset: 3a1104a40a1f7828bb1c96bbf0f6a5b05f2c34b9
Author: Ranjith S R <ranjith@qualiantech.com>
Date: 07-10-2022 11:59:29
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/3a1104a40a1f7828bb1c96bbf0f6a5b05f2c34b9 [^]

Related to ISSUE-50444: Disabled ServiceConfigurationStep test

---
M web-jspack/org.openbravo.pos2/src/components/Service/ServiceConfigurationStep/__test__/ServiceConfigurationStep.test.jsx
---
(0142254)
hgbot (developer)
2022-10-19 08:12

Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/merge_requests/880 [^]
(0142255)
hgbot (developer)
2022-10-19 08:13

Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/1292 [^]
(0143864)
hgbot (developer)
2022-11-21 07:55

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2 [^]
Changeset: b26e7a21898ab353812d7860a4746e2b9ecf2636
Author: Ranjith S R <ranjith@qualiantech.com>
Date: 21-11-2022 06:55:39
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/commit/b26e7a21898ab353812d7860a4746e2b9ecf2636 [^]

Related to ISSUE-50444: Enabled useEditNumberWithInput jest test
* Used "act", to make sure component are rendered before any assertions

---
M web-jspack/org.openbravo.core2/src/hooks/useEditNumber/__test__/useEditNumberWithInput.test.jsx
---
(0143865)
hgbot (developer)
2022-11-21 07:55

Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/merge_requests/880 [^]
(0143866)
hgbot (developer)
2022-11-21 07:56

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2 [^]
Changeset: a3a80d481037eb80a80120fcf38f3b6ba54fcf23
Author: Ranjith S R <ranjith@qualiantech.com>
Date: 21-11-2022 06:55:50
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/a3a80d481037eb80a80120fcf38f3b6ba54fcf23 [^]

Related to ISSUE-50444: Enabled ServiceConfigurationStep Jest test

---
M web-jspack/org.openbravo.pos2/src/components/Service/ServiceConfigurationStep/__test__/ServiceConfigurationStep.test.jsx
---
(0143867)
hgbot (developer)
2022-11-21 07:56

Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/1292 [^]
(0144001)
hgbot (developer)
2022-11-22 12:40

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2 [^]
Changeset: 3b18125c058e311c8ac4f294b2a84549a5810dee
Author: Ranjith S R <ranjith@qualiantech.com>
Date: 22-11-2022 17:10:29
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/3b18125c058e311c8ac4f294b2a84549a5810dee [^]

Related to ISSUE-50444: Updated TestId in ServiceConfigurationStep jest test

---
M web-jspack/org.openbravo.pos2/src/components/Service/ServiceConfigurationStep/__test__/ServiceConfigurationStep.test.jsx
---

- Issue History
Date Modified Username Field Change
2022-10-07 08:11 marvintm New Issue
2022-10-07 08:11 marvintm Assigned To => Retail
2022-10-07 08:11 marvintm Triggers an Emergency Pack => No
2022-10-07 08:29 hgbot Note Added: 0141823
2022-10-07 08:29 hgbot Note Added: 0141824
2022-10-10 10:01 ranjith_qualiantech_com Assigned To Retail => ranjith_qualiantech_com
2022-10-11 08:25 ranjith_qualiantech_com Status new => scheduled
2022-10-19 08:12 hgbot Note Added: 0142254
2022-10-19 08:13 hgbot Note Added: 0142255
2022-11-21 07:55 hgbot Note Added: 0143864
2022-11-21 07:55 hgbot Note Added: 0143865
2022-11-21 07:56 hgbot Note Added: 0143866
2022-11-21 07:56 hgbot Note Added: 0143867
2022-11-21 07:56 marvintm Status scheduled => resolved
2022-11-21 07:56 marvintm Fixed in Version => RR23Q1
2022-11-21 07:56 marvintm Resolution open => fixed
2022-11-21 07:56 marvintm Review Assigned To => marvintm
2022-11-21 07:56 marvintm Status resolved => closed
2022-11-22 12:40 hgbot Note Added: 0144001


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker