Jan 8 2023
Jan 8 2023
gitlab-migration changed the status of T3326: docker tests on Jenkins: error while removing network from Resolved to Migrated.
gitlab-migration changed the status of T3181: docker-dev: fix vault test which fails the build from Resolved to Migrated.
gitlab-migration changed the status of T1936: integrate swh-graph into the docker environment from Resolved to Migrated.
gitlab-migration changed the status of T1588: "Database softwareheritage-vault does not exist" when running docker-compose from Resolved to Migrated.
gitlab-migration changed the status of T1575: Kafka clients crash easily in docker-compose environment from Resolved to Migrated.
gitlab-migration changed the status of T1542: docker-dev: swh-web: Service static asset with nginx from Invalid to Migrated.
gitlab-migration changed the status of T1491: Connection problems with latest celery (4.2.1; docker env, production) from Resolved to Migrated.
gitlab-migration changed the status of T1459: docker container for swh-deposit, a subtask of T1443: Make swh services run within docker and docker-compose, from Resolved to Migrated.
gitlab-migration changed the status of T1458: docker containers for metadata indexers, a subtask of T1443: Make swh services run within docker and docker-compose, from Resolved to Migrated.
gitlab-migration changed the status of T1457: docker container for license indexer, a subtask of T1443: Make swh services run within docker and docker-compose, from Resolved to Migrated.
gitlab-migration changed the status of T1444: dev env: Simplify the db initialization step, a subtask of T1443: Make swh services run within docker and docker-compose, from Resolved to Migrated.
gitlab-migration changed the status of T1426: Select a tool + define an architecture to run locally a full SWH instance, a subtask of T1405: Make it easy to run a complete swh instance, from Resolved to Migrated.
gitlab-migration closed T898: Automatic registration of tasks in the scheduler, a subtask of T1405: Make it easy to run a complete swh instance, as Migrated.
gitlab-migration changed the status of T2142: Document how to use Sentry with the docker dev environment from Resolved to Migrated.
gitlab-migration changed the status of T2104: Debug swh-docker-dev ci failure from Resolved to Migrated.
gitlab-migration changed the status of T2097: Merge swh-docker-dev into swh-environment from Resolved to Migrated.
gitlab-migration changed the status of T2080: API servers crash on startup in docker from Resolved to Migrated.
gitlab-migration changed the status of T1985: swh-docker-dev: `load-tar` tasks are never executed from Resolved to Migrated.
gitlab-migration changed the status of T1618: Add integration and end-to-end tests for the Software Heritage stack from Resolved to Migrated.
gitlab-migration changed the status of T1515: Add automatic tests for the docker environment from Resolved to Migrated.
gitlab-migration changed the status of T1497: Configure swh-docker-dev to disable ReCAPTCHA on the web ui from Resolved to Migrated.
gitlab-migration changed the status of T1496: Allow disabling ReCAPTCHA on the web frontend, at least for dev purposes, a subtask of T1497: Configure swh-docker-dev to disable ReCAPTCHA on the web ui, from Resolved to Migrated.
gitlab-migration changed the status of T1443: Make swh services run within docker and docker-compose, a subtask of T1405: Make it easy to run a complete swh instance, from Resolved to Migrated.
gitlab-migration changed the status of T1443: Make swh services run within docker and docker-compose from Resolved to Migrated.
gitlab-migration changed the status of T1405: Make it easy to run a complete swh instance from Resolved to Migrated.
Oct 19 2022
Oct 19 2022
gitlab-migration changed the status of T2644: swh-docker-dev CI build - broken since build #569 - 404 not found for psql apt repo from Resolved to Migrated.
Dec 1 2021
Dec 1 2021
zack moved T1936: integrate swh-graph into the docker environment from Backlog to Deployed on the Compressed graph service board.
Nov 16 2021
Nov 16 2021
vlorentz triaged T3732: "swh-web-cron" container errors because it can't connect to postgres as Low priority.
Jul 29 2021
Jul 29 2021
Jul 28 2021
Jul 28 2021
ardumont added a comment to T1936: integrate swh-graph into the docker environment.
Plus that documents it a bit in an automatic manner, so *thumbs up*.
Jul 27 2021
Jul 27 2021
vlorentz added a comment to T1936: integrate swh-graph into the docker environment.
I decided to make the swh-graph container create the compressed graph itself before starting. That's the easiest way to use it AND to implement it IMO.
May 19 2021
May 19 2021
Issue is now solved, closing this.
ardumont added a comment to T3326: docker tests on Jenkins: error while removing network.
awesome, thanks :)
May 18 2021
May 18 2021
vsellier added a comment to T3326: docker tests on Jenkins: error while removing network.
and the build is green ;)
anlambert added a comment to T3326: docker tests on Jenkins: error while removing network.
16:50:52 ============================= test session starts ============================== 16:50:52 platform linux -- Python 3.7.3, pytest-6.2.4, py-1.10.0, pluggy-0.13.1 16:50:52 cachedir: .tox/py3/.pytest_cache 16:50:52 rootdir: /var/lib/jenkins/workspace/swh-docker-dev/docker 16:50:52 plugins: testinfra-6.3.0, testinfra-6.0.0 16:50:52 collected 7 items 16:50:52 16:50:52 tests/test_deposit.py ..... [ 71%] 16:53:13 tests/test_git_loader.py . [ 85%]
vsellier added a comment to T3326: docker tests on Jenkins: error while removing network.
thanks for having investigated that
anlambert added a comment to T3326: docker tests on Jenkins: error while removing network.
So the docker_default network did not get removed since April 20, 2021, see docker network inspect docker_default output below:
15:07:16 [ 15:07:16 { 15:07:16 "Name": "docker_default", 15:07:16 "Id": "a0145eb2f5b3f055bfafce7a88289346c4668f3a19f2544122267272cd96f7b3", 15:07:16 "Created": "2021-04-20T02:57:51.141593622Z", 15:07:16 "Scope": "local", 15:07:16 "Driver": "bridge", 15:07:16 "EnableIPv6": false, 15:07:16 "IPAM": { 15:07:16 "Driver": "default", 15:07:16 "Options": null, 15:07:16 "Config": [ 15:07:16 { 15:07:16 "Subnet": "172.28.0.0/16", 15:07:16 "Gateway": "172.28.0.1" 15:07:16 } 15:07:16 ] 15:07:16 }, 15:07:16 "Internal": false, 15:07:16 "Attachable": true, 15:07:16 "Ingress": false, 15:07:16 "ConfigFrom": { 15:07:16 "Network": "" 15:07:16 }, 15:07:16 "ConfigOnly": false, 15:07:16 "Containers": {}, 15:07:16 "Options": {}, 15:07:16 "Labels": { 15:07:16 "com.docker.compose.network": "default", 15:07:16 "com.docker.compose.project": "docker", 15:07:16 "com.docker.compose.version": "1.29.1" 15:07:16 } 15:07:16 } 15:07:16 ]
May 12 2021
May 12 2021
May 4 2021
May 4 2021
KShivendu added a comment to T3304: Kafka throws flush timeout error.
If you face this issue, try restarting the containers using docker-compose down and docker-compose up.
vlorentz edited projects for T3304: Kafka throws flush timeout error, added: Docker environment; removed Core Loader.