Yicong-Huang opened a new issue, #4708: URL: https://github.com/apache/texera/issues/4708
### Task Summary `amber/src/main/scala/org/apache/texera/amber/error/ErrorUtils.scala` currently has ~24% unit-test coverage and no dedicated spec. Add unit tests for `ErrorUtils` covering `safely` (ControlThrowable rethrow vs. handler delegation), `mkConsoleMessage` (with and without stack frames), `mkControlError` (cause vs. no-cause branches and the `"at "` stacktrace formatting), `reconstructThrowable` (Python vs. Scala language, with and without `errorDetails`, stack-trace regex parsing), `getStackTraceWithAllCauses` (top-level header vs. nested "Caused by:" recursion), and `getOperatorFromActorIdOpt` (empty option vs. parsed actor name). ### Task Type - [x] Testing / QA -- 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]
