lidavidm commented on a change in pull request #7406:
URL: https://github.com/apache/arrow/pull/7406#discussion_r438958815
##########
File path: python/pyarrow/tests/test_flight.py
##########
@@ -1428,3 +1428,25 @@ def test_middleware_multi_header():
for header, values in MultiHeaderClientMiddleware.EXPECTED.items():
assert client_headers.get(header) == values
assert headers.last_headers.get(header) == values
+
+
[email protected]_testing_data
+def test_generic_options():
+ """Test setting generic client options."""
+ certs = example_tls_certs()
+
+ with ConstantFlightServer(tls_certificates=certs["certificates"]) as s:
Review comment:
We do - there are two tests here, using the same properties as C++. I
can split them if that's clearer.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]