Linux, Rider, Godot and UnitTests inconclusive
Hello,
I'm getting desperate and can't get any further...
I am working on Linux Nobara 40, Godot 4.3 .Net and Rider 2024.2.5
I have written some code and now wanted to perform a refactoring. To secure the function as such, I have added an xUnit project to the solution.
Now I have a very strange behavior with my unit tests. At first they worked without any problems. They ran through or failed - as expected.
Since this morning I have the situation that all tests get stuck with “inconclusive”.
Even a test with 'Assert.istrue(true);', which should always be successful, gets stuck.
https://pastebin.com/h1egmW89
There is the log:
Please sign in to leave a comment.
Hello, florian.beaujean ,
Unfortunately, the logs you have shared are not enough to say what goes wrong in this case. Are you able to run the same tests using the dotnet test command? Would it be possible for you to share your project so we could investigate this on our side? You can use the Uploads service to upload it and share the upload ID here.