-
Notifications
You must be signed in to change notification settings - Fork 26.2k
fix(bazel): protractor utils cannot start server on windows #27915
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(bazel): protractor utils cannot start server on windows #27915
Conversation
devversion
commented
Jan 3, 2019
- Currently the protractor utils assume that the specified Bazel server runfile can be resolved by just using the real file system. This is not the case on Windows because the runfiles are not symlinked into the working directory and need to be resolved through the runfile manifest.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
0dc1788
to
c627eea
Compare
This comment has been minimized.
This comment has been minimized.
You can preview 8344b50 at https://pr27915-8344b50.ngbuilds.io/. |
@devversion could you please rebase from the latest master? There was a problem with one test (causing |
8344b50
to
9db97fb
Compare
@AndrewKushnir Rebased. Thanks for the heads up. |
You can preview 9db97fb at https://pr27915-9db97fb.ngbuilds.io/. |
* Currently the protractor utils assume that the specified Bazel server runfile can be resolved by just using the real file system. This is not the case on Windows because the runfiles are not symlinked into the working directory and need to be resolved through the runfile manifest.
9db97fb
to
cb7eb6a
Compare
You can preview cb7eb6a at https://pr27915-cb7eb6a.ngbuilds.io/. |
caretaker: pullapprove not marking this green, though it has required reviews |
* Currently the protractor utils assume that the specified Bazel server runfile can be resolved by just using the real file system. This is not the case on Windows because the runfiles are not symlinked into the working directory and need to be resolved through the runfile manifest. PR Close #27915
…27915) * Currently the protractor utils assume that the specified Bazel server runfile can be resolved by just using the real file system. This is not the case on Windows because the runfiles are not symlinked into the working directory and need to be resolved through the runfile manifest. PR Close angular#27915
* Currently the protractor utils assume that the specified Bazel server runfile can be resolved by just using the real file system. This is not the case on Windows because the runfiles are not symlinked into the working directory and need to be resolved through the runfile manifest. PR Close #27915
…27915) * Currently the protractor utils assume that the specified Bazel server runfile can be resolved by just using the real file system. This is not the case on Windows because the runfiles are not symlinked into the working directory and need to be resolved through the runfile manifest. PR Close angular#27915
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |