Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alexshtin committed Aug 2, 2023
1 parent 9f913ff commit 18edcf8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/testdata/acquire_shard_deadline_exceeded_error.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ faultinjection:
methods:
UpdateShard:
errors:
DeadlineExceededError: 1.0 # 100% of the time, return a deadline exceeded error
DeadlineExceeded: 1.0 # 100% of the time, return a deadline exceeded error
2 changes: 1 addition & 1 deletion tests/testdata/acquire_shard_eventual_success.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ faultinjection:
UpdateShard:
seed: 43 # deterministically generate a deadline exceeded error followed by a success
errors:
DeadlineExceededError: 0.5 # 50% of the time, return a deadline exceeded error
DeadlineExceeded: 0.5 # 50% of the time, return a deadline exceeded error

0 comments on commit 18edcf8

Please # to comment.