Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support aio-pika v8 #1605

Closed
wants to merge 4 commits into from
Closed

Conversation

nozik
Copy link
Contributor

@nozik nozik commented Jan 29, 2023

Description

Verify instrumentation support for aio-pika v8.

Fixes # (issue)

N/a

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

How Has This Been Tested?

Updated tox.ini to run the tests on both v7 and v8 of the package. Tested manually as well.

Does This PR Require a Core Repo Change?

  • Yes. - Link to PR:
  • No.

Checklist:

  • Followed the style guidelines of this project
  • Changelogs have been updated
  • Unit tests have been added
  • Documentation has been updated

@nozik nozik requested a review from a team as a code owner January 29, 2023 13:43
@@ -54,7 +55,10 @@ def setUp(self):
asyncio.set_event_loop(self.loop)

def test_get_publish_span(self):
exchange = Exchange(CONNECTION, CHANNEL, EXCHANGE_NAME)
if version.parse(__version__) >= version.parse("8.0.0"):
Copy link
Contributor Author

Choose a reason for hiding this comment

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

The commit for this breaking change - mosquito/aio-pika@c2ee4be

@srikanthccv
Copy link
Member

There is already a PR for this #1481.

@nozik
Copy link
Contributor Author

nozik commented Jan 30, 2023

Thanks @srikanthccv . I've added my comments to that PR - I believe there's an issue there.

@nozik nozik closed this Jan 30, 2023
@nozik nozik deleted the aio_pika_latest branch January 30, 2023 07:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants