[COMPASS-4818] Evergreen: Fix failing tests for hadron-* on Windows Created: 11/May/21 Updated: 29/Oct/23 Resolved: 18/May/21 |
|
| Status: | Closed |
| Project: | Compass |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | 1.27 |
| Type: | Task | Priority: | Major - P3 |
| Reporter: | Sergey Petushkov | Assignee: | Sergey Petushkov |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Epic Link: | COMPASS-4479 |
| Documentation Changes: | Not Needed |
| Sprint: | Iteration Barcelona, Iteration Chicago |
| Description |
|
Seems like there is a bunch of flaky hadron tests on windows. In most cases it seems to be caused by electron not installing correctly |
| Comments |
| Comment by Githook User [ 03/Jun/21 ] |
|
Author: {'name': 'Sergey', 'email': 'petushkov.sergey@gmail.com', 'username': 'gribnoysup'}Message: test: Fix CI flakiness on windows around tests in packages using electron
Installing electron binaries concurrently causes issues and fails CI
Otherwise babel fails to resolve .babelrc in some cases
Useful for cases where you want to run tests after running 'npm start'
|
| Comment by Githook User [ 17/May/21 ] |
|
Author: {'name': 'Sergey', 'email': 'petushkov.sergey@gmail.com', 'username': 'gribnoysup'}Message: test: Fix CI flakiness on windows around tests in packages using electron
Installing electron binaries concurrently causes issues and fails CI
Otherwise babel fails to resolve .babelrc in some cases
Useful for cases where you want to run tests after running 'npm start'
|