Expectation result: remove 4K truncation #1375
Unanswered
jgebal
asked this question in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Problem or motivation
The reporter output is now capped at returning 4k chars per one line which affects readability and usability of the data comparison.
Mostly affected are the cursor, object, collection as well as clob and varchar comparison.
Proposed solution
Change how data is collected through expectations and how it is spilled out via reporters to allow for splitting of data that is more than 4k chars per line so that more of the diff data can be shown.
Alternatives or workarounds considered
No response
Framework area
Reporters
utPLSQL version you are using
No response
All reactions