Parallel Tests not splitting
Each of test projects has the nuget package Microsoft.NET.Test.Sdk version 17.0.0 installed yet when I try to have the tests split I get this error message on each agent:
The "Split tests by parallel groups" feature requires Microsoft.NET.Test.Sdk version 16.0.0 or newer
Not sure what I am doing wrong. Any help would be much appreciated.
Thanks,
Damien
Please sign in to leave a comment.
Hello, any update on this? Would really like to start using the feature but can't figure out how to make it work.
Thanks,
Damien
Hi Damien,
Well, this message is a part of current behaviour of .NET Support plugin for parallel tests. It's not an error – just a kind of warning. Since you enable Parallel tests build feature this message will be in build log. It's quite confusing, though...
Could you please provide more information (build log, for example) why you think parallel tests aren't working for you?
--
Kind regards,
Maxim
Attached are the log files. Each batch seems to be running all the same tests. That is why I suspect it is not splitting the tests up per batch.
I tried attaching the log files but it says that I can only upload images. Not sure how to include the log files on this post.
Thanks,
Could you please create an issue on https://youtrack.jetbrains.com/issues/TW, attach you build and agent logs, screenshot of Administration | Plugins page there? We will continue to work with your issue there
--
Kind regards,
Maxim
I created an issue https://youtrack.jetbrains.com/issue/TW-77749/Parallel-Tests-are-not-being-split-across-batches
Thanks,