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

refactor(importer): extract inline GCS parsing function #2644

Merged

Conversation

andrewpollock
Copy link
Contributor

In preparation for adding schema validation failure reporting, revisit the outstanding TODO to refactor the inline convert_blob_to_vuln() function inside of process_updates_bucket() from when the GCS record deletion code was added.

Make related unit tests more user-friendly

In preparation for adding schema validation failure reporting, revisit
the outstanding TODO to refactor the inline `convert_blob_to_vuln()`
function inside of `process_updates_bucket()`

Make related unit tests more user-friendly
docker/importer/importer.py Outdated Show resolved Hide resolved
docker/importer/importer.py Outdated Show resolved Hide resolved
andrewpollock and others added 4 commits September 25, 2024 10:35
Co-authored-by: Rex P <106129829+another-rex@users.noreply.github.com>
Wired: Being able to directly suggest changes via the GitHub review interface
Tired: Having them not be linter-compliant :-(
@andrewpollock andrewpollock merged commit 447a30c into google:master Sep 25, 2024
11 checks passed
andrewpollock added a commit to andrewpollock/osv.dev that referenced this pull request Sep 30, 2024
I noticed some errors getting logged by the GCS deletion code because
the blob disappeared in between the bucket getting listed and the blobs
being retrieved (this can happen, but led me to also find the fix in

Also give validation failure the same exception-raising treatment as the
refactor in google#2644 did for import-time validation failure.
andrewpollock added a commit to andrewpollock/osv.dev that referenced this pull request Oct 1, 2024
This reverts commit 447a30c.

There is a suspected unknown performance regression.
andrewpollock added a commit that referenced this pull request Oct 1, 2024
This reverts commit 447a30c.

There is a suspected unknown performance regression 😭
andrewpollock added a commit to andrewpollock/osv.dev that referenced this pull request Oct 1, 2024
This reverts commit 165b2fe.

Fix performance regression introduced:

- don't create a new storage client and Data Store client for each
  thread processing a GCS blob.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants