chain sync: rebase 'fixes'
This commit is contained in:
parent
99aaafaed2
commit
0f2334f513
@ -196,6 +196,8 @@ func TestSyncSimple(t *testing.T) {
|
|||||||
tu.compareSourceState(client)
|
tu.compareSourceState(client)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
TODO: this is broken because of how tu.submitSourceBlock works now
|
||||||
func TestSyncManual(t *testing.T) {
|
func TestSyncManual(t *testing.T) {
|
||||||
H := 20
|
H := 20
|
||||||
tu := prepSyncTest(t, H)
|
tu := prepSyncTest(t, H)
|
||||||
@ -212,8 +214,6 @@ func TestSyncManual(t *testing.T) {
|
|||||||
tu.compareSourceState(client)
|
tu.compareSourceState(client)
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
|
||||||
TODO: this is broken because of how tu.submitSourceBlock works now
|
|
||||||
func TestSyncIncoming(t *testing.T) {
|
func TestSyncIncoming(t *testing.T) {
|
||||||
H := 1
|
H := 1
|
||||||
tu := prepSyncTest(t, H)
|
tu := prepSyncTest(t, H)
|
||||||
|
@ -6,7 +6,6 @@ import (
|
|||||||
"reflect"
|
"reflect"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
"github.com/ipfs/go-blockservice"
|
|
||||||
"github.com/ipfs/go-filestore"
|
"github.com/ipfs/go-filestore"
|
||||||
exchange "github.com/ipfs/go-ipfs-exchange-interface"
|
exchange "github.com/ipfs/go-ipfs-exchange-interface"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user