Hi, I am working on a tiny experimental framework for Mesos. I was wondering what is the recommended way of writing testcases for framework testing. I looked at the several existing frameworks, but its still not clear to me. I understand that I might be able to test executor functionality in isolation through normal test cases, but testing as a whole framework is what I am unclear about.
Suggestions? Is that a non-goal? How do other framework developers go about it? Also, on the related note, is there a way to debug frameworks in better way than sifting through logs? Thanks, Dharmesh
