apr
apr copied to clipboard
Add option to disable timed dependant tests
The disabled tests rely on timing to pass correctly. On a virtualized system under heavy load, these tests randomly fail because they miss a timer or other timing related issues.
Thanks for the PR. This looks like a good idea but I think it should be done with a plain AC_DEFINE(HAVE_xxx) rather than putting something in apr.h which becomes part of the API.
Thanks for the PR. This looks like a good idea but I think it should be done with a plain
AC_DEFINE(HAVE_xxx)rather than putting something inapr.hwhich becomes part of the API.
This has been corrected now.