You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our long tests and network "may fail" tests currently use python 3.10. I'd like to have those all upgraded to use python 3.13 going forwards.
The big reason is that we've been experiencing an out of memory issue #4710 that we believe to be related to the size of data now in OSV. One of the workarounds includes using python 3.13 (which has other memory improvements), so switching all of those jobs to python 3.13 should help us avoid failures as the OSV data size continues to balloon. There's probably some other benefits around performance and future-proofing but not having CI blocks as GSoC folk get going is my biggest motivation, because if CI gets blocked I'm often the only one who can fix things and it can take a while.
This should be just a couple line change in .github/workflows/testing.yml so I'm marking this as a good first issue for someone.
cve-bin-tool uses https://www.conventionalcommits.org/ style for commit messages, and we have a test that checks the title of your pull request (PR). A good potential title for this one is in the title of this issue.
You can make an issue auto close by including a comment "fixes #ISSUENUMBER" in your PR comments where ISSUENUMBER is the actual number of the issue. This "links" the issue to the pull request.
Claiming issues:
You do not need to have an issue assigned to you before you work on it. To "claim" an issue either make a linked pull request or comment on the issue saying you'll be working on it.
If someone else has already commented or opened a pull request, assume it is claimed and find another issue to work on.
If it's been more than 1 week without progress, you can ask in a comment if the claimant is still working on it before claiming it yourself (give them at least 3 days to respond before assuming they have moved on).
The text was updated successfully, but these errors were encountered:
@Gyan-max it's got a PR already #4779 so it's "open" in that I haven't merged that yet, but does not need any additional work at this time because there's already a solution in play.
Our long tests and network "may fail" tests currently use python 3.10. I'd like to have those all upgraded to use python 3.13 going forwards.
The big reason is that we've been experiencing an out of memory issue #4710 that we believe to be related to the size of data now in OSV. One of the workarounds includes using python 3.13 (which has other memory improvements), so switching all of those jobs to python 3.13 should help us avoid failures as the OSV data size continues to balloon. There's probably some other benefits around performance and future-proofing but not having CI blocks as GSoC folk get going is my biggest motivation, because if CI gets blocked I'm often the only one who can fix things and it can take a while.
This should be just a couple line change in .github/workflows/testing.yml so I'm marking this as a good first issue for someone.
Short tips for new contributors:
Claiming issues:
The text was updated successfully, but these errors were encountered: