коммит произвёл
GitHub
родитель
79dd9b13dc
Коммит
2d0f5f910a
@@ -117,8 +117,6 @@ func TestHubStopRaceCondition(t *testing.T) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func TestHubSessionRevokeRace(t *testing.T) {
|
func TestHubSessionRevokeRace(t *testing.T) {
|
||||||
t.Skip("MM-35239")
|
|
||||||
|
|
||||||
th := SetupWithStoreMock(t)
|
th := SetupWithStoreMock(t)
|
||||||
defer th.TearDown()
|
defer th.TearDown()
|
||||||
|
|
||||||
@@ -169,8 +167,7 @@ func TestHubSessionRevokeRace(t *testing.T) {
|
|||||||
defer s.Close()
|
defer s.Close()
|
||||||
|
|
||||||
wc1 := registerDummyWebConn(t, th.App, s.Listener.Addr(), "testid")
|
wc1 := registerDummyWebConn(t, th.App, s.Listener.Addr(), "testid")
|
||||||
hub := th.App.Srv().hubs[0]
|
hub := th.App.GetHubForUserId(wc1.UserId)
|
||||||
hub.Register(wc1)
|
|
||||||
|
|
||||||
done := make(chan bool)
|
done := make(chan bool)
|
||||||
|
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user