nchammas opened a new pull request, #57770: URL: https://github.com/apache/spark/pull/57770
### What changes were proposed in this pull request? Remove the old `CURRENT_BLOCK` and `ERROR_CODES` testing infrastructure and replace it with an updated `titled_block` context manager that also groups log output on GitHub Actions. ### Why are the changes needed? Amusingly, I added the old testing infrastructure 12 years ago in #2606. It was built for Jenkins, which we do not use anymore. The block and error codes are not used by any part of our test infrastructure. The new `titled_block` context manager takes care of printing block titles as before, and also subsumes the log grouping behavior from `group_in_github_actions` since it is useful for more than just sbt. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? CI for this PR. ### Was this patch authored or co-authored using generative AI tooling? I wrote this with assistance from GitHub Copilot. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
