FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Output elapsed time with S3 upload by blueyed · Pull Request #148 · codecov/codecov-python · GitHub

This repository was archived by the owner on May 21, 2025. It is now read-only.
/ codecov-python Public archive

Output elapsed time with S3 upload - #148

Merged
thomasrockhu merged 3 commits into
codecov:masterfrom
blueyed:elapsed
Sep 15, 2020
Merged

Output elapsed time with S3 upload#148
thomasrockhu merged 3 commits into
codecov:masterfrom
blueyed:elapsed

Conversation

blueyed commented May 19, 2018

Copy link
Copy Markdown
Contributor

It seems that it fails with "Forbidden" when it takes longer than 15s,
so this at least helps with debugging that.
The Bash uploader gzips the data file, so it is faster to upload and
does not trigger it with the given data file / internet connection.

(Pdb++) s3.text
'<?xml version="1.0" encoding="UTF-8"?>\n<Error><Code>AccessDenied</Code><Message>Request has expired</Message><Expires>2018-05-19T11:58:04Z</Expires><ServerTime>2018-05-19T11:58:10Z</ServerTime><RequestId>EFE63A2DA8CE9726</RequestId><HostId>LXoeTEXV7h3wN5DICvZg/U6uWIeyOgkJ1JnyEOQCpKNkQtpst4qKhkxuTgPnJeV3uB1jOexYP+s=</HostId></Error>'

blueyed and others added 2 commits May 19, 2018 14:05
It seems that it fails with "Forbidden" when it takes longer than 15s,
so this at least helps with debugging that.
The Bash uploader gzips the data file, so it is faster to upload and
does not trigger it with the given data file / internet connection.

    (Pdb++) s3.text
    '<?xml version="1.0" encoding="UTF-8"?>\n<Error><Code>AccessDenied</Code><Message>Request has expired</Message><Expires>2018-05-19T11:58:04Z</Expires><ServerTime>2018-05-19T11:58:10Z</ServerTime><RequestId>EFE63A2DA8CE9726</RequestId><HostId>LXoeTEXV7h3wN5DICvZg/U6uWIeyOgkJ1JnyEOQCpKNkQtpst4qKhkxuTgPnJeV3uB1jOexYP+s=</HostId></Error>'

Copy link
Copy Markdown
Contributor

@blueyed this is quite old, but if it's still useful, happy to merge in.

Comment thread codecov/__init__.py Outdated

codecov Bot commented Sep 14, 2020

Copy link
Copy Markdown

Codecov Report

Merging #148 into master will not change coverage.
The diff coverage is n/a.

@@          Coverage Diff          @@
##           master   #148   +/-   ##
=====================================
  Coverage      88%    88%           
=====================================
  Files           2      2           
  Lines           9      9           
=====================================
  Hits            8      8           
  Misses          1      1           

Copy link
Copy Markdown
Contributor

🤷‍♂️ it can't hurt

thomasrockhu merged commit 9137404 into codecov:master Sep 15, 2020
blueyed deleted the elapsed branch September 15, 2020 15:14
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants


Back | FazBrowse Home | New Git URL