Openbravo Issue Tracking System - Openbravo ERP | |||||||||||||||||||||
View Issue Details | |||||||||||||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||||||||||||||
0045429 | Openbravo ERP | A. Platform | public | 2020-11-11 18:21 | 2020-11-12 09:44 | ||||||||||||||||
Reporter | shuehner | ||||||||||||||||||||
Assigned To | shuehner | ||||||||||||||||||||
Priority | normal | Severity | major | Reproducibility | have not tried | ||||||||||||||||
Status | closed | Resolution | fixed | ||||||||||||||||||
Platform | OS | 5 | OS Version | ||||||||||||||||||
Product Version | |||||||||||||||||||||
Target Version | Fixed in Version | PR21Q1 | |||||||||||||||||||
Merge Request Status | merged | ||||||||||||||||||||
Review Assigned To | alostale | ||||||||||||||||||||
OBNetwork customer | No | ||||||||||||||||||||
Web browser | |||||||||||||||||||||
Modules | Core | ||||||||||||||||||||
Support ticket | |||||||||||||||||||||
Regression level | |||||||||||||||||||||
Regression date | |||||||||||||||||||||
Regression introduced in release | |||||||||||||||||||||
Regression introduced by commit | |||||||||||||||||||||
Triggers an Emergency Pack | No | ||||||||||||||||||||
Summary | 0045429: Code to detect+warn about Unbalanced adminMode in OBBaseTest should be improved | ||||||||||||||||||||
Description | OBBaseTest class used by as basis for all unit tests has code to detect case that adminMode was not reset after running a testCase and warns in that case. That code is conceptually similar to code in OBContext.java (method: clearAdminModeStack) called and the end of an http request. However code in OBBaseTest has two problems: a.) It is not integrated with existing ADMIN_TRACE_SIZE debugging code from OBContext (which helps to find out root-cause of those issues) b.) It does not reset/fix the problem. So after having 1 test-case having the problem it reports the error for every test-case running after it (even if those tests themselves are fine) | ||||||||||||||||||||
Steps To Reproduce | Cause and Unbalanced AdminMode problem in one junit test case Run i.e. ant run.all.tests Notice that a.) the problem is not just reported in the test-cause having the issue but all later tests b.) Activate debugging code in OBContext.java (ADMIN_TRACE_SIZE=100 for example) and notice that the debugging does not work. Example issue causing this situation is reported here: https://issues.openbravo.com/view.php?id=45428 [^] | ||||||||||||||||||||
Proposed Solution | Replace/enhance existing code in OBBaseTest by calling/re-using the existing OBContext code. | ||||||||||||||||||||
Additional Information | |||||||||||||||||||||
Tags | No tags attached. | ||||||||||||||||||||
Relationships |
| ||||||||||||||||||||
Attached Files | |||||||||||||||||||||
Issue History | |||||||||||||||||||||
Date Modified | Username | Field | Change | ||||||||||||||||||
2020-11-11 18:21 | shuehner | New Issue | |||||||||||||||||||
2020-11-11 18:21 | shuehner | Assigned To | => platform | ||||||||||||||||||
2020-11-11 18:21 | shuehner | OBNetwork customer | => No | ||||||||||||||||||
2020-11-11 18:21 | shuehner | Modules | => Core | ||||||||||||||||||
2020-11-11 18:21 | shuehner | Triggers an Emergency Pack | => No | ||||||||||||||||||
2020-11-11 18:27 | shuehner | Relationship added | related to 0045428 | ||||||||||||||||||
2020-11-12 07:32 | hgbot | Merge Request Status | => open | ||||||||||||||||||
2020-11-12 07:32 | hgbot | Note Added: 0124291 | |||||||||||||||||||
2020-11-12 07:40 | alostale | Assigned To | platform => shuehner | ||||||||||||||||||
2020-11-12 07:40 | alostale | Status | new => scheduled | ||||||||||||||||||
2020-11-12 09:43 | hgbot | Merge Request Status | open => merged | ||||||||||||||||||
2020-11-12 09:43 | hgbot | Note Added: 0124296 | |||||||||||||||||||
2020-11-12 09:43 | hgbot | Resolution | open => fixed | ||||||||||||||||||
2020-11-12 09:43 | hgbot | Status | scheduled => resolved | ||||||||||||||||||
2020-11-12 09:43 | hgbot | Fixed in Version | => PR21Q1 | ||||||||||||||||||
2020-11-12 09:43 | hgbot | Note Added: 0124297 | |||||||||||||||||||
2020-11-12 09:43 | hgbot | Note Added: 0124298 | |||||||||||||||||||
2020-11-12 09:44 | alostale | Review Assigned To | => alostale | ||||||||||||||||||
2020-11-12 09:44 | alostale | Status | resolved => closed |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|