mapleFU commented on PR #15124:
URL: https://github.com/apache/arrow/pull/15124#issuecomment-1369793523
oops, I got a
```
=================================== FAILURES
===================================
______________________ [doctest] pyarrow._fs.PyFileSystem
______________________
EXAMPLE LOCATION UNKNOWN, not showing all tests of that example
??? >>> gfs = github.GithubFileSystem('apache', 'arrow',
sha='ec51aec4d15035f4d9d6a1c4346d0a2b9a37fb75')
UNEXPECTED EXCEPTION: HTTPError('403 Client Error: rate limit exceeded for
url:
https://api.github.com/repos/apache/arrow/git/trees/ec51aec4d15035f4d9d6a1c4346d0a2b9a37fb75')
Traceback (most recent call last):
File "/opt/conda/envs/arrow/lib/python3.9/doctest.py", line 1334, in __run
exec(compile(example.source, filename, "single",
File "<doctest pyarrow._fs.PyFileSystem[1]>", line 1, in <module>
File "/opt/conda/envs/arrow/lib/python3.9/site-packages/fsspec/spec.py",
line 76, in __call__
obj = super().__call__(*args, **kwargs)
File
"/opt/conda/envs/arrow/lib/python3.9/site-packages/fsspec/implementations/github.py",
line 56, in __init__
self.ls("")
File
"/opt/conda/envs/arrow/lib/python3.9/site-packages/fsspec/implementations/github.py",
line 158, in ls
r.raise_for_status()
File
"/opt/conda/envs/arrow/lib/python3.9/site-packages/requests/models.py", line
1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: rate limit exceeded for
url:
https://api.github.com/repos/apache/arrow/git/trees/ec51aec4d15035f4d9d6a1c4346d0a2b9a37fb75
/opt/conda/envs/arrow/lib/python3.9/site-packages/pyarrow/_fs.cpython-39-x86_64-linux-gnu.so:None:
UnexpectedException
=============================== warnings summary
===============================
opt/conda/envs/arrow/lib/python3.9/site-packages/pytest_cython/plugin.py:57
/opt/conda/envs/arrow/lib/python3.9/site-packages/pytest_cython/plugin.py:57:
PytestRemovedIn8Warning: The (fspath: py.path.local) argument to DoctestModule
is deprecated. Please use the (path: pathlib.Path) argument instead.
See
https://docs.pytest.org/en/latest/deprecations.html#fspath-argument-for-node-constructors-replaced-with-pathlib-path
return DoctestModule.from_parent(parent, fspath=path)
-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
=========================== short test summary info
============================
SKIPPED [2]
opt/conda/envs/arrow/lib/python3.9/site-packages/_pytest/doctest.py:455: all
tests skipped by +SKIP option
============= 1 failed, 223 passed, 2 skipped, 1 warning in 8.70s
==============
```
Seems that maybe we should rerun it?
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]