MM-21548: Fix Flakey Test (#13599)
* Ensure both DeleteAt and UpdateAt are set to same value * fix another point this could happen * Revert "fix another point this could happen" This reverts commit 5deb102e782bcc1da103b1b10715c066d9cc6130.
Этот коммит содержится в:
коммит произвёл
Miguel de la Cruz
родитель
37ce413b7d
Коммит
7a3af8555f
@@ -3688,7 +3688,7 @@ func testMaterializedPublicChannels(t *testing.T, ss store.Store, s SqlSupplier)
|
||||
})
|
||||
|
||||
o1.DeleteAt = model.GetMillis()
|
||||
o1.UpdateAt = model.GetMillis()
|
||||
o1.UpdateAt = o1.DeleteAt
|
||||
|
||||
e := ss.Channel().Delete(o1.Id, o1.DeleteAt)
|
||||
require.Nil(t, e, "channel should have been deleted")
|
||||
|
||||
Ссылка в новой задаче
Block a user