-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ETP-166: Unit test testDiscountWithoutDocTypeConfigured hangs during execution in Oracle #448
Labels
bug
Something isn't working
Comments
jortolanosmf
added a commit
that referenced
this issue
Aug 8, 2024
ETP-166: The crash caused by the testDiscountWithoutDocTypeConfigured test when trying to remove the document type has been fixed, and improvements have been made to the accounting tests for Internal consumption. Specifically, unnecessary commits have been removed, modularity improvements, cleanup blocks and documentation in the methods.
jortolanosmf
added a commit
that referenced
this issue
Aug 8, 2024
ETP-166: The crash caused by the testDiscountWithoutDocTypeConfigured test when trying to remove the document type has been fixed, and improvements have been made to the accounting tests for Internal consumption. Specifically, unnecessary commits have been removed, modularity improvements, cleanup blocks and documentation in the methods.
jortolanosmf
added a commit
that referenced
this issue
Aug 9, 2024
ETP-166: StringUtils added and code improvements
jortolanosmf
added a commit
that referenced
this issue
Aug 9, 2024
ETP-166: StringUtils added and code improvements
valeg-etendo
added a commit
that referenced
this issue
Aug 9, 2024
Issue #448: Refactored accounting tests in Internal consumption
Important Bug resolved in version 24.2.5 🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Error's description
The unit test testDiscountWithoutDocTypeConfigured is designed to verify that if an internal consumption is posted and the document type with the category 'Material Internal Consumption' is removed, it should not be possible to unpost it. While this test passes without issues on PostgreSQL, it hangs during the execution of OBDal.getInstance().flush() when run on Oracle.
Steps to reproduce the error
Expected behavior
The flush operation should complete without issues, allowing the test to proceed and verify that the internal consumption cannot be unposted.
Affected Version
Etendo Classic 24.2.4
Database: Oracle
Solution Design (optional)
Other test cases
Given:
When:
Then:
The text was updated successfully, but these errors were encountered: