Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
58 commits
Select commit Hold shift + click to select a range
12b4b56
Test for unset fields within mapper round trip tests
c-warren Sep 2, 2025
375d7c1
Testing out fuzzing
c-warren Sep 3, 2025
cd16a20
Improving fuzzer with some generics
c-warren Sep 3, 2025
fbd26b3
Improve fuzz interface
c-warren Sep 3, 2025
1fdd1c5
Improve clear fields interface
c-warren Sep 3, 2025
5d569f3
In a good place. Remaining: refactor the helpers to be at the bottom …
c-warren Sep 3, 2025
04b3eb1
Move the file around
c-warren Sep 4, 2025
dcab8e8
Get the tests working at least
c-warren Sep 4, 2025
5c04f9d
Fixing more funny business
c-warren Sep 4, 2025
dd847ab
Fix lint
c-warren Sep 5, 2025
f28d743
Add TODOs explaining why some things are the way they are
c-warren Sep 5, 2025
fbd6a02
Fix TestPendingDecisionInfo
c-warren Sep 5, 2025
49c1abe
TestPollForDecisionTaskResponse
c-warren Sep 5, 2025
512633e
Update comments
c-warren Sep 5, 2025
e61a04e
Test TestListArchivedWorkflowExecutionsResponse
c-warren Sep 5, 2025
dea3147
Merge branch 'TestListArchivedWorkflowExecutionsResponse' into cwarre…
c-warren Sep 5, 2025
9bb7c10
TestListClosedWorkflowExecutionsResponse
c-warren Sep 5, 2025
1758862
Merge branch 'TestListClosedWorkflowExecutionsResponse' into cwarren/…
c-warren Sep 5, 2025
d9aee3d
Test TestListDomainsResponse
c-warren Sep 5, 2025
9864d69
Merge branch 'TestListDomainsResponse' into cwarren/mappertestsfuzz
c-warren Sep 5, 2025
56604f4
Test TestListOpenWorkflowExecutionsResponse
c-warren Sep 5, 2025
0b707f8
Merge branch 'TestListOpenWorkflowExecutionsResponse' into cwarren/ma…
c-warren Sep 5, 2025
92b74c9
Test TestListWorkflowExecutionsRequest
c-warren Sep 5, 2025
0ed7c24
Test TestListWorkflowExecutionsResponse
c-warren Sep 5, 2025
4e25a3a
Merge branch 'TestListWorkflowExecutionsResponse' into cwarren/mapper…
c-warren Sep 5, 2025
70e9a31
Test TestRespondDecisionTaskCompletedResponse
c-warren Sep 5, 2025
5b33d4d
Merge branch 'TestRespondDecisionTaskCompletedResponse' into cwarren/…
c-warren Sep 5, 2025
cc8d2f2
Test TestRespondDecisionTaskCompletedRequest
c-warren Sep 5, 2025
cd87937
Merge branch 'TestRespondDecisionTaskCompletedRequest' into cwarren/m…
c-warren Sep 5, 2025
9c78ecb
Test TestScanWorkflowExecutionsResponse
c-warren Sep 6, 2025
243545d
Test
c-warren Sep 6, 2025
a9a8bd6
Merge branch 'TestSignalWithStartWorkflowExecutionRequest' into cwarr…
c-warren Sep 6, 2025
c179826
Test TestStartChildWorkflowExecutionInitiatedEventAttributes
c-warren Sep 6, 2025
8e375e2
Merge branch 'TestStartChildWorkflowExecutionInitiatedEventAttributes…
c-warren Sep 6, 2025
6311b32
Test TestStartWorkflowExecutionRequest
c-warren Sep 6, 2025
95ef124
Merge branch 'TestStartWorkflowExecutionRequest' into cwarren/mappert…
c-warren Sep 6, 2025
c853a23
Test TestWorkflowExecutionStartedEventAttributes
c-warren Sep 6, 2025
c8821d4
Merge branch 'TestWorkflowExecutionStartedEventAttributes' into cwarr…
c-warren Sep 6, 2025
af55e0f
Test TestUpdateDomainRequest
c-warren Sep 6, 2025
fda2692
Merge branch 'TestUpdateDomainRequest' into cwarren/mappertestsfuzz
c-warren Sep 6, 2025
d80289a
Remove TestHistory tests
c-warren Sep 6, 2025
8140b5f
Merge branch 'TestHistory' into cwarren/mappertestsfuzz
c-warren Sep 6, 2025
b758aa7
Update documentation
c-warren Sep 6, 2025
86b9f9e
TestWorkflowExecutionInfo
c-warren Sep 6, 2025
9d8ccc2
Merge branch 'TestWorkflowExecutionInfo' into cwarren/mappertestsfuzz
c-warren Sep 6, 2025
5703ec7
Test TestDescribeDomainResponse
c-warren Sep 6, 2025
910d205
lint
c-warren Sep 6, 2025
1ec3947
Test TestDescribeTaskListResponse
c-warren Sep 6, 2025
baae948
Merge branch 'TestDescribeTaskListResponse' into cwarren/mappertestsfuzz
c-warren Sep 6, 2025
cfc19b0
Test TestDescribeWorkflowExecutionResponse
c-warren Sep 6, 2025
e5a5747
Merge branch 'TestDescribeWorkflowExecutionResponse' into cwarren/map…
c-warren Sep 6, 2025
77e4f42
test TestGetWorkflowExecutionHistoryResponse
c-warren Sep 6, 2025
765e93e
Merge branch 'TestGetWorkflowExecutionHistoryResponse' into cwarren/m…
c-warren Sep 6, 2025
c4b8e68
Test TestListDomainsRequest
c-warren Sep 6, 2025
5661e84
Test TestWorkflowExecutionCancelRequestedEventAttributes
c-warren Sep 6, 2025
280c966
Merge branch 'TestWorkflowExecutionCancelRequestedEventAttributes' in…
c-warren Sep 6, 2025
aa2bf2e
lint
c-warren Sep 6, 2025
b8e0131
Comments
c-warren Sep 6, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ require (
github.com/gogo/protobuf v1.3.2
github.com/golang-jwt/jwt/v5 v5.2.0
github.com/golang/mock v1.5.0
github.com/google/gofuzz v1.0.0
github.com/jonboulle/clockwork v0.4.0
github.com/marusama/semaphore/v2 v2.5.0
github.com/opentracing/opentracing-go v1.1.0
Expand Down
1 change: 1 addition & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ github.com/google/go-cmp v0.5.4/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/
github.com/google/go-cmp v0.5.5/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
github.com/google/go-cmp v0.5.8 h1:e6P7q2lk1O+qJJb4BtCQXlK8vWEO8V1ZeuEdJNOqZyg=
github.com/google/go-cmp v0.5.8/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY=
github.com/google/gofuzz v1.0.0 h1:A8PeW59pxE9IoFRqBp37U+mSNaQoZ46F1f0f863XSXw=
github.com/google/gofuzz v1.0.0/go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg=
github.com/google/renameio v0.1.0/go.mod h1:KWCgfxg9yswjAJkECMjeO8J8rahYeXnNhOm40UhjYkI=
github.com/jessevdk/go-flags v1.4.0 h1:4IU2WS7AumrZ/40jfhf4QVDMsQwqA7VEHozFRrGARJA=
Expand Down
Loading