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

[BugFix: Issue #334] Fix make test all #336

Merged
merged 5 commits into from
Apr 9, 2022
Merged

[BugFix: Issue #334] Fix make test all #336

merged 5 commits into from
Apr 9, 2022

Conversation

dikhan
Copy link
Owner

@dikhan dikhan commented Apr 9, 2022

What problem does this Pull Request solve?

Please link to the issue number here (issue will be closed when PR is merged): Closes #334

If you don't have an issue created, please create the issue first describing the problem and then open the PR

Type of change

What type of change does your code introduce to the provider? Please put an x (w/o heading/trailing white spaces) in the boxes that apply:

  • New feature (change that adds new functionality)
  • Bug-fix (change that fixes current functionality)
  • Tech debt (enhances the current functionality)
  • New release (pumps the version)

Test output

  • Confirmed make test-all is working again:

test-all.txt

Checklist

Please put an x (w/o heading/trailing white spaces) in the boxes that apply:

  • I have read and followed the CONTRIBUTING guidelines
  • I have added tests that prove my fix is effective or that my feature works
  • I have made sure code compiles correctly and all tests are passing by running make test-all
  • I have added/updated necessary documentation (if appropriate)
  • I have added the following info to the title of the PR (pick the appropriate option for the type of change). This is important because the release notes will include this information.
    • Feature Request: PRs related to feature requests should have in the title [FeatureRequest: Issue #X] <PR Title>
    • Bug Fixes: PRs related to bug fixes should have in the title [BugFix: Issue #X] <PR Title>
    • Tech Debt: PRs related to technical debt should have in the title [TechDebt: Issue #X] <PR Title>
    • New Release: PRs related to a new release should have in the title [NewRelease] vX.Y.Z

Checklist for Admins

  • Label is populated
  • PR is assigned to the corresponding project
  • PR has at least 1 reviewer and 1 assignee

dikhan added 2 commits April 9, 2022 15:02
…o a real domain

- Modified the tests to create a pretty random domain to avoid collision with a real domain
This will import the indirect dependency and solve the issues with hc-install package deps
dikhan added 3 commits April 9, 2022 15:22
…lighty

- Updated the regex to make it work also in travis ci. For the ref, the error thrown
from travis looks like this (note the extra info about the Ip:  on 169.254.169.254:53)

Error: request POST https://www.endpoint-that-does-not-exist.com/v1/cdns HTTP/1.1 failed. Response Error: 'Post "https://www.endpoint-that-does-not-exist.com/v1/cdns": dial tcp: lookup www.endpoint-that-does-not-exist.com on 169.254.169.254:53: no such host'
@codecov
Copy link

codecov bot commented Apr 9, 2022

Codecov Report

Merging #336 (18c31ed) into master (89a249c) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #336   +/-   ##
=======================================
  Coverage   93.66%   93.66%           
=======================================
  Files          60       60           
  Lines        3584     3584           
=======================================
  Hits         3357     3357           
  Misses        160      160           
  Partials       67       67           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3599791...18c31ed. Read the comment docs.

@dikhan dikhan merged commit 5be1f03 into master Apr 9, 2022
@dikhan dikhan deleted the fix-make-test-all branch April 9, 2022 22:47
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.

make test-all target failing
1 participant