open-nomad/helper/pool
Tim Gross fb27082e5c
RPC errors must be wrapped in order to wrap internal errors (#8632)
The CSI client RPC uses error wrapping to detect the type of error bubbling up
from plugins, but if the errors we get aren't wrapped at each layer, we can't
unwrap the inner error.

Also eliminates some unused args.
2020-08-11 09:13:52 -04:00
..
conn.go New RPC Modes and basic setup for streaming RPC handlers 2018-02-15 13:59:01 -08:00
pool.go RPC errors must be wrapped in order to wrap internal errors (#8632) 2020-08-11 09:13:52 -04:00
pool_test.go tests: swap lib/freeport for tweaked helper/freeport 2019-12-09 08:37:32 -06:00