My Hudson projects don\'t seem to properly aggregate downstream test results and I\'m wondering if I\'ve missed a configuration step somewhere. I have two projects, Foo and Foo-
I fixed the missing '/' issue in Hudson 1.288
The key to using the aggregate downstream tests results is to run fingerprinting on both jobs. In this case, that would be 'Foo' and 'Foo-tests'
Hudson matches up the build with the downstream tests by finding files with identical fingerprints. So this means your fingerprints have to match. Kind of like a crime scene.