Tests: flaky "core/printing" tests
Open
Contributor Pain
- Dominant language
- F#
- Stars
- 4.3k
- Forks
- 876
- Avg merge
- 4d 11h
- Merged PRs (30d)
- 131
Description
The tests sometimes fail in CI trying to reference `#r "nuget:Newtonsoft.Json, 13.0.1"`.
```
#r "nuget:Newtonsoft.Json, 13.0.1"
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
stdin(1119,1): error FS0999: The process cannot access the file 'C:\Users\cloudtest/.packagemanagement/nuget\Cache\ee54a783c1b4e3fe8e3c42c5a10c384669fed24c7ffbdacfc9698816f925f337.resolvedReferences.paths' because it is being used by another process.
```
The tests start many `fsi` processes which apparently stress-tests the dependency manager. This probably can be handled more gracefuly?
Contributor guide
Assessment
This issue has not been assessed yet.