Tim Penhey

Results 14 comments of Tim Penhey

I have live tested this for a few weeks first. All seems to be good.

That would work for me. On 8 October 2016 4:18:33 AM NZDT, Roger Peppe [email protected] wrote: > Fetching _all_ remotes seems quite heavyweight to me. I often have > quite...

Possibly has same underlying problem as #1115

Hmm... is this going to be a synthetic arn? Is there an actual arn for a glue-catalog?

I notice that the travis-ci has failures. Interestingly I noticed that could happen when I was reading the tests as there is no synchronisation between the goroutine running the millRunOnce...

Wow, adding synchronisation and determinism has proved to be way more complicated than I thought.

FYI, here is the comment I wrote while evaluating the race in `TestCleanupExistingBackups`: ``` // There is a race here between the first mill request which happens // when openExistingOrNew...

OK, after disussion with @4a6f656c, realised that we really do need the rotate on resume functionality. To make the test deterministic, I changed it to not write enough to trigger...

There is a problem of retrency here. The current behaviour of the Logger is that if Close is called, and you do another Write, the file is reopened, but the...

@kapilt what do we need to move this forwards?