-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Fix ibm_mq e2e import issue #4140
Conversation
Codecov Report
@@ Coverage Diff @@
## master #4140 +/- ##
=========================================
- Coverage 86.29% 84.7% -1.6%
=========================================
Files 743 10 -733
Lines 39513 451 -39062
Branches 4785 55 -4730
=========================================
- Hits 34099 382 -33717
+ Misses 4143 59 -4084
+ Partials 1271 10 -1261 |
CHANNEL_COUNT_CHECK = 'ibm_mq.channel.count' | ||
|
||
else: | ||
# pymqi is not be available on win/macOS when running e2e |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pymqi is avaiblable on mac, but you need to install it: https://github.com/DataDog/integrations-core/blob/48cb9081d5b992076955afba2d13a5276c61ee63/ibm_mq/tests/README.md
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I updated the wording to be more explicit about that.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What does this PR do?
Fix ibm_mq e2e import issue
Motivation
e.g.
ddev env start ibm_mq py37-9
wasn't working on win/osxAdditional Notes
Review checklist (to be filled by reviewers)
changelog/
andintegration/
labels attached