提交 35f6ddb8 作者: Brian Tiger Chow

test(integration)

It's now possible to produce the DHT issues without process
orchestration.

Test1KBInstantaneous fails

@jbenet @whyrusleeping
上级 ad546f93
......@@ -27,14 +27,16 @@ import (
const kSeed = 1
func Test100MBInstantaneous(t *testing.T) {
func Test1KBInstantaneous(t *testing.T) {
conf := Config{
NetworkLatency: 0,
RoutingLatency: 0,
BlockstoreLatency: 0,
}
AddCatBytes(RandomBytes(100*1024*1024), conf)
if err := AddCatBytes(RandomBytes(1*KB), conf); err != nil {
t.Fatal(err)
}
}
func TestDegenerateSlowBlockstore(t *testing.T) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论