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
Этот коммит содержится в:
Chris
2017-10-04 13:09:41 -07:00
коммит произвёл GitHub
родитель dc9b1a1d6a
Коммит 07777f5ff9
23 изменённых файлов: 139 добавлений и 67 удалений

Просмотреть файл

@@ -15,6 +15,7 @@ import (
func TestCache(t *testing.T) {
th := Setup().InitBasic()
defer th.TearDown()
session := &model.Session{
Id: model.NewId(),
@@ -39,6 +40,7 @@ func TestCache(t *testing.T) {
func TestGetSessionIdleTimeoutInMinutes(t *testing.T) {
th := Setup().InitBasic()
defer th.TearDown()
session := &model.Session{
UserId: model.NewId(),