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)
|
||||
}
|
||||
|
||||
/*
|
||||
TODO: this is broken because of how tu.submitSourceBlock works now
|
||||
func TestSyncManual(t *testing.T) {
|
||||
H := 20
|
||||
tu := prepSyncTest(t, H)
|
||||
@ -212,8 +214,6 @@ func TestSyncManual(t *testing.T) {
|
||||
tu.compareSourceState(client)
|
||||
}
|
||||
|
||||
/*
|
||||
TODO: this is broken because of how tu.submitSourceBlock works now
|
||||
func TestSyncIncoming(t *testing.T) {
|
||||
H := 1
|
||||
tu := prepSyncTest(t, H)
|
||||
|
@ -6,7 +6,6 @@ import (
|
||||
"reflect"
|
||||
"time"
|
||||
|
||||
"github.com/ipfs/go-blockservice"
|
||||
"github.com/ipfs/go-filestore"
|
||||
exchange "github.com/ipfs/go-ipfs-exchange-interface"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user