Page MenuHomeSoftware Heritage

Import db_transaction* from swh-core instead of swh-storage
AbandonedPublic

Authored by douardda on Aug 20 2020, 12:16 PM.

Details

Reviewers
None
Group Reviewers
Reviewers
Summary

swh.storage.common content has been moved to swh.core.db.common a while ago.

Diff Detail

Unit TestsFailed

TimeTest
10 msJenkins > .tox.py3.lib.python3.7.site-packages.swh.indexer.tests.test_fossology_license.TestFossologyLicensePartitionIndexer::test__index_contents
self = <swh.indexer.tests.test_fossology_license.TestFossologyLicensePartitionIndexer testMethod=test__index_contents> def test__index_contents(self):
10 msJenkins > .tox.py3.lib.python3.7.site-packages.swh.indexer.tests.test_fossology_license.TestFossologyLicensePartitionIndexer::test__index_contents_with_indexed_data
self = <swh.indexer.tests.test_fossology_license.TestFossologyLicensePartitionIndexer testMethod=test__index_contents_with_indexed_data> def test__index_contents_with_indexed_data(self):
13 msJenkins > .tox.py3.lib.python3.7.site-packages.swh.indexer.tests.test_mimetype.TestMimetypePartitionIndexer::test__index_contents
self = <swh.indexer.tests.test_mimetype.TestMimetypePartitionIndexer testMethod=test__index_contents> def test__index_contents(self):
13 msJenkins > .tox.py3.lib.python3.7.site-packages.swh.indexer.tests.test_mimetype.TestMimetypePartitionIndexer::test__index_contents_with_indexed_data
self = <swh.indexer.tests.test_mimetype.TestMimetypePartitionIndexer testMethod=test__index_contents_with_indexed_data> def test__index_contents_with_indexed_data(self):
4 msJenkins > .tox.py3.lib.python3.7.site-packages.swh.indexer.codemeta::swh.indexer.codemeta.merge_values
View Full Test Results (4 Failed · 315 Passed · 15 Skipped)

Event Timeline

Build has FAILED

Patch application report for D3815 (id=13429)

Rebasing onto b717a504a8...

Current branch diff-target is up to date.
Changes applied before test
commit 21b84a8464391ccdfd71d9314285be12af185a9c
Author: David Douard <david.douard@sdfa3.org>
Date:   Thu Aug 20 12:13:46 2020 +0200

    Import db_transaction* from swh-core instead of swh-storage
    
    `swh.storage.common` content has been moved to `swh.core.db.common` a while ago.

Link to build: https://jenkins.softwareheritage.org/job/DCIDX/job/tests-on-diff/44/
See console output for more information: https://jenkins.softwareheritage.org/job/DCIDX/job/tests-on-diff/44/console

as reported by vlorentz, duplicate of D3811