open-cli-tools / open-cli-tools/concurrently

Duplicated execution of a command

Open
#421 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
TypeScript
Stars
7.9k
Forks
281
Avg merge
17h 12m
Merged PRs (30d)
1

Description

Description: concurrently executes the first of two command twice
Expected Behavior:Both commands are executed
Environment:

  • Gitlab Runner / CI
  • Using Docker executor with image mcr.microsoft.com/playwright:v1.32.1-focal
  • corepack prepare pnpm@8.3.1 --activate
    Reproduction: Locally (in a Docker container) not reproducible

Hi,
I am using concurrently as it is described by Storybook to run a test runner against a locally running web-server. The web server is started with pnpm dlx http-server.... The test runner is at first waiting for the web server with pnpm dlx wait-on --timeout 300000 tcp:6006 && pnpm test-storybook ....

Concurrently starts two web server.

See the full log of the ci runner:
ci-runner.log

Can anyone see what is wrong here or what application behaves unexpected and how to make it work?

Thank you very much for the support
Kind regards
Jan

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the linked CI runner log and the concurrently invocation that launches the web server and Storybook test runner, comparing the commands and their output. Reproduce the GitLab Runner/Docker scenario if possible; done means each command starts once and both commands execute as expected.

Written by the indexing model from the issue text.

Assessment

Tech stack
docker, typescript
Domain
cli
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
32/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.