Julio Merino

Results 138 comments of Julio Merino

Let's make this more generic. We should whitelist the patterns that we can support (say pathnames with at most the process name and PIDs bundled in them) and use those...

rodrigc, Kyua already has support for OS X's default naming scheme: https://github.com/jmmv/kyua/blob/master/testers/stacktrace.c#L265 . Is that not working for you?

Showing the line where print_error is called would be useless as well. Pointing to cli/main.cpp provides no additional value. We should probably show the line where the error originated; i.e....

Two thoughts: - a. `unprivileged_user` should be a Kyua-internal variable and not leak to tests. If tests want to use a variable that defines an unprivileged user, they should just...

_From [yanegomi](https://code.google.com/u/109487435073463797222/) on February 06, 2011 21:03:19_ Hi Julio! I was looking at the isolate_process function and I was thinking, why not just filter through $HOME, $TERM, $USER and set...

_From [[email protected]](https://code.google.com/u/116807652240575800029/) on July 14, 2012 12:47:39_ **Labels:** Milestone-Release0.6

_From [[email protected]](https://code.google.com/u/116807652240575800029/) on February 09, 2013 17:06:02_ Delay the implementation of this feature as it's not required for the import into NetBSD. ATF did not implement this, so it won't...

_From [[email protected]](https://code.google.com/u/115749396596694607213/) on September 19, 2011 05:58:24_ There is more notes about this here: http://mtn-host.prjek.net/viewmtn/atf/revision/file/7ae5fa10200ec66c26f08c27e4aeaf3facf3f031/TODO

_From [[email protected]](https://code.google.com/u/116807652240575800029/) on October 11, 2013 08:23:43_ Copying the referenced here. gcooper: I would think that stress/negative tests would be of more value than race condition tests (they're similar, but...

Sooo... I've been hitting my head against this for the whole week and finally gotten sqlx to correctly negotiate TLS with Azure SQL serverless. Trivial in principle as you said,...