Commits


David Li authored and Yibo Cai committed 781c4782d7d
ARROW-15707: [C++][FlightRPC] Make Flight tests more resuable across transports This is intended to support ARROW-15706 and ARROW-15282. This splits out tests which do not touch the transport into their own test. Meanwhile, data plane methods are moved into a common library and can be instantiated for specific transports. This also does some cleanup to remove some redundant test helpers, and removes a DISABLED test that was effectively never being run. Closes #12499 from lidavidm/arrow-15707 Authored-by: David Li <li.davidm96@gmail.com> Signed-off-by: Yibo Cai <yibo.cai@arm.com>