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(agw): Fixing pylint tests for open function missing encoding param #8720

Merged
merged 1 commit into from Aug 23, 2021

Conversation

ardzoht
Copy link
Contributor

@ardzoht ardzoht commented Aug 23, 2021

Signed-off-by: Alex Rodriguez ardzoht@gmail.com

Summary

  • As title

Test Plan

  • make test

Additional Information

  • This change is backwards-breaking

@pull-request-size pull-request-size bot added the size/XS Denotes a PR that changes 0-9 lines. label Aug 23, 2021
@github-actions
Copy link
Contributor

Thanks for opening a PR! 💯

A couple initial guidelines

Howto

  • Reviews. The "Reviewers" listed for this PR are the Magma maintainers who will shepherd it.
  • Checks. All required CI checks must pass before merge.
  • Merge. Once approved and passing CI checks, use the ready2merge label to indicate the maintainers can merge your PR.

More info

Please take a moment to read through the Magma project's

If this is your first Magma PR, also consider reading

@magmabot magmabot added the component: agw Access gateway-related issue label Aug 23, 2021
@github-actions
Copy link
Contributor

github-actions bot commented Aug 23, 2021

feg-workflow

    2 files  145 suites   29s ⏱️
338 tests 338 ✔️ 0 💤 0 ❌
352 runs  352 ✔️ 0 💤 0 ❌

Results for commit 77bb44e.

♻️ This comment has been updated with latest results.

Copy link
Contributor

@amarpad amarpad left a comment

Choose a reason for hiding this comment

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

Thanks for the fix!

@github-actions
Copy link
Contributor

github-actions bot commented Aug 23, 2021

agw-workflow

    2 files      2 suites   2m 45s ⏱️
464 tests 455 ✔️ 9 💤 0 ❌
465 runs  456 ✔️ 9 💤 0 ❌

Results for commit 77bb44e.

♻️ This comment has been updated with latest results.

@pull-request-size pull-request-size bot added size/S Denotes a PR that changes 10-29 lines. and removed size/XS Denotes a PR that changes 0-9 lines. labels Aug 23, 2021
@ardzoht ardzoht force-pushed the fix_pylint_open_func branch 2 times, most recently from 849ca9b to feb78bd Compare August 23, 2021 20:53
@pull-request-size pull-request-size bot added size/M Denotes a PR that changes 30-99 lines. and removed size/S Denotes a PR that changes 10-29 lines. labels Aug 23, 2021
@ardzoht ardzoht linked an issue Aug 23, 2021 that may be closed by this pull request
@ardzoht ardzoht marked this pull request as ready for review August 23, 2021 21:52
@ardzoht ardzoht requested review from a team, koolzz, pshelar and themarwhal August 23, 2021 21:52
Signed-off-by: Alex Rodriguez <ardzoht@gmail.com>
@andreilee andreilee merged commit 5236459 into magma:master Aug 23, 2021
hakeen0618 pushed a commit to hakeen0618/magma that referenced this pull request Aug 24, 2021
themarwhal pushed a commit to themarwhal/magma that referenced this pull request Sep 29, 2021
@themarwhal themarwhal mentioned this pull request Sep 29, 2021
1 task
themarwhal pushed a commit to themarwhal/magma that referenced this pull request Sep 29, 2021
tmdzk pushed a commit that referenced this pull request Sep 29, 2021
* fix(agw): Fixing pylint tests for open function missing encoding param (#8720)

Signed-off-by: Alex Rodriguez <ardzoht@gmail.com>

* fix(agw): Fix bootstrap failure due to bad Python open args (#8754)

Co-authored-by: Alex Rodriguez <alexrod@fb.com>
Co-authored-by: Hunter Gatewood <hgatewood@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: agw Access gateway-related issue size/M Denotes a PR that changes 30-99 lines.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[agw] pylint tests fail due to missing encoding on open() function
5 participants