Skip to content
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

Unexpected execution times #49

Open
eserte opened this issue Oct 6, 2023 · 2 comments
Open

Unexpected execution times #49

eserte opened this issue Oct 6, 2023 · 2 comments
Assignees
Labels
testing to have a thoroughly tested module

Comments

@eserte
Copy link

eserte commented Oct 6, 2023

On some systems the test suite fails like this:

        #   Failed test 'Execution Time not measured as expected'
        #   at t/test_group.t line 586.
        #          got: '6.194930'
        #     expected: '-1'

        #   Failed test 'Execution Time not measured as expected'
        #   at t/test_group.t line 586.
        #          got: '6.190076'
        #     expected: '-1'

        #   Failed test ''1' Process timed out as expected'
        #   at t/test_group.t line 616.
        #          got: '3'
        #     expected: '1'
        # Looks like you failed 3 tests of 22.

    #   Failed test 'Process::SubProcess::Group::Wait() Method'
    #   at t/test_group.t line 619.
    # Looks like you failed 1 test of 2.

#   Failed test 'Process::SubProcess::Group Runtime Checks'
#   at t/test_group.t line 620.
# Looks like you failed 1 test of 5.
t/test_group.t ........ 
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/5 subtests 
@bodo-hugo-barwich
Copy link
Owner

Thank you for your feedback. I'm already looking into it.

@bodo-hugo-barwich bodo-hugo-barwich self-assigned this Oct 7, 2023
@bodo-hugo-barwich bodo-hugo-barwich added the testing to have a thoroughly tested module label Oct 7, 2023
@bodo-hugo-barwich
Copy link
Owner

This might be related to the issue:
Process::SubProcess::Group::Wait() Method fails

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
testing to have a thoroughly tested module
Projects
None yet
Development

No branches or pull requests

2 participants