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

t/clustericious_command_generate.t fails #45

Open
eserte opened this issue Jan 20, 2018 · 2 comments
Open

t/clustericious_command_generate.t fails #45

eserte opened this issue Jan 20, 2018 · 2 comments

Comments

@eserte
Copy link

eserte commented Jan 20, 2018

On some of my smokers I see the following failure:

    # Failed test 'run: yath'
    # at t/clustericious_command_generate.t line 47.
    #   yath failed
    #     - execute failed: No such file or directory
    #     - died from signal: 128

    # Failed test 'exit with 0'
    # at t/clustericious_command_generate.t line 47.
    # [cmd]
    # [err]
    # Looks like you failed 2 tests of 14.

#   Failed test 'app'
#   at t/clustericious_command_generate.t line 68.

    # Failed test 'run: yath'
    # at t/clustericious_command_generate.t line 47.
    #   yath failed
    #     - execute failed: No such file or directory
    #     - died from signal: 128

    # Failed test 'exit with 0'
    # at t/clustericious_command_generate.t line 47.
    # [cmd]
    # [err]
    # Looks like you failed 2 tests of 14.

#   Failed test 'client'
#   at t/clustericious_command_generate.t line 68.
# Looks like you failed 2 tests of 2.
t/clustericious_command_generate.t ................... 
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/2 subtests 

Sorry, no more hints available.

@eserte eserte changed the title t/clustericious_command_generate.t t/clustericious_command_generate.t fails Jan 20, 2018
@plicease
Copy link
Collaborator

Can you please try 0.28_01? I think that should fix it.

@eserte
Copy link
Author

eserte commented Jan 22, 2018

It looks much better, though not perfect yet. With perl 5.10.1 (three different systems) I see:

    # Failed test 'exit with 0'
    # at t/clustericious_command_generate.t line 49.
    # [cmd]
    # [out]
    # Looks like you failed 1 test of 14.

#   Failed test 'app'
#   at t/clustericious_command_generate.t line 70.

    # Failed test 'exit with 0'
    # at t/clustericious_command_generate.t line 49.
    # [cmd]
    # [out]
    # Looks like you failed 1 test of 14.

#   Failed test 'client'
#   at t/clustericious_command_generate.t line 70.
# Looks like you failed 2 tests of 2.
t/clustericious_command_generate.t ................... 
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/2 subtests 

On a 5.20.0 system a similar failure:

    # Failed test 'exit with 0'
    # at t/clustericious_command_generate.t line 49.
    # [cmd]
    # [err]
    # Looks like you failed 1 test of 14.

#   Failed test 'app'
#   at t/clustericious_command_generate.t line 70.

    # Failed test 'exit with 0'
    # at t/clustericious_command_generate.t line 49.
    # [cmd]
    # [err]
    # Looks like you failed 1 test of 14.

#   Failed test 'client'
#   at t/clustericious_command_generate.t line 70.
# Looks like you failed 2 tests of 2.

You have loaded versions of test modules known to have problems with Test2.
This could explain some test failures.
 * Module 'Test2::Harness' is outdated and known to be broken, please update to 1.3e-05 or higher.

t/clustericious_command_generate.t ................... 
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/2 subtests 

The other 78 configurations have sent pass reports.

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

No branches or pull requests

2 participants