Commit 3514f6c
fix(redis): treat ignorable Redis errors as warnings (#5325)
* fix(redis): treat intermittent errors as warnings
Signed-off-by: Aramis Sennyey <aramissennyeydd@users.noreply.github.com>
* add changeset
Signed-off-by: Aramis Sennyey <aramissennyeydd@users.noreply.github.com>
* fix(rush): intermittent redis errors
Signed-off-by: Aramis Sennyey <aramissennyeydd@users.noreply.github.com>
* fix lint + move ordering
Signed-off-by: Aramis Sennyey <aramissennyeydd@users.noreply.github.com>
* Apply suggestions from code review
* destroy the client
Signed-off-by: Aramis Sennyey <aramissennyeydd@users.noreply.github.com>
* fix types
Signed-off-by: Aramis Sennyey <aramissennyeydd@users.noreply.github.com>
* fix api report + test build
Signed-off-by: Aramis Sennyey <aramissennyeydd@users.noreply.github.com>
* Apply suggestion from @iclanton
---------
Signed-off-by: Aramis Sennyey <aramissennyeydd@users.noreply.github.com>
Co-authored-by: Aramis Sennyey <aramissennyeydd@users.noreply.github.com>
Co-authored-by: Ian Clanton-Thuon <iclanton@users.noreply.github.com>1 parent b84587c commit 3514f6c
6 files changed
Lines changed: 43 additions & 17 deletions
File tree
- common
- changes/@microsoft/rush
- config/subspaces/default
- rush-plugins/rush-redis-cobuild-plugin
- src
- test
Lines changed: 11 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
Lines changed: 19 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
53 | 61 | | |
54 | 62 | | |
55 | 63 | | |
| |||
95 | 103 | | |
96 | 104 | | |
97 | 105 | | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
98 | 115 | | |
99 | 116 | | |
100 | 117 | | |
101 | 118 | | |
102 | | - | |
| 119 | + | |
103 | 120 | | |
104 | 121 | | |
105 | 122 | | |
| |||
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
62 | 67 | | |
63 | 68 | | |
64 | 69 | | |
| |||
0 commit comments