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

Fix ibm_mq e2e import issue #4140

Merged
merged 3 commits into from
Jul 24, 2019
Merged

Fix ibm_mq e2e import issue #4140

merged 3 commits into from
Jul 24, 2019

Conversation

AlexandreYang
Copy link
Member

@AlexandreYang AlexandreYang commented Jul 18, 2019

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/osx

Additional Notes

Review checklist (to be filled by reviewers)

  • PR title must be written as a CHANGELOG entry (see why)
  • Files changes must correspond to the primary purpose of the PR as described in the title (small unrelated changes should have their own PR)
  • PR must have changelog/ and integration/ labels attached
  • Feature or bugfix must have tests
  • Git history must be clean
  • If PR adds a configuration option, it must be added to the configuration file.

@codecov
Copy link

codecov bot commented Jul 18, 2019

Codecov Report

Merging #4140 into master will decrease coverage by 1.59%.
The diff coverage is 94.11%.

@@            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

@AlexandreYang AlexandreYang changed the title Fix ibm_mq e2e import issue [WIP] Fix ibm_mq e2e import issue Jul 18, 2019
@AlexandreYang AlexandreYang changed the title [WIP] Fix ibm_mq e2e import issue [HOLD] Fix ibm_mq e2e import issue Jul 18, 2019
CHANNEL_COUNT_CHECK = 'ibm_mq.channel.count'

else:
# pymqi is not be available on win/macOS when running e2e
Copy link
Contributor

Choose a reason for hiding this comment

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

Copy link
Member Author

@AlexandreYang AlexandreYang Jul 22, 2019

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.

Copy link
Contributor

@ofek ofek left a comment

Choose a reason for hiding this comment

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

Capture

🥇

@AlexandreYang AlexandreYang changed the title [HOLD] Fix ibm_mq e2e import issue Fix ibm_mq e2e import issue Jul 24, 2019
@AlexandreYang AlexandreYang merged commit 4982a50 into master Jul 24, 2019
@AlexandreYang AlexandreYang deleted the alex/fix_ibm_mq_e2e branch August 7, 2019 08:49
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.

3 participants