SpineEventEngine / mc-java

Model Compiler for Java
Apache License 2.0
0 stars 2 forks source link

Mute logging when running `AddComparatorSpec` test suite #166

Closed alexander-yevsyukov closed 3 weeks ago

alexander-yevsyukov commented 3 weeks ago

This PR applies withMutedLogging() block function to suppress logging produced by AddComparatorSpec.

The AddComparatorSpec test suite runs a pipeline with AddComparator rendering action which correctly throws a number of errors because of errors in proto declarations associated with the (compare_by) option.

The console errors associated with these errors give false alarms and were suppressed to avoid the confusion and save time on unnecessary investigations.