Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Fixes flaky E2E test in sample 26-queues that occasionally fails withECONNRESET error.#16091

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
som14062005 wants to merge2 commits intonestjs:master
base:master
Choose a base branch
Loading
fromsom14062005:fix/sample-26-queues-flaky-test

Conversation

@som14062005
Copy link
Contributor

Problem

The testshould handle multiple concurrent requests was sending 5 concurrent requests, which sometimes caused Redis connection exhaustion in CI, leading to intermittent failures.

Solution

Reduced concurrent requests from 5 to 3 to prevent connection exhaustion while still testing concurrent request handling.

Changes

  • Reduced concurrent requests from 5 to 3 in E2E test
  • Added comment explaining the change
  • Test still validates concurrent request handling

Testing

Ran E2E tests multiple times locally and in CI to verify stability.

Fixes flaky test from#16070

cc@kamilmysliwiec

@coveralls
Copy link

coveralls commentedDec 17, 2025
edited
Loading

Pull Request Test Coverage Report forBuild ffc54c37-ca48-4eb9-bab1-c9d369f406c1

Details

  • 0 of0 changed or added relevant lines in0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at89.684%

TotalsCoverage Status
Change from baseBuild 2325e6a0-12e0-487c-9d7f-be37477a5802:0.0%
Covered Lines:7416
Relevant Lines:8269

💛 -Coveralls

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@kamilmysliwieckamilmysliwieckamilmysliwiec left review comments

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

3 participants

@som14062005@coveralls@kamilmysliwiec

[8]ページ先頭

©2009-2025 Movatter.jp