Commit 35f6ddb8 authored by Brian Tiger Chow's avatar Brian Tiger Chow

test(integration)

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

Test1KBInstantaneous fails

@jbenet @whyrusleeping
parent 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 is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment