|
@@ -163,9 +163,9 @@ func TestLogEvents(t *testing.T) {
|
|
// https://github.com/docker/docker/issues/20999
|
|
// https://github.com/docker/docker/issues/20999
|
|
// Fixtures:
|
|
// Fixtures:
|
|
//
|
|
//
|
|
-//2016-03-07T17:28:03.022433271+02:00 container die 0b863f2a26c18557fc6cdadda007c459f9ec81b874780808138aea78a3595079 (image=ubuntu, name=small_hoover)
|
|
|
|
-//2016-03-07T17:28:03.091719377+02:00 network disconnect 19c5ed41acb798f26b751e0035cd7821741ab79e2bbd59a66b5fd8abf954eaa0 (type=bridge, container=0b863f2a26c18557fc6cdadda007c459f9ec81b874780808138aea78a3595079, name=bridge)
|
|
|
|
-//2016-03-07T17:28:03.129014751+02:00 container destroy 0b863f2a26c18557fc6cdadda007c459f9ec81b874780808138aea78a3595079 (image=ubuntu, name=small_hoover)
|
|
|
|
|
|
+// 2016-03-07T17:28:03.022433271+02:00 container die 0b863f2a26c18557fc6cdadda007c459f9ec81b874780808138aea78a3595079 (image=ubuntu, name=small_hoover)
|
|
|
|
+// 2016-03-07T17:28:03.091719377+02:00 network disconnect 19c5ed41acb798f26b751e0035cd7821741ab79e2bbd59a66b5fd8abf954eaa0 (type=bridge, container=0b863f2a26c18557fc6cdadda007c459f9ec81b874780808138aea78a3595079, name=bridge)
|
|
|
|
+// 2016-03-07T17:28:03.129014751+02:00 container destroy 0b863f2a26c18557fc6cdadda007c459f9ec81b874780808138aea78a3595079 (image=ubuntu, name=small_hoover)
|
|
func TestLoadBufferedEvents(t *testing.T) {
|
|
func TestLoadBufferedEvents(t *testing.T) {
|
|
now := time.Now()
|
|
now := time.Now()
|
|
f, err := timetypes.GetTimestamp("2016-03-07T17:28:03.100000000+02:00", now)
|
|
f, err := timetypes.GetTimestamp("2016-03-07T17:28:03.100000000+02:00", now)
|