ko1/gc_tracer

custom_event_logging busted?

Closed this issue · 1 comments

I'm not seeing any custom events showing up in the logfile.

In your test specs there's also clearly an issue where you only assert the format of the custom event line, you don't assert that there must be a line present which is a custom event:

if /out/ =~ line
expect(line).to match /1\t-1\t0/
end

If no line matches /out/ then your specs will still pass.

Nevermind, think I was looking at an old log file somehow, and didn't quite get enough sleep last night...