clustericious / Clustericious

2 stars 3 forks source link

t/clustericious_command_generate.t fails #45

Open eserte opened 6 years ago

eserte commented 6 years ago

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.

plicease commented 6 years ago

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

eserte commented 6 years ago

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.