Commit 48ad000
committed
optbuilder: remove assertion annotation in an edge case
In 7ca00cc we added a panic-catcher to
make any errors coming from `resolveAndRequireType` around partial
indexes to be assertion failures. This was done under the assumption that
we never expect any errors; however, we just saw a sentry report that had
an error there that seems somewhat expected "interrupted during
singleflight ×: context canceled". Thus, this commit removes the assertion
annotation.
Release note: None1 parent e860c36 commit 48ad000
1 file changed
+1
-14
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
123 | | - | |
| 123 | + | |
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
| |||
198 | 198 | | |
199 | 199 | | |
200 | 200 | | |
201 | | - | |
202 | | - | |
203 | | - | |
204 | | - | |
205 | | - | |
206 | | - | |
207 | | - | |
208 | | - | |
209 | | - | |
210 | | - | |
211 | | - | |
212 | | - | |
213 | | - | |
0 commit comments