MCPcopy Create free account
hub / github.com/apache/arrow / s3_connection

Function s3_connection

python/pyarrow/tests/conftest.py:158–161  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

156
157@pytest.fixture(scope='session')
158def s3_connection():
159 host, port = '127.0.0.1', find_free_port()
160 access_key, secret_key = 'arrow', 'apachearrow'
161 return host, port, access_key, secret_key
162
163
164def retry(attempts=3, delay=1.0, max_delay=None, backoff=1):

Callers

nothing calls this directly

Calls 1

find_free_portFunction · 0.90

Tested by

no test coverage detected