<@UKPS08ZGW>: it looks like rendering of failed te...
# development
w
@hundreds-breakfast-49010: it looks like rendering of failed test workunits broke sometime recently
…or, actually… it looks like we stopped logging completion of workunits when the UI is disabled, regardless of whether they failed or not
h
yeah, if the UI is disabled, we won't be calling
heavy_hitters
and that's where the call to log completion of workunits lives
after the above commit
w
ok, thanks
yea, bit of cleanup needed here and on https://github.com/pantsbuild/pants/issues/10249
h
the point of this was to fix asher's problem, and it didn't fix it
w
maybe. from an architectural perspective, it’s the right direction i think.
h
although it did legitimately reduce the amount of lock contention going on, which we might be happy we've done
yeah
w
#10274 seems easily fixed… we should just have a test on that probably.
unclear about #10249.