Skip to content

Running tests with rake causes a hanging process. #5

Closed
@Maturin

Description

@Maturin

After executing

rake test

the process does nothing and never returns. Very interesting is that this depends on the number of test scripts.

I did some debugging. Rake collects all the test and creates a string for launching another ruby process, which actually runs the test. After shorting the string, the specified tests are executed. If I check the started ruby process in the process explorer, it shows me only '�' as command line.

Environment:

Windows 7
Ruby 2.14 (RubyInstaller)
Rake 10.4.0, 10.1.0

Running the same tests on a Linux box or using JRuby on Windows is working.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions