fsharp
fsharp copied to clipboard
Tests: flaky "core/printing" tests
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?
Maybe its a symptom of the same possibly happening at design-time (typing scenarios)?