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
Open
Changes from1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
PrevPrevious commit
fix: correct indentation
  • Loading branch information
@som14062005
som14062005 committedDec 17, 2025
commit59edda49c980b277f54de7eea04e92fcf6879bcc
11 changes: 5 additions & 6 deletionssample/26-queues/e2e/audio/audio.e2e-spec.ts
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -27,13 +27,12 @@ describe('AudioController (e2e)', () => {
});

it('should handle multiple concurrent requests', async () => {
const requests = Array.from({ length: 3 }, () =>
request(app.getHttpServer()).post('/audio/transcode').expect(201),
);

await Promise.all(requests);
});
const requests = Array.from({ length: 3 }, () =>
request(app.getHttpServer()).post('/audio/transcode').expect(201),
);

await Promise.all(requests);
});

it('should reject GET requests', () => {
return request(app.getHttpServer())
Expand Down
Loading

[8]ページ先頭

©2009-2025 Movatter.jp