Commit 3d34282
committed
test(opensearchtransport): confine the poller reaping guard to the unit binary
TestCloseReapsBackgroundPollers asserts the poller frames are gone from
the process-wide runtime.Stack dump after Close. That only holds where no
other live transport is polling, the same constraint that already keeps
the zero-allocation assertions out of the live-cluster binaries, so this
file now carries !integration too.
The doc comment states the constraint once and covers both the build tag
and the absence of t.Parallel.
Signed-off-by: Ryan Yuan <ryan.yuan@crowdstrike.com>1 parent 3a91a06 commit 3d34282
1 file changed
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
7 | 9 | | |
8 | 10 | | |
9 | 11 | | |
| |||
47 | 49 | | |
48 | 50 | | |
49 | 51 | | |
50 | | - | |
51 | | - | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
52 | 56 | | |
53 | 57 | | |
54 | 58 | | |
| |||
0 commit comments