mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
fix: [skip e2e] wab unittest may failure (#40470)
issue: #38399 Signed-off-by: chyezh <chyezh@outlook.com>
This commit is contained in:
parent
3899b0f0d4
commit
d9fe8f0dcf
@ -62,7 +62,7 @@ func TestWriteAheadBufferWithOnlyTrivialTimeTick(t *testing.T) {
|
||||
|
||||
nextTimeTick := uint64(100)
|
||||
for {
|
||||
nextTimeTick += uint64(rand.Int31n(1000))
|
||||
nextTimeTick += uint64(rand.Int31n(1000) + 1)
|
||||
wb.Append(nil, createTimeTickMessage(nextTimeTick))
|
||||
if nextTimeTick > expectedLastTimeTick {
|
||||
break
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user