DIRDEPS_BUILD: Update dependencies.Sponsored by: Dell EMC Isilon
Increase timeout from 10 minutes to 20 minutes for all testsOn particular slow networks, it can (on average) take longer toresolve hosts to IP* addresses. 20 minutes seemed reasonable formy work
Increase timeout from 10 minutes to 20 minutes for all testsOn particular slow networks, it can (on average) take longer toresolve hosts to IP* addresses. 20 minutes seemed reasonable formy work networkThis will be solved in a more meaningful way (if possible) usingconcurrency in the near futureMFC after: 2 weeksSponsored by: EMC / Isilon Storage Division
show more ...
Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installedafter r298107Summary of changes:- Replace all instances of FILES/TESTS with ${PACKAGE}FILES. This ensures that na
Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installedafter r298107Summary of changes:- Replace all instances of FILES/TESTS with ${PACKAGE}FILES. This ensures that namespacing is kept with FILES appropriately, and that this shouldn't need to be repeated if the namespace changes -- only the definition of PACKAGE needs to be changed- Allow PACKAGE to be overridden by callers instead of forcing it to always be `tests`. In the event we get to the point where things can be split up enough in the base system, it would make more sense to group the tests with the blocks they're a part of, e.g. byacc with byacc-tests, etc- Remove PACKAGE definitions where possible, i.e. where FILES wasn't used previously.- Remove unnecessary TESTSPACKAGE definitions; this has been elided into bsd.tests.mk- Remove unnecessary BINDIRs used previously with ${PACKAGE}FILES; ${PACKAGE}FILESDIR is now automatically defined in bsd.test.mk.- Fix installation of files under data/ subdirectories in lib/libc/tests/hash and lib/libc/tests/net/getaddrinfo- Remove unnecessary .include <bsd.own.mk>s (some opportunistic cleanup)Document the proposed changes in share/examples/tests/tests/... via examplesso it's clear that ${PACKAGES}FILES is the suggested way forward in terms ofreplacing FILES. share/mk/bsd.README didn't seem like the appropriate methodof communicating that info.MFC after: never probablyX-MFC with: r298107PR: 209114Relnotes: yesTested with: buildworld, installworld, checkworld; buildworld, packageworldSponsored by: EMC / Isilon Storage Division
DIRDEPS_BUILD: Connect MK_TESTS.Sponsored by: EMC / Isilon Storage Division
Avoid adding the '-release' suffix to non-debug kernel packages.Sponsored by: The FreeBSD Foundation
Increase the timeout for resolv_test from the default (300 seconds) to450 secondsThis is required on slower network connections, and on older releases(stable/10 seems to be slower as far as name
Increase the timeout for resolv_test from the default (300 seconds) to450 secondsThis is required on slower network connections, and on older releases(stable/10 seems to be slower as far as name resolution goes.. not surewhy yet).Remove an outdated comment in the Makefile from when I was working onthis code over a year ago on githubMFC after: 1 weekSponsored by: EMC / Isilon Storage Division
Add Makefile accidentally missed in r292317MFC after: 1 weekX-MFC with: r292317Sponsored by: EMC / Isilon Storage Division
Integrate tools/regression/lib/libc/resolv into the FreeBSD test suite aslib/libc/tests/resolvConvert the testcases to ATFMFC after: 1 weekSponsored by: EMC / Isilon Storage Division