Commits


David Li authored and Antoine Pitrou committed 8f3148bdead
ARROW-7583: [FlightRPC][C++] relax auth tests due to nondeterminism Tests were being flaky for DoPut on Windows. This relaxes the check since that method can fail in a few different ways, in some of which gRPC doesn't report an actual error message, only a boolean 😞 Closes #6255 from lidavidm/arrow-7583 and squashes the following commits: 3166ae7f6 <David Li> ARROW-7583: relax auth tests due to nondeterminism Authored-by: David Li <li.davidm96@gmail.com> Signed-off-by: Antoine Pitrou <antoine@python.org>