Skip to content

Conversation

@PIRO-V
Copy link
Member

@PIRO-V PIRO-V commented Oct 22, 2025

Description

Please add an informative description that covers that changes made by the pull request and link all relevant issues.

If an SDK is being regenerated based on a new API spec, a link to the pull request containing these API spec changes should be included above.

All SDK Contribution checklist:

  • The pull request does not introduce [breaking changes]
  • CHANGELOG is updated for new features, bug fixes or other significant changes.
  • I have read the contribution guidelines.

General Guidelines and Best Practices

  • Title of the pull request is clear and informative.
  • There are a small number of commits, each of which have an informative message. This means that previously merged commits do not appear in the history of the PR. For more information on cleaning up the commits in your PR, see this page.

Testing Guidelines

  • Pull request includes test coverage for the included changes.

Copilot AI review requested due to automatic review settings October 22, 2025 16:07
@PIRO-V PIRO-V requested review from axisc, hmlam and sjkwak as code owners October 22, 2025 16:07
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 a unit test to verify AMQP link negotiation behavior when the client sets max_message_size=0 (unlimited) and the server responds with a specific limit (20MB). The test ensures the link correctly adopts the server's limit as the final maximum message size.

Key Changes:

  • Added test case test_max_message_size_negotiation_with_client_unlimited to validate AMQP attach frame negotiation
  • Imported additional dependencies (Source, Target, Mock, patch, LINK_MAX_MESSAGE_SIZE) to support the new test

@himanshu04arora
Copy link
Contributor

Once the PR tests pass, we are good to merge the PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants