travis ci

This commit is contained in:
finley
2022-03-13 13:20:57 +08:00
parent 67d25d61e5
commit ebbd413ee4
4 changed files with 34 additions and 7 deletions

View File

@@ -71,7 +71,7 @@ func TestDelayQueue_StopConsume(t *testing.T) {
queue.StopConsume()
}
return true
})
}).WithDefaultRetryCount(1)
for i := 0; i < size; i++ {
err := queue.SendDelayMsg(strconv.Itoa(i), 0)
if err != nil {
@@ -102,7 +102,3 @@ func TestIDOverflow(t *testing.T) {
}
}
}
func TestDelayQUeu(t *testing.T) {
}