Skip to content

[ISSUE #6211][Test🧪] Add unit tests for PopProcessQueueInfo#6317

Merged
mxsm merged 5 commits intomxsm:mainfrom
oopscompiled:test/add-test-case-PopProcessQueueInfo
Feb 14, 2026
Merged

[ISSUE #6211][Test🧪] Add unit tests for PopProcessQueueInfo#6317
mxsm merged 5 commits intomxsm:mainfrom
oopscompiled:test/add-test-case-PopProcessQueueInfo

Conversation

@oopscompiled
Copy link
Contributor

@oopscompiled oopscompiled commented Feb 13, 2026

Which Issue(s) This PR Fixes(Closes)

Brief Description

How Did You Test This Change?

Summary by CodeRabbit

  • Tests
    • Added comprehensive unit tests for a core processing data structure covering initialization, accessors, setters, clone/copy semantics, display formatting, and edge-case values (zero, negative, and extreme numeric ranges). Tests are only included in test builds and do not affect runtime behavior or public APIs.

Copilot AI review requested due to automatic review settings February 13, 2026 16:38
@rocketmq-rust-bot
Copy link
Collaborator

🔊@oopscompiled 🚀Thanks for your contribution🎉!

💡CodeRabbit(AI) will review your code first🔥!

Note

🚨The code review suggestions from CodeRabbit are to be used as a reference only, and the PR submitter can decide whether to make changes based on their own judgment. Ultimately, the project management personnel will conduct the final code review💥.

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Feb 13, 2026

Walkthrough

Adds a cfg(test) unit-test module for PopProcessQueueInfo in rocketmq-remoting that exercises initialization, getters/setters, Clone/Copy semantics, Display formatting, JSON (de)serialization, and edge-case integer values. No public API or runtime logic changes. (≤50 words)

Changes

Cohort / File(s) Summary
PopProcessQueueInfo Tests
rocketmq-remoting/src/protocol/body/pop_process_queue_info.rs
Added a cfg(test) module with extensive unit tests covering struct initialization, accessors, setters, Clone/Copy behavior, Display formatting, JSON serialization/deserialization, roundtrips, and edge-case values (zero, negative, extreme i32/u64). No production code changes.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Suggested labels

approved

Suggested reviewers

  • mxsm
  • TeslaRustor
  • SpaceXCN
  • rocketmq-rust-bot

Poem

🐰
I hopped through fields of bits and bytes,
I checked the getters late at nights.
Setters, clones, and JSON gleam,
Tests all passing—what a dream! ✨

🚥 Pre-merge checks | ✅ 4 | ❌ 2
❌ Failed checks (1 warning, 1 inconclusive)
Check name Status Explanation Resolution
Merge Conflict Detection ⚠️ Warning ❌ Merge conflicts detected (173 files):

⚔️ .clippy.toml (content)
⚔️ .coderabbit.yaml (content)
⚔️ .github/workflows/dashboard-tauri-ci.yml (content)
⚔️ .github/workflows/deploy.yml (content)
⚔️ CHANGELOG.md (content)
⚔️ Cargo.lock (content)
⚔️ Cargo.toml (content)
⚔️ distribution/config/broker/1m-1s-async-one-machine/broker-master.toml (content)
⚔️ distribution/config/broker/1m-1s-async-one-machine/broker-slave.toml (content)
⚔️ distribution/config/broker/2m-2s-async/broker-a-master.toml (content)
⚔️ distribution/config/broker/2m-2s-async/broker-a-slave.toml (content)
⚔️ distribution/config/broker/2m-2s-async/broker-b-master.toml (content)
⚔️ distribution/config/broker/2m-2s-async/broker-b-slave.toml (content)
⚔️ distribution/config/broker/broker-simple-master.toml (content)
⚔️ distribution/config/broker/broker-simple-slave.toml (content)
⚔️ distribution/config/broker/broker.toml (content)
⚔️ distribution/config/nameserver/namesrv.toml (content)
⚔️ rocketmq-auth/Cargo.toml (content)
⚔️ rocketmq-auth/src/authentication/strategy.rs (content)
⚔️ rocketmq-auth/src/authorization/metadata_provider/local.rs (content)
⚔️ rocketmq-auth/src/authorization/model/acl.rs (content)
⚔️ rocketmq-auth/src/authorization/model/environment.rs (content)
⚔️ rocketmq-auth/src/authorization/model/policy.rs (content)
⚔️ rocketmq-auth/src/authorization/model/policy_entry.rs (content)
⚔️ rocketmq-auth/src/authorization/model/resource.rs (content)
⚔️ rocketmq-broker/Cargo.toml (content)
⚔️ rocketmq-broker/src/broker_runtime.rs (content)
⚔️ rocketmq-broker/src/client/consumer_group_info.rs (content)
⚔️ rocketmq-broker/src/long_polling/many_pull_request.rs (content)
⚔️ rocketmq-broker/src/processor.rs (content)
⚔️ rocketmq-broker/src/processor/consumer_manage_processor.rs (content)
⚔️ rocketmq-broker/src/processor/notification_processor.rs (content)
⚔️ rocketmq-broker/src/processor/pop_message_processor.rs (content)
⚔️ rocketmq-broker/src/processor/send_message_processor.rs (content)
⚔️ rocketmq-broker/src/topic/manager/topic_config_manager.rs (content)
⚔️ rocketmq-client/Cargo.toml (content)
⚔️ rocketmq-client/README.md (content)
⚔️ rocketmq-client/benches/thread_local_index_bench.rs (content)
⚔️ rocketmq-client/examples/broadcast/push_consumer.rs (content)
⚔️ rocketmq-client/examples/consumer/pop_consumer.rs (content)
⚔️ rocketmq-client/examples/ordermessage/ordermessage_consumer.rs (content)
⚔️ rocketmq-client/examples/quickstart/consumer.rs (content)
⚔️ rocketmq-client/src/admin/default_mq_admin_ext_impl.rs (content)
⚔️ rocketmq-client/src/base.rs (content)
⚔️ rocketmq-client/src/base/client_config.rs (content)
⚔️ rocketmq-client/src/common/thread_local_index.rs (content)
⚔️ rocketmq-client/src/consumer/consumer_impl/pull_api_wrapper.rs (content)
⚔️ rocketmq-client/src/consumer/default_mq_push_consumer.rs (content)
⚔️ rocketmq-client/src/consumer/default_mq_push_consumer_builder.rs (content)
⚔️ rocketmq-client/src/consumer/mq_push_consumer.rs (content)
⚔️ rocketmq-client/src/consumer/rebalance_strategy/allocate_message_queue_by_machine_room_nearby.rs (content)
⚔️ rocketmq-client/src/implementation/mq_client_api_impl.rs (content)
⚔️ rocketmq-client/src/producer.rs (content)
⚔️ rocketmq-client/src/producer/default_mq_produce_builder.rs (content)
⚔️ rocketmq-client/src/producer/default_mq_producer.rs (content)
⚔️ rocketmq-client/src/producer/mq_producer.rs (content)
⚔️ rocketmq-client/src/producer/producer_impl.rs (content)
⚔️ rocketmq-client/src/producer/producer_impl/default_mq_producer_impl.rs (content)
⚔️ rocketmq-client/src/producer/transaction_mq_producer.rs (content)
⚔️ rocketmq-client/tests/thread_local_index_test.rs (content)
⚔️ rocketmq-common/Cargo.toml (content)
⚔️ rocketmq-common/src/common.rs (content)
⚔️ rocketmq-common/src/common/broker/broker_config.rs (content)
⚔️ rocketmq-common/src/common/config_manager.rs (content)
⚔️ rocketmq-common/src/common/message.rs (content)
⚔️ rocketmq-common/src/common/topic.rs (content)
⚔️ rocketmq-common/src/lib.rs (content)
⚔️ rocketmq-common/src/utils/http_tiny_client.rs (content)
⚔️ rocketmq-controller/Cargo.toml (content)
⚔️ rocketmq-controller/examples/controller.toml (content)
⚔️ rocketmq-controller/src/cli.rs (content)
⚔️ rocketmq-controller/src/processor.rs (content)
⚔️ rocketmq-dashboard/rocketmq-dashboard-common/Cargo.toml (content)
⚔️ rocketmq-dashboard/rocketmq-dashboard-gpui/Cargo.lock (content)
⚔️ rocketmq-dashboard/rocketmq-dashboard-gpui/Cargo.toml (content)
⚔️ rocketmq-dashboard/rocketmq-dashboard-tauri/README.md (content)
⚔️ rocketmq-dashboard/rocketmq-dashboard-tauri/package-lock.json (content)
⚔️ rocketmq-dashboard/rocketmq-dashboard-tauri/package.json (content)
⚔️ rocketmq-dashboard/rocketmq-dashboard-tauri/src-tauri/Cargo.lock (content)
⚔️ rocketmq-dashboard/rocketmq-dashboard-tauri/src-tauri/Cargo.toml (content)
⚔️ rocketmq-dashboard/rocketmq-dashboard-tauri/src-tauri/src/lib.rs (content)
⚔️ rocketmq-dashboard/rocketmq-dashboard-tauri/src/pages/Login.tsx (content)
⚔️ rocketmq-doc/README.md (content)
⚔️ rocketmq-error/Cargo.toml (content)
⚔️ rocketmq-example/Cargo.lock (content)
⚔️ rocketmq-example/Cargo.toml (content)
⚔️ rocketmq-example/examples/consumer/pop_consumer.rs (content)
⚔️ rocketmq-filter/Cargo.toml (content)
⚔️ rocketmq-macros/Cargo.toml (content)
⚔️ rocketmq-namesrv/Cargo.toml (content)
⚔️ rocketmq-namesrv/resource/namesrv-example.toml (content)
⚔️ rocketmq-namesrv/resource/namesrv.toml (content)
⚔️ rocketmq-namesrv/src/route/route_info_manager.rs (content)
⚔️ rocketmq-namesrv/src/route/tables/topic_queue_mapping_table.rs (content)
⚔️ rocketmq-namesrv/src/route/types.rs (content)
⚔️ rocketmq-proxy/Cargo.toml (content)
⚔️ rocketmq-remoting/Cargo.toml (content)
⚔️ rocketmq-remoting/src/clients/rocketmq_tokio_client.rs (content)
⚔️ rocketmq-remoting/src/code.rs (content)
⚔️ rocketmq-remoting/src/code/request_code.rs (content)
⚔️ rocketmq-remoting/src/lib.rs (content)
⚔️ rocketmq-remoting/src/protocol.rs (content)
⚔️ rocketmq-remoting/src/protocol/admin/consume_stats.rs (content)
⚔️ rocketmq-remoting/src/protocol/admin/consume_stats_list.rs (content)
⚔️ rocketmq-remoting/src/protocol/admin/topic_stats_table.rs (content)
⚔️ rocketmq-remoting/src/protocol/body.rs (content)
⚔️ rocketmq-remoting/src/protocol/body/broker_body/register_broker_body.rs (content)
⚔️ rocketmq-remoting/src/protocol/body/broker_replicas_info.rs (content)
⚔️ rocketmq-remoting/src/protocol/body/check_client_request_body.rs (content)
⚔️ rocketmq-remoting/src/protocol/body/pop_process_queue_info.rs (content)
⚔️ rocketmq-remoting/src/protocol/body/process_queue_info.rs (content)
⚔️ rocketmq-remoting/src/protocol/body/queue_time_span.rs (content)
⚔️ rocketmq-remoting/src/protocol/body/timer_metrics_serialize_wrapper.rs (content)
⚔️ rocketmq-remoting/src/protocol/body/topic_info_wrapper/topic_config_wrapper.rs (content)
⚔️ rocketmq-remoting/src/protocol/body/topic_info_wrapper/topic_queue_wrapper.rs (content)
⚔️ rocketmq-remoting/src/protocol/body/unlock_batch_request_body.rs (content)
⚔️ rocketmq-remoting/src/protocol/header.rs (content)
⚔️ rocketmq-remoting/src/protocol/header/empty_header.rs (content)
⚔️ rocketmq-remoting/src/protocol/header/get_consumer_connection_list_request_header.rs (content)
⚔️ rocketmq-remoting/src/protocol/header/get_consumer_status_request_header.rs (content)
⚔️ rocketmq-remoting/src/protocol/header/get_max_offset_request_header.rs (content)
⚔️ rocketmq-remoting/src/protocol/header/get_max_offset_response_header.rs (content)
⚔️ rocketmq-remoting/src/protocol/header/get_min_offset_request_header.rs (content)
⚔️ rocketmq-remoting/src/protocol/header/get_topic_config_request_header.rs (content)
⚔️ rocketmq-remoting/src/protocol/header/get_topic_stats_request_header.rs (content)
⚔️ rocketmq-remoting/src/protocol/header/heartbeat_request_header.rs (content)
⚔️ rocketmq-remoting/src/protocol/header/namesrv/broker_request.rs (content)
⚔️ rocketmq-remoting/src/protocol/header/namesrv/perm_broker_header.rs (content)
⚔️ rocketmq-remoting/src/protocol/header/notification_response_header.rs (content)
⚔️ rocketmq-remoting/src/protocol/header/notify_broker_role_change_request_header.rs (content)
⚔️ rocketmq-remoting/src/protocol/header/notify_consumer_ids_changed_request_header.rs (content)
⚔️ rocketmq-remoting/src/protocol/header/query_consumer_offset_request_header.rs (content)
⚔️ rocketmq-remoting/src/protocol/header/query_consumer_offset_response_header.rs (content)
⚔️ rocketmq-remoting/src/protocol/header/query_topics_by_consumer_request_header.rs (content)
⚔️ rocketmq-remoting/src/protocol/heartbeat/subscription_data.rs (content)
⚔️ rocketmq-remoting/src/protocol/namespace_util.rs (content)
⚔️ rocketmq-remoting/src/protocol/namesrv.rs (content)
⚔️ rocketmq-remoting/src/protocol/route/topic_route_data.rs (content)
⚔️ rocketmq-remoting/src/protocol/static_topic.rs (content)
⚔️ rocketmq-remoting/src/protocol/static_topic/logic_queue_mapping_item.rs (content)
⚔️ rocketmq-remoting/src/protocol/static_topic/topic_config_and_queue_mapping.rs (content)
⚔️ rocketmq-remoting/src/protocol/static_topic/topic_queue_mapping_context.rs (content)
⚔️ rocketmq-remoting/src/protocol/static_topic/topic_queue_mapping_detail.rs (content)
⚔️ rocketmq-remoting/src/protocol/static_topic/topic_queue_mapping_one.rs (content)
⚔️ rocketmq-remoting/src/protocol/static_topic/topic_queue_mapping_utils.rs (content)
⚔️ rocketmq-remoting/src/protocol/static_topic/topic_remapping_detail_wrapper.rs (content)
⚔️ rocketmq-remoting/src/protocol/subscription/broker_stats_data.rs (content)
⚔️ rocketmq-remoting/src/protocol/subscription/group_retry_policy.rs (content)
⚔️ rocketmq-remoting/src/protocol/subscription/simple_subscription_data.rs (content)
⚔️ rocketmq-remoting/src/rpc/client_metadata.rs (content)
⚔️ rocketmq-runtime/Cargo.toml (content)
⚔️ rocketmq-store/Cargo.toml (content)
⚔️ rocketmq-store/src/utils/ffi.rs (content)
⚔️ rocketmq-tools/rocketmq-admin/rocketmq-admin-cli/Cargo.toml (content)
⚔️ rocketmq-tools/rocketmq-admin/rocketmq-admin-core/Cargo.toml (content)
⚔️ rocketmq-tools/rocketmq-admin/rocketmq-admin-core/src/admin/default_mq_admin_ext.rs (content)
⚔️ rocketmq-tools/rocketmq-admin/rocketmq-admin-core/src/admin/mq_admin_utils.rs (content)
⚔️ rocketmq-tools/rocketmq-admin/rocketmq-admin-core/src/cli/commands.rs (content)
⚔️ rocketmq-tools/rocketmq-admin/rocketmq-admin-core/src/commands.rs (content)
⚔️ rocketmq-tools/rocketmq-admin/rocketmq-admin-core/src/commands/auth_commands.rs (content)
⚔️ rocketmq-tools/rocketmq-admin/rocketmq-admin-core/src/commands/command_util.rs (content)
⚔️ rocketmq-tools/rocketmq-admin/rocketmq-admin-core/src/commands/consumer_commands.rs (content)
⚔️ rocketmq-tools/rocketmq-admin/rocketmq-admin-core/src/commands/topic_commands/topic_status_sub_command.rs (content)
⚔️ rocketmq-tools/rocketmq-admin/rocketmq-admin-tui/Cargo.toml (content)
⚔️ rocketmq-tools/rocketmq-store-inspect/Cargo.toml (content)
⚔️ rocketmq-website/PROJECT_STRUCTURE.md (content)
⚔️ rocketmq-website/PROJECT_STRUCTURE_zh-CN.md (content)
⚔️ rocketmq-website/README.md (content)
⚔️ rocketmq-website/package.json (content)
⚔️ rocketmq-website/releases/authors.yml (content)
⚔️ rocketmq/Cargo.toml (content)
⚔️ rust-toolchain.toml (content)
⚔️ rustfmt.toml (content)

These conflicts must be resolved before merging into main.
Resolve conflicts locally and push changes to this branch.
Linked Issues check ❓ Inconclusive The PR adds comprehensive unit tests covering initialization, accessors, setters, clone/copy semantics, display formatting, and edge cases; however, JSON serialization/deserialization tests and explicit Default trait tests appear absent. Verify that JSON serialization/deserialization roundtrips and Default trait tests are included; provide test file details or code snippets to confirm all required scenarios are covered.
✅ Passed checks (4 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and specifically describes the main change: adding unit tests for PopProcessQueueInfo, with a reference to the related issue #6211.
Out of Scope Changes check ✅ Passed The changes are narrowly scoped to adding tests for PopProcessQueueInfo with a minor cleanup commit; no unrelated or out-of-scope modifications are present.
Docstring Coverage ✅ Passed Docstring coverage is 88.89% which is sufficient. The required threshold is 80.00%.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing touches
  • 📝 Generate docstrings
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
⚔️ Resolve merge conflicts (beta)
  • Auto-commit resolved conflicts to branch test/add-test-case-PopProcessQueueInfo
  • Post resolved changes as copyable diffs in a comment

No actionable comments were generated in the recent review. 🎉


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Fix all issues with AI agents
In `@rocketmq-remoting/src/protocol/body/pop_process_queue_info.rs`:
- Around line 90-97: The test pop_process_queue_clone unnecessarily calls
clone() on a Copy type (PopProcessQueueInfo) and Clippy flags clone_on_copy; to
preserve the explicit Clone test, suppress the lint locally by adding
#[allow(clippy::clone_on_copy)] to the test function (the function named
pop_process_queue_clone) so the test still calls queue.clone() while silencing
the Clippy warning.
🧹 Nitpick comments (1)
rocketmq-remoting/src/protocol/body/pop_process_queue_info.rs (1)

66-117: Consider adding edge-case and serialization tests per the linked issue checklist.

The current tests cover the happy path well, but the issue checklist also calls for:

  • Zero and boundary values (i32::MIN, u64::MAX)
  • Serde JSON roundtrip (if Serialize/Deserialize are derived or planned)
  • Debug trait output

These would help reach the ≥ 80% coverage target mentioned in the issue.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adds comprehensive unit tests for the PopProcessQueueInfo struct to improve code coverage and ensure correctness of the struct's functionality. The tests verify initialization, getter/setter methods, trait implementations (Clone, Copy, Display), and overall behavior of the data structure.

Changes:

  • Added 5 test functions covering initialization, setters, clone, display formatting, and copy behavior for PopProcessQueueInfo

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +108 to +116

#[test]
fn pop_process_queue_copy() {
let queue: PopProcessQueueInfo = PopProcessQueueInfo::new(10, false, 123456789);
let copied = queue;
assert_eq!(copied.wait_ack_count(), 10);
assert!(!copied.droped());
assert_eq!(copied.last_pop_timestamp(), 123456789);
}
Copy link

Copilot AI Feb 13, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The test pop_process_queue_copy is redundant. Since PopProcessQueueInfo derives Copy (line 15), it automatically implements the Copy trait which is implicitly used when assigning let copied = queue. This behavior is already tested by the pop_process_queue_clone test, which verifies that the struct can be copied correctly via the Clone trait. Additionally, Copy types automatically implement Clone, making this test functionally equivalent to the clone test. Consider removing this test to avoid redundancy.

Suggested change
#[test]
fn pop_process_queue_copy() {
let queue: PopProcessQueueInfo = PopProcessQueueInfo::new(10, false, 123456789);
let copied = queue;
assert_eq!(copied.wait_ack_count(), 10);
assert!(!copied.droped());
assert_eq!(copied.last_pop_timestamp(), 123456789);
}

Copilot uses AI. Check for mistakes.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Fix all issues with AI agents
In `@rocketmq-remoting/src/protocol/body/pop_process_queue_info.rs`:
- Around line 176-181: The CI failure is due to formatting in the test snippet
around PopProcessQueueInfo display assertion; run rustfmt (cargo fmt) to
reformat the file and re-push the changes so the code matches the project's
style guidelines, ensuring the block that defines queue_negative,
display_negative and the assert_eq! (which references PopProcessQueueInfo::new
and the formatted string) is properly formatted.
🧹 Nitpick comments (1)
rocketmq-remoting/src/protocol/body/pop_process_queue_info.rs (1)

66-68: Consider adding a Debug trait test as outlined in the linked issue.

The issue checklist calls for testing Debug, Default (if derived), and JSON serde. Debug is derived on the struct but not tested here. A quick format!("{:?}", queue) assertion would cover it. Default and serde don't apply since they aren't derived, so those can be skipped.

Copy link
Collaborator

@rocketmq-rust-bot rocketmq-rust-bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM - All CI checks passed ✅

@codecov
Copy link

codecov bot commented Feb 13, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 42.57%. Comparing base (58344a5) to head (720dff6).
⚠️ Report is 98 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #6317      +/-   ##
==========================================
+ Coverage   40.55%   42.57%   +2.02%     
==========================================
  Files         886      911      +25     
  Lines      122833   127906    +5073     
==========================================
+ Hits        49810    54451    +4641     
- Misses      73023    73455     +432     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copy link
Owner

@mxsm mxsm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@mxsm mxsm merged commit 870da38 into mxsm:main Feb 14, 2026
10 of 13 checks passed
@rocketmq-rust-bot rocketmq-rust-bot added approved PR has approved and removed ready to review waiting-review waiting review this PR labels Feb 14, 2026
@oopscompiled oopscompiled deleted the test/add-test-case-PopProcessQueueInfo branch February 14, 2026 23:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Test🧪] Add unit tests for PopProcessQueueInfo

5 participants