Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix
test_configure_logging_custom_handlers
test for ARM (#2112)
* Replace usage of `multiprocessing.Queue.qsize` with `multiprocessing.Queue.empty`, in the `_flush_logging_queue` helper method which was used by the `test_configure_logging_custom_handlers`. * The `multiprocessing.Queue.qsize` method would raise a `NotImplementedError` on some platforms, notably linux/arm64 ref: https://docs.python.org/3.10/library/multiprocessing.html?highlight=queue#multiprocessing.Queue.qsize. Closes #2110 ## By Submitting this PR I confirm: - I am familiar with the [Contributing Guidelines](https://github.com/nv-morpheus/Morpheus/blob/main/docs/source/developer_guide/contributing.md). - When the PR is ready for review, new or existing tests cover these changes. - When the PR is ready for review, the documentation is up to date with these changes. Authors: - David Gardner (https://github.com/dagardner-nv) Approvers: - Will Killian (https://github.com/willkill07) URL: #2112
- Loading branch information