Yicong-Huang opened a new issue, #4793:
URL: https://github.com/apache/texera/issues/4793

   ### Task Summary
   
   Two thin utilities in `amber/src/main/python/core/util/` have no dedicated 
specs:
   
   - `console_message/replace_print.py::replace_print` — context manager that 
replaces `builtins.print` so prints inside the `with` block enqueue a 
`ConsoleMessage` on a buffer.
   - `thread/atomic.py::AtomicInteger` — thread-safe integer with inc / dec / 
get-and-* / property accessors.
   
   Add unit tests covering the entry/exit lifecycle and buffer payloads of 
`replace_print`, plus the read/write/atomic-fetch semantics of `AtomicInteger`.
   
   ### 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]

Reply via email to