apr icon indicating copy to clipboard operation
apr copied to clipboard

Add option to disable timed dependant tests

Open kanavin opened this issue 1 year ago • 2 comments

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.

kanavin avatar Feb 28 '24 13:02 kanavin

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.

notroj avatar Aug 06 '24 18:08 notroj

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.

This has been corrected now.

kanavin avatar Aug 12 '24 11:08 kanavin