Skip to content

refactor: migrate StickyTqTestSuite to parallelsuite#9707

Merged
chaptersix merged 8 commits intotemporalio:mainfrom
chaptersix:stickytq-test-env
Apr 10, 2026
Merged

refactor: migrate StickyTqTestSuite to parallelsuite#9707
chaptersix merged 8 commits intotemporalio:mainfrom
chaptersix:stickytq-test-env

Conversation

@chaptersix
Copy link
Copy Markdown
Contributor

@chaptersix chaptersix commented Mar 26, 2026

Migrate StickyTqTestSuite from testify suite + FunctionalTestBase to parallelsuite.

Replace testify/suite pattern with standalone test functions using
testcore.NewEnv(t), consistent with ongoing test migration effort.
@chaptersix chaptersix marked this pull request as ready for review March 27, 2026 00:29
@chaptersix chaptersix requested review from a team as code owners March 27, 2026 00:29
@chaptersix chaptersix marked this pull request as draft March 30, 2026 22:05
@chaptersix chaptersix marked this pull request as ready for review April 5, 2026 03:54
@chaptersix chaptersix changed the title refactor: migrate tests/stickytq_test.go to testcore.NewEnv refactor: migrate StickyTqTestSuite to parallelsuite Apr 5, 2026
Comment thread tests/stickytq_test.go Outdated
Comment thread tests/stickytq_test.go Outdated
Replace testcore.NewContext() with env.Context() and env.T() with s.T()
per review feedback; env.T() is marked deprecated in the Env interface.
@chaptersix chaptersix enabled auto-merge (squash) April 10, 2026 12:22
@chaptersix chaptersix merged commit 0456e34 into temporalio:main Apr 10, 2026
68 of 70 checks passed
stephanos pushed a commit that referenced this pull request Apr 13, 2026
Migrate `StickyTqTestSuite` from testify suite + `FunctionalTestBase` to
`parallelsuite`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants