Fix races / finally remove global app for good (#7570)
* finally remove global app for good * test compilation fixes * fix races * fix deadlock * wake up write pump so it doesn't take forever to clean up
Этот коммит содержится в:
@@ -37,6 +37,7 @@ func TestGeneratePublicLinkHash(t *testing.T) {
|
||||
|
||||
func TestDoUploadFile(t *testing.T) {
|
||||
th := Setup()
|
||||
defer th.TearDown()
|
||||
|
||||
teamId := model.NewId()
|
||||
channelId := model.NewId()
|
||||
|
||||
Ссылка в новой задаче
Block a user