Hi there,
is there any way to prevent Continua from flooding our event log with warnings of the type “The name for unit test ‘Very long test name’ is longer than 256 and will be truncated.” ?
We have a number of unit tests with very long names because we use TestCase attribute from dsharp which causes the test data to become part of the name. Everytime we run tests now a number of these warnings are added to event log which makes it very hard to find possible actual problems.
Regards,
Christoph
Hi Christoph
We’ll downgrade this warning to an Information message for the build log as there is not really anything you can do about it. We do plan to implement some event log filtering in the future - particularly an option to hide all warnings.
That will work fine for us.
Thanks.