There seem to be at least 2 flaky engine/pantsd-re...
# development
h
There seem to be at least 2 flaky engine/pantsd-related tests
a
the logging one is not a flake i know about
the sigint one is very weird because the regexp it's checking against is clearly wrong
i doubt it is due to your change
i will push a fix for the sigint test
the logging one should be working, not sure why the
engine::scheduler
part is missing
h
Well but it would be failing in master if it was fundamentally broken
a
yes exactly
h
Right, so how can the regexp be wrong?
a
info logs do not begin with
[
even though that is what the regexp is checking
i do not know
i need to finish up another fix and will figure out the sigint one, that's on me
h
I would be interested in finding out how the hell it's passing on master
a
yep
h
Looks like
test_native_logging
has the same issue
in that same shard
Weird
It's expecting
\\[DEBUG\\]
a
i will definitely be onto figuring this out in 10 minutes or so my goal is to avoid further flakiness at all costs
h
OK, this isn't flakiness, this is 805d36e4df797f2405604feca10df9148f74244d
a
ah
thank you for investigating
i hadn't paged into that one yet
h