Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0033292 | Openbravo ERP | Z. Others | public | 2016-06-16 14:24 | 2016-06-27 12:33 |
|
Reporter | shuehner | |
Assigned To | alostale | |
Priority | immediate | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | | |
Merge Request Status | |
Review Assigned To | shuehner |
OBNetwork customer | |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0033292: Disable junit test: SystemValidatorTest temporarily until it is enhanced to be disabled (optionally) |
Description | In some stage of release process currently module dependencies from retail to erp are temporarily inconsistent.
That is handled in normal CI process but an earlier change in 33032 causes this systemValidatorTest to also raise it during running junit tests.
Until that specific junit test can be enhanced to 'selectively disable' it temporarily switch of this specific test. |
Steps To Reproduce | - |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0046883 | | new | Triage Platform Base | Remove obsolete post.publication flag which was used in release process to temp-disable SystemValidatorTest |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2016-06-16 14:24 | shuehner | New Issue | |
2016-06-16 14:24 | shuehner | Assigned To | => shuehner |
2016-06-16 14:24 | shuehner | Modules | => Core |
2016-06-16 14:24 | shuehner | Triggers an Emergency Pack | => No |
2016-06-16 14:33 | hgbot | Checkin | |
2016-06-16 14:33 | hgbot | Note Added: 0087344 | |
2016-06-16 15:03 | hgbot | Checkin | |
2016-06-16 15:03 | hgbot | Note Added: 0087353 | |
2016-06-17 19:38 | hudsonbot | Checkin | |
2016-06-17 19:38 | hudsonbot | Note Added: 0087630 | |
2016-06-17 19:38 | hudsonbot | Checkin | |
2016-06-17 19:38 | hudsonbot | Note Added: 0087631 | |
2016-06-27 12:24 | shuehner | Note Added: 0087970 | |
2016-06-27 12:28 | hgbot | Checkin | |
2016-06-27 12:28 | hgbot | Note Added: 0087971 | |
2016-06-27 12:28 | hgbot | Status | new => resolved |
2016-06-27 12:28 | hgbot | Resolution | open => fixed |
2016-06-27 12:28 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/58a17e7e4040610abb3bf3eda8e807bcd59599f4 [^] |
2016-06-27 12:31 | shuehner | Review Assigned To | => shuehner |
2016-06-27 12:31 | shuehner | Note Added: 0087972 | |
2016-06-27 12:31 | shuehner | Assigned To | shuehner => alostale |
2016-06-27 12:33 | shuehner | Note Added: 0087973 | |
2016-06-27 12:33 | shuehner | Status | resolved => closed |
2021-05-28 10:32 | shuehner | Relationship added | related to 0046883 |
Notes |
|
(0087344)
|
hgbot
|
2016-06-16 14:33
|
|
|
|
(0087353)
|
hgbot
|
2016-06-16 15:03
|
|
|
|
|
|
|
|
|
|
|
Example commandline usage:
ANT_OPTS="-Dpost.publication=true" ant run.test -Dtest=org.openbravo.test.system.SystemValidatorTest
Needs to be done via ANT_OPTS as ant command 're-defines' -D and does not passes those on as java system properties. |
|
|
(0087971)
|
hgbot
|
2016-06-27 12:28
|
|
|
|
|
Re-assign to Asier.
As single patch which is kept is authored by him.
|
|
|
|
reviewed & tested.
Normal i.e. ant run.test -Dtest=org.openbravo.test.system.SystemValidatorTest
runs the test without any changes.
If optionally system property post.pulication is set:
It will skip this single testcase and notes reason in skip details:
[junit] Testcase: testModulesValidation took 0.45 sec
[junit] SKIPPED: Ignoring test case during post publication cycle: got: "true", expected: not "true" |
|