Commit 1ef08fa
authored
Disable BlockHound reporting for Kubernetes client testing (#6329)
Motivation:
It is inconvient and time-consuming to check all CI results due to the
false-positive BlockHound reports. Therefore, I propose disabling
BlockHound reporting until [the patched
version](eclipse-vertx/vert.x#5637) is released.
Modifications:
- Add `FastThreadLocalRunnable.run` to `allowBlockingCallsInside` for
disabling the reports
Result:
Less noisy CI builds1 parent 883e8bf commit 1ef08fa
2 files changed
Lines changed: 29 additions & 0 deletions
File tree
- kubernetes/src/test
- java/com/linecorp/armeria/client/kubernetes
- resources/META-INF/services
Lines changed: 28 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
0 commit comments