pá 11. 10. 2024 v 19:23 odesílatel Steven Rostedt <rost...@goodmis.org> napsal: > > Thanks, I'm applying these, but could you or someone else create a test > directory in rtla and even rv that tests this code. I just examine it and > run some basic operations, but I have no idea if it is really working or not. > > Having a utest directory or something would be really beneficial. That way, > I can at least run that test before I push it up to my tree. >
Yeah, we definitely need that, ideally to test expected behavior for each common set of command line options. That would prevent unexpected changes, like the recent defaulting to userspace threads requiring -k to be used together with -U, otherwise, -U has no effect (because -u is added by default). I'll look into that. Tomas