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

test: re-enable failing tests from #3653 #3720

Merged
merged 4 commits into from
Jan 12, 2024
Merged

Conversation

terriko
Copy link
Contributor

@terriko terriko commented Jan 11, 2024

Fixes #3653

I was able to get the tests to fail locally, but it looks like my local database was messed up because OSV had over-written the NVD severity data, causing tests to fail. Refreshing the data has fixed it, but it's possibly because we're having other OSV issues and that data isn't getting loaded. Going to re-enable the tests and make sure nvd is loaded last (so it over-writes any bad data from OSV) but I'll need to keep an eye on this because something bigger is likely wrong with the way our data sources are loading.

@codecov-commenter
Copy link

codecov-commenter commented Jan 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (17f7306) 79.48% compared to head (4c22b79) 80.28%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3720      +/-   ##
==========================================
+ Coverage   79.48%   80.28%   +0.79%     
==========================================
  Files         803      803              
  Lines       11974    11967       -7     
  Branches     1603     1603              
==========================================
+ Hits         9518     9608      +90     
+ Misses       1998     1936      -62     
+ Partials      458      423      -35     
Flag Coverage Δ
longtests 79.72% <ø> (+5.78%) ⬆️
win-longtests 78.12% <ø> (+0.62%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@terriko terriko changed the title test: try re-enabling exploit test test: re-enable failing tests from #3653 Jan 11, 2024
@terriko terriko merged commit 373bc2a into intel:main Jan 12, 2024
22 checks passed
inosmeet pushed a commit to inosmeet/cve-bin-tool that referenced this pull request Feb 6, 2024
* test: try re-enabling exploit test

* test: re-add test_csv2cve tests

* test: re-enable language scanner tests

* test: re-enable test_sbom tests
inosmeet pushed a commit to inosmeet/cve-bin-tool that referenced this pull request Feb 16, 2024
* test: try re-enabling exploit test

* test: re-add test_csv2cve tests

* test: re-enable language scanner tests

* test: re-enable test_sbom tests
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.

bug: tests failing after NVD server update
2 participants