jjatria opened a new pull request, #2953: URL: https://github.com/apache/avro/pull/2953
## What is the purpose of the change The test suite generated several warnings which could easily be avoided. The changes in this PR make sure the test suite can complete without triggering these scenarios. Specifically, this PR includes the following changes: * Do not exit a sub via `next` in `xt/schema.t` * Add a message to an error raised by Avro::BinaryDecoder which lead to a warning when trying to stringify an undefined value. This PR does not reference a Jira ticket because I have no Jira access. ## Verifying this change > This change is already covered by existing tests The change only touches the test suite, and does not change any of the tested behaviours, only the behaviour of the tests. ## Documentation - Does this pull request introduce a new feature? (yes / **no**) - If yes, how is the feature documented? (**not applicable** / docs / JavaDocs / not documented) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@avro.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org