Leif Walsh

Results 43 comments of Leif Walsh

Never seen this before. What does it do? ``` -- ``` Cheers, Leif On Mon, Aug 19, 2013 at 1:17 PM, byzhang [email protected] wrote: > You can merge this Pull...

Well github really mangled that email... Probably shouldn't use std::queue*, should use std::queue instead. Also, consider std::queue. The default container is a deque which might be slower because everyone has...

@manrajgrover need anything from me?

It's not clear what you're asking for here

I'd appreciate this as well.

It should be possible to tighten up the output format by manually getting and printing metrics, I know that was one of your concerns, Tim.  ## Cheers, Leif On Thu,...

I added a shorter version of ConsoleReporter that prints things in a dstat-like manner, it's a lot more readable. Easily portable to sysbench as well if you're interested.

I would like to see something like this happen, as it causes extraneous diffs when updating requirements.txt files in automation that runs in temp directories. I'm currently working around it...

If I put the python side of this in a retry loop, it almost always succeeds on the second retry. Seems totally transient. I will try modifying the handler, thanks.