You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@Evangelink what is the code doing?
Is it in stdout/stderr of some process? If so, can you please turn on host tracing and collect the trace when this happens?
For our acceptance tests, we generate test projects from strings, then build them dotnet build and finally we run the produced executable. At the stage where we run, we sometimes end up with this error (not only in CI also locally) but it's always pretty randomic and flaky.
Is it in stdout/stderr of some process
StdErr of the test process (using the new platform not VSTest)
If so, can you please turn on host tracing and collect the trace when this happens?
Given it's pretty randomic, I'll probably need to always enable the trace and rerun all acceptance tests in some loop until I have something. I'll try that.
When the error happens can you try checking if the .json is indeed empty? This smells like antivirus scanner interfering with writing the file during dotnet build.
Description
We are often getting some flakiness on our generated test assets during the execution with the following error:
Reproduction Steps
This is some transient failure but it's happening more and more often on our acceptance tests.
Expected behavior
No error
Actual behavior
Invalid runtimeconfig.json
Regression?
No response
Known Workarounds
No response
Configuration
No response
Other information
No response
The text was updated successfully, but these errors were encountered: