Browse code

Added FIXME about possible race condition in a unit test

Solomon Hykes authored on 2013/05/25 10:31:47
Showing 1 changed files
... ...
@@ -85,6 +85,7 @@ func TestCreateStartRestartStopStartKillRm(t *testing.T) {
85 85
 		t.Fatal(err)
86 86
 	}
87 87
 
88
+	// FIXME: this failed once with a race condition ("Unable to remove filesystem for xxx: directory not empty")
88 89
 	if err = srv.ContainerDestroy(id, true); err != nil {
89 90
 		t.Fatal(err)
90 91
 	}