The Wayback Machine - https://web.archive.org/web/20200712090447/https://github.com/teambit/bit/issues/2586
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 split e2e tests on circle by timing on windows #2586

Open
GiladShoham opened this issue Apr 14, 2020 · 0 comments
Open

fix split e2e tests on circle by timing on windows #2586

GiladShoham opened this issue Apr 14, 2020 · 0 comments

Comments

@GiladShoham
Copy link
Member

@GiladShoham GiladShoham commented Apr 14, 2020

Currently, if look at the windows_e2e tests on circle under the write e2e files step, you will see this warning:

Error autodetecting timing type, falling back to weighting by name. Autodetect no matching filename or classname.  If file names are used, double check paths for absolute vs relative.
Example input file: "e2e\\api\\add-many.e2e.1.ts"
Example file from timings: "C:\\Users\\******ci\\project\\bit\\bit\\e2e\\commands\\eject.e2e.1.ts"

This might be a result of the next line of how we run them.
We might try to make it the same as in the Linux e2e.
This might require to run it under bash.exe instead of under powershell.
It requires more investigation.

reference - https://circleci.com/docs/2.0/parallelism-faster-jobs/#using-the-circleci-cli-to-split-tests

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
1 participant
You can’t perform that action at this time.