Commit 22d414b
authored
Skip huge decompression test with leak detection (#15616)
Motivation:
The `AbstractIntegrationTest#testHugeDecompress` test in
`codec-compress` runs incredibly slowly when leak detection is enabled,
taking multiple hours when it normally takes just a few minutes with
leak detection disabled.
Modification:
Disable this test when the resource leak detector is enabled.
Result:
Our leak detecting builds no longer time out.1 parent 77661e7 commit 22d414b
1 file changed
Lines changed: 2 additions & 0 deletions
File tree
- codec-compression/src/test/java/io/netty/handler/codec/compression
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| |||
184 | 185 | | |
185 | 186 | | |
186 | 187 | | |
| 188 | + | |
187 | 189 | | |
188 | 190 | | |
189 | 191 | | |
| |||
0 commit comments