Skip to content

fix: use separate ports for runtime integ tests to avoid parallel conflicts#332

Merged
jariy17 merged 1 commit into
aws:mainfrom
Hweinstock:fix/runtime-test-port-conflict
Mar 12, 2026
Merged

fix: use separate ports for runtime integ tests to avoid parallel conflicts#332
jariy17 merged 1 commit into
aws:mainfrom
Hweinstock:fix/runtime-test-port-conflict

Conversation

@Hweinstock

@Hweinstock Hweinstock commented Mar 12, 2026

Copy link
Copy Markdown
Contributor

Issue #, if available:

Description of changes:

Problem

The integration tests have been configured to run in parallel. However, the runtime tests do not support this because they start up local servers on the same port.

Solution

  • use different ports for different tests so they can run concurrently.

Testing

  • CI

Notes

memory tests should be fixed by #331.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@codecov-commenter

codecov-commenter commented Mar 12, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
⚠️ Please upload report for BASE (main@66c8488). Learn more about missing BASE report.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #332   +/-   ##
=======================================
  Coverage        ?   90.84%           
=======================================
  Files           ?       42           
  Lines           ?     4042           
  Branches        ?      622           
=======================================
  Hits            ?     3672           
  Misses          ?      203           
  Partials        ?      167           
Flag Coverage Δ
unittests 90.84% <ø> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@Hweinstock Hweinstock force-pushed the fix/runtime-test-port-conflict branch from f29bebf to 758ae18 Compare March 12, 2026 16:55
@Hweinstock Hweinstock marked this pull request as ready for review March 12, 2026 17:02
@Hweinstock Hweinstock requested a review from a team March 12, 2026 17:02
@jariy17 jariy17 merged commit 03b599a into aws:main Mar 12, 2026
18 of 19 checks passed
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.

3 participants