Selaa lähdekoodia

Added FIXME about possible race condition in a unit test

Solomon Hykes 12 vuotta sitten
vanhempi
commit
194f487749
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      server_test.go

+ 1 - 0
server_test.go

@@ -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)
 	}