Joseph Kahn
Joseph Kahn
turn on verbose mode to see the command it's running?
If you run this command, as is, locally then does it work? https://github.com/JBKahn/provisioning-local/blob/master/ansible_modules/gconftool2#L93
did you try it with the gsettings command in the module, as I formatted it?
Are you sure the user it's using to set the value is the correct one? You can try specifying that? You can also use a break point and test that...
I don't see a reason not to change that. I didn't need that kind of flexibility so I didn't start with it. I'll take a look at the code when...
Interesting. If you use `--with-profile` which is a nose provided plugin, we can compare the results of a run with and without rednose?
It's just hard for me to test without access to problematic tests. If you can recreate this with a smaller sample of same tests, then I can do some digging.
Hmm I'll try to think of what is making it slow. Can you try reproducing with a small set of sample tests. Hard when I have nothing to work with....
There are other issues with multiprocessing and rednose i.e. https://github.com/JBKahn/rednose/issues/14 Might be related.
I'll try to reproduce this later this week using your code and dig into it! Thanks for the bug report, what an odd bug.