Versioning enhancements #289
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
pne-workflow.yml
on: pull_request
build-test-product-extractor
8m 45s
production-deploy
0s
Annotations
6 errors and 1 warning
DatabaseHelperTest.insertVdoBatchTest:
crawler/src/test/java/edu/rit/se/nvip/db/DatabaseHelperTest.java#L343
Cannot invoke "edu.rit.se.nvip.model.CvssScore.getBaseScore()" because the return value of "edu.rit.se.nvip.model.CompositeVulnerability.getCvssScoreInfo()" is null
|
DatabaseHelperTest.insertCvssBatchTest:
crawler/src/test/java/edu/rit/se/nvip/db/DatabaseHelperTest.java#L322
Wanted but not invoked:
pstmt.setString(1, "CVE-1");
-> at edu.rit.se.nvip.db.DatabaseHelperTest.insertCvssBatchTest(DatabaseHelperTest.java:322)
Actually, there were zero interactions with this mock.
|
PatchFinderThreadTest.testRun:
patchfinder/src/test/java/patches/PatchFinderThreadTest.java#L60
expected: <24> but was: <48>
|
DatabaseHelperTest.testInsertAffectedProductsToDB:
crawler/src/test/java/edu/rit/se/nvip/db/DatabaseHelperTest.java#L218
Wanted but not invoked:
databaseHelper.insertAffectedProducts(<any>);
-> at db.DatabaseHelper.insertAffectedProducts(DatabaseHelper.java:180)
However, there was exactly 1 interaction with this mock:
databaseHelper.insertAffectedProductsToDB(
[]
);
-> at db.DatabaseHelperTest.testInsertAffectedProductsToDB(DatabaseHelperTest.java:217)
|
ProductDetectorTest.classifyWordsInDescriptionTest:
productnameextractor/src/test/java/productdetection/ProductDetectorTest.java#L98
java.lang.AssertionError
at productdetection.ProductDetectorTest.classifyWordsInDescriptionTest(ProductDetectorTest.java:98)
|
build-test-product-extractor
Process completed with exit code 1.
|
build-test-product-extractor
The process '/usr/bin/git' failed with exit code 128
|