Openbravo Issue Tracking System - Openbravo ERP | ||||||||||||
View Issue Details | ||||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | |||||||
0045430 | Openbravo ERP | A. Platform | public | 2020-11-11 18:21 | 2020-11-12 09:50 | |||||||
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 | PR20Q4 | Fixed in Version | PR20Q4 | |||||||||
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 | 0045430: 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-12 07:40 | alostale | Type | defect => backport | |||||||||
2020-11-12 07:40 | alostale | Target Version | => PR20Q4 | |||||||||
2020-11-12 09:47 | hgbot | Note Added: 0124299 | ||||||||||
2020-11-12 09:48 | hgbot | Resolution | open => fixed | |||||||||
2020-11-12 09:48 | hgbot | Status | scheduled => resolved | |||||||||
2020-11-12 09:48 | hgbot | Merge Request Status | open => merged | |||||||||
2020-11-12 09:48 | hgbot | Note Added: 0124300 | ||||||||||
2020-11-12 09:48 | hgbot | Fixed in Version | => PR20Q4 | |||||||||
2020-11-12 09:48 | hgbot | Note Added: 0124301 | ||||||||||
2020-11-12 09:50 | alostale | Review Assigned To | => alostale | |||||||||
2020-11-12 09:50 | alostale | Status | resolved => closed |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|