Skip to content

migrate standalone activities tests to parallel suite#10199

Open
fretz12 wants to merge 2 commits intotemporalio:mainfrom
fretz12:fredtzeng/saa-parallel-suite
Open

migrate standalone activities tests to parallel suite#10199
fretz12 wants to merge 2 commits intotemporalio:mainfrom
fretz12:fredtzeng/saa-parallel-suite

Conversation

@fretz12
Copy link
Copy Markdown
Contributor

@fretz12 fretz12 commented May 7, 2026

What changed?

Migrated tests/standalone_activity_test.go from testify suite to parallelsuite

Why?

parallelsuite is the project's standard for new functional tests — it gives each test its own pooled cluster + isolated namespace and runs the suite's Test* methods in parallel. Test reduced from ~48s -> 17s

How did you test it?

  • built
  • run locally and tested manually
  • covered by existing tests
  • added new unit test(s)
  • added new functional test(s)

@fretz12 fretz12 requested a review from stephanos May 7, 2026 23:53
@fretz12 fretz12 marked this pull request as ready for review May 7, 2026 23:53
@fretz12 fretz12 requested review from a team as code owners May 7, 2026 23:53
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.

1 participant