ashmrtn

Results 24 comments of ashmrtn

Doesn't that kind of defeat the purpose of groups though? If you wanted to use groups to organize and easily enable/disable the rules, then you'd have to add them to...

My apologies! Let's say that I have some number of domains that I would like to block (or whitelist) and they fit a regex pattern. To be organized, I'd also...

> Imagine the contrary of blacklist regex, whitelist regex. You may have a group "allow Google ads" because someone in your network insist on using them. You don't want this...

From a technical perspective it is not required, though it may make debugging certain issues a little easier. The debugging help assumes that file systems properly set the meta flag...

This functionality can likely be implemented as either methods on the `BaseTestCase` class which user workloads should inherit from, or a set of standalone utilities. The standalone utilities may be...

I agree that the user will probably know about these before-hand when the setup the test harness. However, if we want to have a library of common test cases, we...

Sure. Part of the reason for making this is so that it doesn't get forgotten down the road if we wish to make this a more robust system for people...

From the description of bug 1, it sounds like an artifact of how CrashMonkey exits when interrupted. My guess would be that CrashMonkey hasn't cleaned up some of the resources...

I can see if I have some extra time in the next few weeks to try porting CrashMonkey to 4.9. My guess would be it's some mismatch in the names...

Thanks for the extra information! That is actually an interesting `dmesg` log that you got back. Based on the `dmesg` output, I think you are correct that the file system...