Skip to content

Ruby threads not ending after running test suite #323

@johnschoeman

Description

@johnschoeman

Metadata

  • Ruby version: 2.5.1
  • @prettier/plugin-ruby version: 0.12.3

Input

yarn run test

Current output

Screen Shot 2019-06-14 at 10 45 14 AM

Expected output

For the specs to tear down any and all spawned threads.


When running the test suite with: yarn run test many ruby threads will start to run the parser, ./test/js/parser.rb The specs will complete but the threads will not stop executing. This compounds with multiple runs of the test suite.

Currently on my machine it looks like there are 32 threads which are being started but not closed. I've just been manually killing the processes.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions