mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
comment UT case
This commit is contained in:
parent
7d382ba5fe
commit
7d73bbb073
|
@ -34,13 +34,13 @@ preparing test prerequisite easier )
|
||||||
9. Now you should get updated file A,B,C
|
9. Now you should get updated file A,B,C
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
|
||||||
func TestMakeDiff(t *testing.T) {
|
func TestMakeDiff(t *testing.T) {
|
||||||
|
|
||||||
v := new(Volume)
|
v := new(Volume)
|
||||||
//lastCompactIndexOffset value is the index file size before step 4
|
//lastCompactIndexOffset value is the index file size before step 4
|
||||||
v.lastCompactIndexOffset = 96
|
v.lastCompactIndexOffset = 96
|
||||||
v.SuperBlock.version = 0x2
|
v.SuperBlock.version = 0x2
|
||||||
|
/*
|
||||||
err := v.makeupDiff(
|
err := v.makeupDiff(
|
||||||
"/yourpath/1.cpd",
|
"/yourpath/1.cpd",
|
||||||
"/yourpath/1.cpx",
|
"/yourpath/1.cpx",
|
||||||
|
@ -51,5 +51,5 @@ func TestMakeDiff(t *testing.T) {
|
||||||
} else {
|
} else {
|
||||||
t.Log("makeupDiff Succeeded")
|
t.Log("makeupDiff Succeeded")
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
*/
|
|
||||||
|
|
Loading…
Reference in a new issue