-
Notifications
You must be signed in to change notification settings - Fork 571
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
skip/todo timing tests on VMs #15264
Comments
From @khwilliamsonStandardize some mechanism so that tests that fail on smokers can be instead made TODO or skipped -- |
From @jkeenanOn Thu, 07 Apr 2016 02:37:10 GMT, khw wrote:
In my FreeBSD-10.3 VM, the last test found in t/re/speed.t is the one that most frequently fails: ##### See, e.g., http://perl5.test-smoke.org/report/57470. All smoke test runs on this platform are built with a threaded perl. The test seems to fail most frequently on DEBUGGING builds. Whenever I run the test file by itself, that is, outside the smoke-test run, it always PASSes. How would you diagnose or address that? Thank you very much. -- |
The RT System itself - Status changed from 'new' to 'open' |
From @iabynOn Sat, Sep 02, 2017 at 04:56:55PM -0700, James E Keenan via RT wrote:
Is it actually failing test 58, or is it that the watchdog timeout is Try 'use Time::HiRes qw(time);' and print the value of $elapsed just before +++ b/t/re/speed.t Then run it several times and see what sort of values you get. -- |
From @khwilliamsonOn Mon, 04 Sep 2017 01:29:40 -0700, davem wrote:
Was there any follow up to this? |
From @khwilliamsonOn Wed, 06 Apr 2016 19:37:10 -0700, khw wrote:
What if we create an environment variable something like PERL_IS_VM or PERL_RUNNING_IN_VM |
Migrated from rt.perl.org#127849 (status was 'open')
Searchable as RT127849$
The text was updated successfully, but these errors were encountered: