You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by GitBox <gi...@apache.org> on 2023/01/03 17:02:30 UTC

[GitHub] [arrow] pitrou opened a new issue, #15172: [Python] Docstring test failure

pitrou opened a new issue, #15172:
URL: https://github.com/apache/arrow/issues/15172

   ### Describe the bug, including details regarding any error messages, version, and platform.
   
   This seems to be failing on a more or less regular basis:
   ```
   
   ______________________ [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
   ```
   
   Example at https://github.com/apache/arrow/actions/runs/3831162396/jobs/6519941475#step:6:6215
   
   ### Component(s)
   
   Python


-- 
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: issues-unsubscribe@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] pitrou commented on issue #15172: [Python] Docstring test failure

Posted by GitBox <gi...@apache.org>.
pitrou commented on issue #15172:
URL: https://github.com/apache/arrow/issues/15172#issuecomment-1370008466

   cc @AlenkaF 


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] pitrou closed issue #15172: [Python] Docstring test failure

Posted by GitBox <gi...@apache.org>.
pitrou closed issue #15172: [Python] Docstring test failure
URL: https://github.com/apache/arrow/issues/15172


-- 
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: issues-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org