User Details
- User Since
- May 30 2017, 11:42 AM (451 w, 3 d)
Wed, Jan 21
Tue, Jan 20
I've seen that when using ATF, ${PWD} is preferred over $(pwd) (efficiency, I guess).
Thank you!
Mon, Jan 19
I think this is not sufficient (just to avoid a missing mac.conf entry):
I will test it thoroughly later, but for now:
# jail -c path=/ name=D54786 persist # jls -s
Nice! I may steal a few ideas for some other similar tests.
I made a small observation, that can be ignored, I'm just thrilled with my recent discovery of atf_check -r.
After this refactoring, the test syslogd_test:forward becomes very flaky. It should be all fixed in the following revision.
But I also have one more question: one of the warnings is also about unexisting .Xr sysctl 2. As I can see, there is no sysctl(2) in FreeBSD, only sysctl(3). But the man pages talks about it in the context of syscalls, so it seems that we can't just change sysctl(2) to sysctl(3) since sysctl(3) is not a syscall. What sould we do about that?
Sun, Jan 18
Sat, Jan 17
Thanks. The "fi" ligature was probably an artifact from copy/pasting from the PDF article.
If possible, try to fix all the mandoc -T lint share/man/man4/capsicum.4 recommendations while here.
I'll just submit the trivial rdr_action_head() fix and abandon the rest.
I'll wait for the test timeouts dust to settle and simply try sleeping a bit more once I gather all the flaky tests.
Thank you for your input!
Thu, Jan 15
I imagined so. Thank you!
Wed, Jan 14
I think this has already been fixed in 742d93da842afa34c5268e96c6a3f95ad44ae770.
I'll add the comment upon commit:
/* https://reviews.llvm.org is deprecated and this review is never going to be updated or completed */
Thanks.
This might be an overkill, but I would like to know if a similar helper function could help avoid failure intermittence (flakiness) in some tests. I reproduced this test natively on a very fast aarch64 machine, and it did not fail once, comparing the output of a successful pass vs. a failed one makes me wonder if it is not sleeping enough:
- Include other blocklist paths
- Simplify jail processing
- Exit rather than return
@khorben somehow your email went into spam.
Initially I would like to add my username to the list of contrib/blocklist maintainers.
Regarding usr.bin/dtc, while I do have some special access to the upstream repo, I'm not the main maintainer. It should be theraven (not tagged on purpose).
There are other areas that I would like to add my username, but initially, let's start with blocklist.
- Do not skip, but expect fail
- Terse message
