Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Backport 1.0.latest] Fix #9907: Add retry to tox to reduce flaky tests due to network failures #10178

Merged
merged 2 commits into from
May 21, 2024

Conversation

aranke
Copy link
Member

@aranke aranke commented May 20, 2024

resolves #

Problem

Solution

Checklist

  • I have read the contributing guide and understand what's expected of me
  • I have run this code in development and it appears to resolve the stated issue
  • This PR includes tests, or tests are not required/relevant for this PR
  • This PR has no interface changes (e.g. macros, cli, logs, json artifacts, config files, adapter interface, etc) or this PR has already received feedback and approval from Product or DX
  • This PR includes type annotations for new and modified functions

Copy link

cla-bot bot commented May 20, 2024

Thank you for your pull request and welcome to our community. We could not parse the GitHub identity of the following contributors: Nathaniel May.
This is most likely caused by a git client misconfiguration; please make sure to:

  1. check if your git client is configured with an email to sign commits git config --list | grep email
  2. If not, set it up using git config --global user.email email@example.com
  3. Make sure that the git commit email is configured in your GitHub account settings, see https://github.com/settings/emails

@wiz-inc-266a8a9c32
Copy link

wiz-inc-266a8a9c32 bot commented May 20, 2024

Wiz Scan Summary

IaC Misconfigurations 0C 0H 0M 0L 0I
Vulnerabilities 0C 3H 5M 1L 0I
Sensitive Data 0C 0H 0M 0L 0I
Total 0C 3H 5M 1L 0I
Secrets 0🔑

certifi==2021.10.8
attrs==21.4.0
Babel==2.10.2
certifi==2022.5.18.1

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The following vulnerabilities impact certifi versions <2023.7.22: CVE-2022-23491, CVE-2023-37920.

These can be remediated by updating to version 2023.7.22 or higher.

Suggested change
certifi==2022.5.18.1
certifi==2023.7.22

PyYAML==6.0
requests==2.26.0
requests==2.28.0

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The following vulnerability impacts requests versions <2.31.0: CVE-2023-32681.

It can be remediated by updating to version 2.31.0 or higher.

Suggested change
requests==2.28.0
requests==2.31.0

urllib3==1.26.7
Werkzeug==2.0.2
zipp==3.6.0
urllib3==1.26.9

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The following vulnerabilities impact urllib3 versions <1.26.18: CVE-2023-43804, CVE-2023-45803.

These can be remediated by updating to version 1.26.18 or higher.

Suggested change
urllib3==1.26.9
urllib3==1.26.18

Werkzeug==2.0.2
zipp==3.6.0
urllib3==1.26.9
Werkzeug==2.1.2

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The following vulnerabilities impact werkzeug versions <3.0.3: CVE-2023-23934, CVE-2023-25577, CVE-2023-46136, CVE-2024-34069.

These can be remediated by updating to version 3.0.3 or higher.

Suggested change
Werkzeug==2.1.2
Werkzeug==3.0.3

@aranke aranke changed the base branch from main to 1.0.latest May 20, 2024 15:54
@aranke aranke added the cla:yes label May 20, 2024
@aranke aranke marked this pull request as ready for review May 20, 2024 16:02
Copy link
Contributor

Thank you for your pull request! We could not find a changelog entry for this change. For details on how to document a change, see the contributing guide.

@aranke aranke merged commit 1786f99 into 1.0.latest May 21, 2024
40 of 44 checks passed
@aranke aranke deleted the backport-10137-to-1.0.latest branch May 21, 2024 20:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[testing] Reduce flaky tests by retrying git failures
2 participants