浏览代码

Added FIXME about possible race condition in a unit test

Solomon Hykes 12 年之前
父节点
当前提交
194f487749
共有 1 个文件被更改,包括 1 次插入0 次删除
  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)
 	}