Skip to content

refactor: migrate client_data_converter_test.go to testcore.NewEnv#9718

Open
chaptersix wants to merge 1 commit intotemporalio:mainfrom
chaptersix:client-data-converter-test-env
Open

refactor: migrate client_data_converter_test.go to testcore.NewEnv#9718
chaptersix wants to merge 1 commit intotemporalio:mainfrom
chaptersix:client-data-converter-test-env

Conversation

@chaptersix
Copy link
Copy Markdown
Contributor

What changed?

  • Migrated tests/client_data_converter_test.go from testify suite pattern to testcore.NewEnv.
  • Converted suite test methods into standalone package-level functions taking *testcore.TestEnv as the first argument.
  • Updated TaskQueue() usage to WorkerTaskQueue() and removed suite scaffolding/imports.

Why?

  • Continue the piece-by-piece migration of functional tests to use TestEnv with minimal diff for easier review.

How did you test it?

  • go test -tags disable_grpc_modules,test_dep -timeout 5m -run TestClientDataConverterTestSuite ./tests/...

Potential risks

  • Tests only.

@chaptersix chaptersix marked this pull request as ready for review March 27, 2026 13:14
@chaptersix chaptersix requested review from a team as code owners March 27, 2026 13:14
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