store: add Timeout option #139

Merged
vtolstov merged 3 commits from store into v3 2022-07-08 22:41:47 +03:00
vtolstov commented 2022-07-08 22:32:01 +03:00 (Migrated from github.com)
  • add ability to specify timeout for all store operations
* add ability to specify timeout for all store operations
github-actions[bot] (Migrated from github.com) reviewed 2022-07-08 22:32:17 +03:00
github-actions[bot] (Migrated from github.com) approved these changes 2022-07-08 22:40:10 +03:00
codecov[bot] commented 2022-07-08 22:40:52 +03:00 (Migrated from github.com)

Codecov Report

Merging #139 (33591e0) into v3 (5953b5a) will decrease coverage by 0.05%.
The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##               v3     #139      +/-   ##
==========================================
- Coverage   41.00%   40.94%   -0.06%     
==========================================
  Files          97       97              
  Lines        8785     8789       +4     
==========================================
- Hits         3602     3599       -3     
- Misses       4858     4865       +7     
  Partials      325      325              
Impacted Files Coverage Δ
store/options.go 19.59% <0.00%> (-0.55%) ⬇️
network/transport/memory.go 70.55% <0.00%> (-1.23%) ⬇️
register/memory.go 66.66% <0.00%> (-0.28%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5953b5a...33591e0. Read the comment docs.

# [Codecov](https://codecov.io/gh/unistack-org/micro/pull/139?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=unistack-org) Report > Merging [#139](https://codecov.io/gh/unistack-org/micro/pull/139?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=unistack-org) (33591e0) into [v3](https://codecov.io/gh/unistack-org/micro/commit/5953b5aae6a3d9381f912465243a8c7b60f3144f?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=unistack-org) (5953b5a) will **decrease** coverage by `0.05%`. > The diff coverage is `0.00%`. [![Impacted file tree graph](https://codecov.io/gh/unistack-org/micro/pull/139/graphs/tree.svg?width=650&height=150&src=pr&token=OZPO2LP7VS&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=unistack-org)](https://codecov.io/gh/unistack-org/micro/pull/139?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=unistack-org) ```diff @@ Coverage Diff @@ ## v3 #139 +/- ## ========================================== - Coverage 41.00% 40.94% -0.06% ========================================== Files 97 97 Lines 8785 8789 +4 ========================================== - Hits 3602 3599 -3 - Misses 4858 4865 +7 Partials 325 325 ``` | [Impacted Files](https://codecov.io/gh/unistack-org/micro/pull/139?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=unistack-org) | Coverage Δ | | |---|---|---| | [store/options.go](https://codecov.io/gh/unistack-org/micro/pull/139/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=unistack-org#diff-c3RvcmUvb3B0aW9ucy5nbw==) | `19.59% <0.00%> (-0.55%)` | :arrow_down: | | [network/transport/memory.go](https://codecov.io/gh/unistack-org/micro/pull/139/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=unistack-org#diff-bmV0d29yay90cmFuc3BvcnQvbWVtb3J5Lmdv) | `70.55% <0.00%> (-1.23%)` | :arrow_down: | | [register/memory.go](https://codecov.io/gh/unistack-org/micro/pull/139/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=unistack-org#diff-cmVnaXN0ZXIvbWVtb3J5Lmdv) | `66.66% <0.00%> (-0.28%)` | :arrow_down: | ------ [Continue to review full report at Codecov](https://codecov.io/gh/unistack-org/micro/pull/139?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=unistack-org). > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=unistack-org) > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data` > Powered by [Codecov](https://codecov.io/gh/unistack-org/micro/pull/139?src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=unistack-org). Last update [5953b5a...33591e0](https://codecov.io/gh/unistack-org/micro/pull/139?src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=unistack-org). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=unistack-org).
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: unistack-org/micro#139
No description provided.