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 system-test on non-POSIX paths #328

Closed
wants to merge 2 commits into from

Conversation

elierotenberg
Copy link
Contributor

  • Properly add tls, net and http2 node modules to the exclusion
    list for the system-test webpack build.

  • Replace hard-coded slashes (/) with either slashes or backslashes
    in the module exclusion rules for the system-test webpack build.

Partially addresses #327.

Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:

  • Make sure to open an issue as a bug/issue before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea
  • Ensure the tests and linter pass
  • Code coverage does not decrease (if any source code was changed)
  • Appropriate docs were updated (if necessary)

Fixes #327 🦕

* Properly add `tls`, `net` and `http2` node modules to the exclusion
  list for the `system-test` webpack build.

* Replace hard-coded slashes (`/`) with either slashes or backslashes
  in the module exclusion rules for the `system-test` webpack build.

Partially addresses googleapis#327.
@elierotenberg elierotenberg requested a review from a team as a code owner September 29, 2020 09:53
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Sep 29, 2020
@codecov
Copy link

codecov bot commented Sep 29, 2020

Codecov Report

Merging #328 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #328   +/-   ##
=======================================
  Coverage   86.42%   86.42%           
=======================================
  Files          12       12           
  Lines        1385     1385           
  Branches      100      100           
=======================================
  Hits         1197     1197           
  Misses        188      188           

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 5a15848...8193821. Read the comment docs.

@elierotenberg elierotenberg mentioned this pull request Sep 29, 2020
4 tasks
@bcoe
Copy link
Contributor

bcoe commented Sep 30, 2020

@elierotenberg it looks like these changes actually landed with your other PR, has this addressed #327 at this point?

@elierotenberg
Copy link
Contributor Author

Indeed, the other PR includes this commit, although it seemed relevant to create a PR with only this one.

It adresses the webpack-related issues in #327, but the auth-related issues is not really solved. I doubt it will be solved at the source code level though, maybe in the CONTRIBUTING docs?

@bcoe bcoe closed this Sep 30, 2020
@bcoe
Copy link
Contributor

bcoe commented Sep 30, 2020

@elierotenberg 👍 let's keep #327 open as a reminder to better document this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Build failing on Windows
3 participants