mirror of https://github.com/milvus-io/milvus.git
Improve comment in storage (#10448)
Signed-off-by: Xiangyu Wang <xiangyu.wang@zilliz.com>pull/10483/head
parent
0ff4de34c8
commit
99ca6e4ba2
|
@ -71,7 +71,7 @@ func TestInsertBinlog(t *testing.T) {
|
|||
assert.Equal(t, magicNum, MagicNumber)
|
||||
pos := int(unsafe.Sizeof(MagicNumber))
|
||||
|
||||
//descriptor header, timestamp
|
||||
// descriptor header, timestamp
|
||||
ts := UnsafeReadInt64(buf, pos)
|
||||
assert.Greater(t, ts, int64(0))
|
||||
curts := time.Now().UnixNano() / int64(time.Millisecond)
|
||||
|
|
Loading…
Reference in New Issue