Provenance: Docker for origin layer + logging improvement
Closed
requested to merge generated-differential-D7956-source into generated-differential-D7956-target
1 unresolved thread
- Add the missing zmq dependency needed for the csv servers
- Initiate a quick and dirty docker environment For now, it starts the provenance storage + the origin layer part It's full of shortcuts but it will help to reproduce the problem declared in the related issue
- Exclude local .venv from git changes
Related to #4302 (closed)
Migrated from D7956 (view on Phabricator)
Merge request reports
Activity
Some references in the commit message have been migrated:
- T4302 is now #4302 (closed)
Build is green
Patch application report for D7956 (id=28646)
Rebasing onto 101a9a0a...
Current branch diff-target is up to date.
Changes applied before test
commit fa0c28f3be366c48c03c77e264010fb1d03f9a48 Author: Vincent SELLIER <vincent.sellier@softwareheritage.org> Date: Fri Jun 3 11:43:01 2022 +0200 exclude local .venv from git changes commit 9dcb4fa47cc6eeb33d54a0f8ab402e140e45fe0a Author: Vincent SELLIER <vincent.sellier@softwareheritage.org> Date: Fri Jun 3 11:32:30 2022 +0200 Initiate a quick and dirty docker environment For now, it starts the provenance storage + the origin layer part It's full of shortcuts but it will help to reproduce the problem declared in the related issue Related to swh/infra/sysadm-environment#3402 commit d45d3628c831927f9ecbd7881524452584d7c2c1 Author: Vincent SELLIER <vincent.sellier@softwareheritage.org> Date: Fri Jun 3 11:39:01 2022 +0200 Add the missing zmq dependency needed for the csv servers commit 13d6089d6cda3a3fa8449af05f60f43ac27f9592 Author: Vincent SELLIER <vincent.sellier@softwareheritage.org> Date: Fri Jun 3 11:41:15 2022 +0200 Improve origin layer logging Related to #4302
See https://jenkins.softwareheritage.org/job/DPROV/job/tests-on-diff/597/ for more details.
- docker-compose.yml 0 → 100644
1 version: '3' 2 3 volumes: 4 storage-db: 5 6 services: 7 storage-db: 8 image: postgres:13 9 command: [ "-c", "max_connections=1000"] Some references in the commit message have been migrated:
- T3402 is now swh/infra/sysadm-environment#3402 (closed)
Build was aborted
Patch application report for D7956 (id=28686)
Rebasing onto 101a9a0a...
Current branch diff-target is up to date.
Changes applied before test
commit 5cbbb9a333b4c9ebc9b0305b7147a184a870b323 Author: Vincent SELLIER <vincent.sellier@softwareheritage.org> Date: Fri Jun 3 11:43:01 2022 +0200 exclude local .venv from git changes commit bfd7cac5c89e6b95b7a1b45d7ab6eb68249fb201 Author: Vincent SELLIER <vincent.sellier@softwareheritage.org> Date: Fri Jun 3 11:32:30 2022 +0200 Initiate a quick and dirty docker environment For now, it starts the provenance storage + the origin layer part It's full of shortcuts but it will help to reproduce the problem declared in the related issue Related to swh/infra/sysadm-environment#3402 commit d45d3628c831927f9ecbd7881524452584d7c2c1 Author: Vincent SELLIER <vincent.sellier@softwareheritage.org> Date: Fri Jun 3 11:39:01 2022 +0200 Add the missing zmq dependency needed for the csv servers commit 13d6089d6cda3a3fa8449af05f60f43ac27f9592 Author: Vincent SELLIER <vincent.sellier@softwareheritage.org> Date: Fri Jun 3 11:41:15 2022 +0200 Improve origin layer logging Related to #4302
Link to build: https://jenkins.softwareheritage.org/job/DPROV/job/tests-on-diff/598/ See console output for more information: https://jenkins.softwareheritage.org/job/DPROV/job/tests-on-diff/598/console
Please register or sign in to reply