etcd/compactor
Anthony Romano 5eff6fb7db compactor: wait for After() in TestPeriodic
If the test calls clock.Advance() after the compactor checks clock.Now()
but before the compactor calls clock.After(), the compactor will wait
forever on clock.After() expecting the lost clock.Advance().

Reproduced failure by putting a Sleep() in the clock.Now() continue path.

Fixes #6060 (again)
2016-08-12 13:28:40 -07:00
..
compactor.go *: update LICENSE header 2016-05-12 20:51:48 -07:00
compactor_test.go compactor: wait for After() in TestPeriodic 2016-08-12 13:28:40 -07:00
doc.go *: add missing godoc package descriptions 2016-05-27 15:15:26 -07:00