Skip to content

Commit

Permalink
feat: Add client-side retry/deadline testing surface (#426)
Browse files Browse the repository at this point in the history
  • Loading branch information
noahdietz authored Aug 10, 2020
1 parent 1a79b37 commit 2950a54
Show file tree
Hide file tree
Showing 19 changed files with 2,028 additions and 21 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
tmp/
dist/
coverage.txt
.vscode
2 changes: 1 addition & 1 deletion client/doc.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions client/echo_client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions client/identity_client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions client/messaging_client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

181 changes: 181 additions & 0 deletions client/sequence_client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

90 changes: 90 additions & 0 deletions client/sequence_client_example_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 2950a54

Please sign in to comment.