> > Or it might be a better idea to dump all the data the test cases have in > > case of a failure. Such as the parameters passed to the API, the cgroup > > data structure and the values entered in the DS by the test case. I > > don't know, I am just shooting in the dark right now. Comments? > I have no idea over here.
Well, while debugging, we want to know exactly why it fails. Maybe dumping out the data structure contents will make it much easier and faster to fix the bugs as opposed to having to get the data struture contents and so on while debugging. It might also be an interesting idea to see if we can run individual test cases as well, to make fixing much easier and have directed testing. /me goes to think on how to accomplish that thanks, -- regards, Dhaval ------------------------------------------------------------------------------ Check out the new SourceForge.net Marketplace. It is the best place to buy or sell services for just about anything Open Source. http://p.sf.net/sfu/Xq1LFB _______________________________________________ Libcg-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libcg-devel
