Skip to content

[e2e] Support unlimited concurrent streams #546

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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

muhamadazmy
Copy link
Contributor

@muhamadazmy muhamadazmy commented Jun 4, 2025

[e2e] Support unlimited concurrent streams

Summary:

  • Also enable heapdump with USR2 signal
  • Show number of inflight invocation periodically

Copy link

github-actions bot commented Jun 4, 2025

Test Results

  7 files  ±0    7 suites  ±0   3m 51s ⏱️ -24s
 54 tests ±0   53 ✅ ±0  1 💤 ±0  0 ❌ ±0 
223 runs  ±0  220 ✅ ±0  3 💤 ±0  0 ❌ ±0 

Results for commit 45e8d07. ± Comparison against base commit fbb8197.

♻️ This comment has been updated with latest results.


setInterval(() => {
console.log(
`${new Date().toISOString}: Inflight requests: ${INFLIGHT_REQUESTS}`,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

new Date().toISOString -> new Date().toISOString()

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, don't know what happened :D

@igalshilman
Copy link
Contributor

@muhamadazmy you need to run
npm run format to fix the linting issues.

@muhamadazmy muhamadazmy force-pushed the pr546 branch 2 times, most recently from cf9a447 to 60bf0cc Compare June 5, 2025 10:33
Summary:
- Also enable heapdump with USR2 signal
- Show number of inflight invocation periodically
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants