tests: Use dedicated storage and scheduler fixtures
Closed
requested to merge generated-differential-D3453-source into generated-differential-D3453-target
1 unresolved thread
Related to swh-storage!944 (closed) Related to T2484
Test Plan
tox
Migrated from D3453 (view on Phabricator)
Merge request reports
Activity
Build has FAILED
Patch application report for D3453 (id=12228)
Rebasing onto 3e48d63e...
Current branch diff-target is up to date.
Changes applied before test
commit 225cd77d80e281fd9dbeef7c0976e99803a28f3d Author: Antoine R. Dumont (@ardumont) <ardumont@softwareheritage.org> Date: Tue Jul 7 18:03:11 2020 +0200 tests: Use dedicated storage fixture Related to swh/devel/swh-storage!944 Related to [T2484](https://forge.softwareheritage.org/T2484 'view original for T2484 on Phabricator')
Link to build: https://jenkins.softwareheritage.org/job/DLDBASE/job/tests-on-diff/113/ See console output for more information: https://jenkins.softwareheritage.org/job/DLDBASE/job/tests-on-diff/113/console
9 9 10 10 from typing import Any, Dict 11 11 12 from swh.storage.tests.conftest import * # noqa 13 from swh.scheduler.tests.conftest import * # noqa 12 from swh.scheduler.tests.conftest import swh_app # noqa you should also be able to remove this line, thanks to swh-scheduler!147 (closed)
Some references in the commit message have been migrated:
- D3452 is now swh-storage!944 (closed)
- D3430 is now swh-scheduler!147 (closed)
Build is green
Patch application report for D3453 (id=12251)
Rebasing onto 3e48d63e...
Current branch diff-target is up to date.
Changes applied before test
commit 488b515a1c876a4b56fc7dadcc2ef4c8f3854c43 Author: Antoine R. Dumont (@ardumont) <ardumont@softwareheritage.org> Date: Tue Jul 7 18:03:11 2020 +0200 tests: Use dedicated storage and scheduler fixtures Related to swh/devel/swh-storage!944 Related to swh/devel/swh-scheduler!147 Related to [T2484](https://forge.softwareheritage.org/T2484 'view original for T2484 on Phabricator')
See https://jenkins.softwareheritage.org/job/DLDBASE/job/tests-on-diff/114/ for more details.
Please register or sign in to reply