Commit bf9c0858 authored by Tommi Virtanen's avatar Tommi Virtanen Committed by Jeromy

dagmodifier test: Add TODO note about how bad luck can cause test failure

License: MIT
Signed-off-by: default avatarJeromy <jeromyj@gmail.com>
parent 96bed09b
......@@ -568,6 +568,7 @@ func TestCorrectPinning(t *testing.T) {
indirpins := pins.IndirectKeys()
children := enumerateChildren(t, nd, dserv)
// TODO this is not true if the contents happen to be identical
if len(indirpins) != len(children) {
t.Log(len(indirpins), len(children))
t.Fatal("Incorrect number of indirectly pinned blocks")
......
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