Closed tonymorris closed 11 years ago
I can reproduce the issue by running these examples in local mode:
(1 to 10) foreach { i =>
"xxx_"+i >> { implicit sc: SC =>
def list = new DListImpl[String](pd(load, load))
val l3 = list.filter(_ => true).filter(_ => true)
normalise(l3.run) === "Vector(start, start)"
}
}
Occasionally
SimpleDListsSpec "23. (pd + pd) + gbk + reducer"
will fail at revision25b8005a5116ce4a526ae8e42fd1bb271e467fb6
with thesbt
command:Test failure: