add Go SDK samples and integration tests - #389
Draft
Tomer Rosenthal (torosent) wants to merge 5 commits into
Draft
Tomer Rosenthal (torosent) wants to merge 5 commits into
Tomer Rosenthal (torosent) wants to merge 5 commits into
Conversation
Add Go counterparts for all 20 Python samples using durabletask-go v1.0.0-beta.1, with shared configuration, focused tests, executable emulator coverage, and repository-wide documentation and CI updates. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Remove counterpart labels and Python comparison sections while retaining standalone setup, behavior, and safety guidance. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Keep entrypoints small, organize workflow and activity code into focused files, and move exhaustive verification into opt-in integration tests. Remove the Go agent-directed workflow example and update catalogs, documentation, and the sequential demo/test runner. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Simplify sentences and vocabulary, keep technical names and commands, and use punctuation without em dashes. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Restore the root README after the previous scope mistake. Review all 19 Go sample READMEs and their shared guide, simplify the wording, and remove em dashes while preserving commands, links, and technical guidance. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Purpose
Does this introduce a breaking change?
Pull Request Type
What kind of change does this Pull Request introduce?
How to Test
Use Go 1.25 or later. For backend tests, first start an isolated DTS hub and Azurite as described in the Go sample README.
What to Check
Verify that the following are valid
Other Information
Go 1.25 builds, race tests, and vet passed locally. All 19 demos and 19 integration suites passed on both the emulator and live DTS.