Added FIXME about possible race condition in a unit test

Upstream-commit: 194f48774992644257bf7cf0878e47e9834d40e1
Component: engine
This commit is contained in:
Solomon Hykes
2013-05-24 18:31:47 -07:00
parent d6fea566f0
commit 2b6649e390

View File

@ -85,6 +85,7 @@ func TestCreateStartRestartStopStartKillRm(t *testing.T) {
t.Fatal(err)
}
// FIXME: this failed once with a race condition ("Unable to remove filesystem for xxx: directory not empty")
if err = srv.ContainerDestroy(id, true); err != nil {
t.Fatal(err)
}