blazingmq icon indicating copy to clipboard operation
blazingmq copied to clipboard

Refactor[bmqsys]: Remove bmqsys_threadutil, use bslmt_threadutil instead

Open MorganaFuture opened this issue 2 months ago • 2 comments

Fixes Ticket 950 Remove bmqsys::ThreadUtil wrapper which duplicated bslmt::ThreadUtil functionality from BDE. Migrate all usages to bslmt::ThreadUtil and remove redundant files.

Testing

ctest -R "bmqsys|bmqimp|mqbnet"

MorganaFuture avatar Oct 18 '25 17:10 MorganaFuture

@678098 I have added a signature. Could you please rerun CI/CD?

MorganaFuture avatar Oct 19 '25 09:10 MorganaFuture

@MorganaFuture thank you for the contribution! I will review the PR The IT failure is unrelated

FAILED test_admin_client.py::test_app_id_stats[multi_node_fsm-strong_consistency] - RuntimeError: Path: after-confirm.values.queue_consumers_count, 2 != 3 (expected)
======== 1 failed, 186 passed, 1 skipped, 5 rerun in 748.97s (0:12:28) =========

678098 avatar Oct 20 '25 16:10 678098