Skip to content

Add multiple mirror sync with extensive include/exclude pattern matching #2066

Add multiple mirror sync with extensive include/exclude pattern matching

Add multiple mirror sync with extensive include/exclude pattern matching #2066

Triggered via pull request August 17, 2023 12:50
@YYYasin19YYYasin19
synchronize #639
Status Failure
Total duration 14m 45s
Artifacts

ci.yml

on: pull_request_target
Matrix: test_quetz
Fit to window
Zoom out
Zoom in

Annotations

40 errors and 5 warnings
test_quetz (ubuntu-latest, sqlite, use-migrations): quetz/tests/test_mirror.py#L215
test_set_mirror_url AssertionError: assert None == 'http://my_remote_host'
test_quetz (ubuntu-latest, sqlite, use-migrations): quetz/tests/test_mirror.py#L490
test_synchronisation_sha[new-sha-sum] assert 1 == (1 + 1) + where 1 = len([<quetz.db_models.PackageVersion object at 0x7f2d259a3d50>])
test_quetz (ubuntu-latest, sqlite, use-migrations): quetz/tests/test_mirror.py#L490
test_synchronisation_sha[new-subdir-and-new-sha] assert 1 == (1 + 1) + where 1 = len([<quetz.db_models.PackageVersion object at 0x7f2d2668acd0>])
test_quetz (ubuntu-latest, sqlite, use-migrations): quetz/tests/test_mirror.py#L490
test_synchronisation_sha[new-subdir-old-sha] assert 1 == (1 + 1) + where 1 = len([<quetz.db_models.PackageVersion object at 0x7f2d268f6a50>])
test_quetz (ubuntu-latest, sqlite, use-migrations): quetz/tests/test_mirror.py#L490
test_synchronisation_sha[new-package-name] assert 1 == (1 + 1) + where 1 = len([<quetz.db_models.PackageVersion object at 0x7f2d25627690>])
test_quetz (ubuntu-latest, sqlite, use-migrations): quetz/tests/test_mirror.py#L490
test_synchronisation_sha[new-version-number] assert 1 == (1 + 1) + where 1 = len([<quetz.db_models.PackageVersion object at 0x7f2d25793550>])
test_quetz (ubuntu-latest, sqlite, use-migrations): quetz/tests/test_mirror.py#L490
test_synchronisation_sha[two-new-package-versions] assert 1 == (2 + 1) + where 1 = len([<quetz.db_models.PackageVersion object at 0x7f2d1775b2d0>])
test_quetz (ubuntu-latest, sqlite, use-migrations): quetz/tests/test_mirror.py#L490
test_synchronisation_sha[two-packages-one-new] assert 1 == (1 + 1) + where 1 = len([<quetz.db_models.PackageVersion object at 0x7f2d25969dd0>])
test_quetz (ubuntu-latest, sqlite, use-migrations): quetz/tests/test_mirror.py#L490
test_synchronisation_sha[new-md5-sum] assert 1 == (1 + 1) + where 1 = len([<quetz.db_models.PackageVersion object at 0x7f2d261617d0>])
test_quetz (ubuntu-latest, sqlite, use-migrations): quetz/tests/test_mirror.py#L490
test_synchronisation_sha[new-sha-old-md5] assert 1 == (1 + 1) + where 1 = len([<quetz.db_models.PackageVersion object at 0x7f2d25145e90>])
test_quetz (ubuntu-latest, sqlite, create-tables): quetz/tests/test_mirror.py#L215
test_set_mirror_url AssertionError: assert None == 'http://my_remote_host'
test_quetz (ubuntu-latest, sqlite, create-tables): quetz/tests/test_mirror.py#L490
test_synchronisation_sha[new-sha-sum] assert 1 == (1 + 1) + where 1 = len([<quetz.db_models.PackageVersion object at 0x7f43e967f550>])
test_quetz (ubuntu-latest, sqlite, create-tables): quetz/tests/test_mirror.py#L490
test_synchronisation_sha[new-subdir-and-new-sha] assert 1 == (1 + 1) + where 1 = len([<quetz.db_models.PackageVersion object at 0x7f43e9435910>])
test_quetz (ubuntu-latest, sqlite, create-tables): quetz/tests/test_mirror.py#L490
test_synchronisation_sha[new-subdir-old-sha] assert 1 == (1 + 1) + where 1 = len([<quetz.db_models.PackageVersion object at 0x7f43e95b8bd0>])
test_quetz (ubuntu-latest, sqlite, create-tables): quetz/tests/test_mirror.py#L490
test_synchronisation_sha[new-package-name] assert 1 == (1 + 1) + where 1 = len([<quetz.db_models.PackageVersion object at 0x7f43d8825fd0>])
test_quetz (ubuntu-latest, sqlite, create-tables): quetz/tests/test_mirror.py#L490
test_synchronisation_sha[new-version-number] assert 1 == (1 + 1) + where 1 = len([<quetz.db_models.PackageVersion object at 0x7f43e3386110>])
test_quetz (ubuntu-latest, sqlite, create-tables): quetz/tests/test_mirror.py#L490
test_synchronisation_sha[two-new-package-versions] assert 1 == (2 + 1) + where 1 = len([<quetz.db_models.PackageVersion object at 0x7f43e331f550>])
test_quetz (ubuntu-latest, sqlite, create-tables): quetz/tests/test_mirror.py#L490
test_synchronisation_sha[two-packages-one-new] assert 1 == (1 + 1) + where 1 = len([<quetz.db_models.PackageVersion object at 0x7f43e2b24b50>])
test_quetz (ubuntu-latest, sqlite, create-tables): quetz/tests/test_mirror.py#L490
test_synchronisation_sha[new-md5-sum] assert 1 == (1 + 1) + where 1 = len([<quetz.db_models.PackageVersion object at 0x7f43e93b3990>])
test_quetz (ubuntu-latest, sqlite, create-tables): quetz/tests/test_mirror.py#L490
test_synchronisation_sha[new-sha-old-md5] assert 1 == (1 + 1) + where 1 = len([<quetz.db_models.PackageVersion object at 0x7f43e8fb3cd0>])
test_quetz (ubuntu-latest, postgres, use-migrations): quetz/tests/test_mirror.py#L215
test_set_mirror_url AssertionError: assert None == 'http://my_remote_host'
test_quetz (ubuntu-latest, postgres, use-migrations): quetz/tests/test_mirror.py#L490
test_synchronisation_sha[new-sha-sum] assert 1 == (1 + 1) + where 1 = len([<quetz.db_models.PackageVersion object at 0x7ff711ef4410>])
test_quetz (ubuntu-latest, postgres, use-migrations): quetz/tests/test_mirror.py#L490
test_synchronisation_sha[new-subdir-and-new-sha] assert 1 == (1 + 1) + where 1 = len([<quetz.db_models.PackageVersion object at 0x7ff711a1dc90>])
test_quetz (ubuntu-latest, postgres, use-migrations): quetz/tests/test_mirror.py#L490
test_synchronisation_sha[new-subdir-old-sha] assert 1 == (1 + 1) + where 1 = len([<quetz.db_models.PackageVersion object at 0x7ff711616610>])
test_quetz (ubuntu-latest, postgres, use-migrations): quetz/tests/test_mirror.py#L490
test_synchronisation_sha[new-package-name] assert 1 == (1 + 1) + where 1 = len([<quetz.db_models.PackageVersion object at 0x7ff7117cbcd0>])
test_quetz (ubuntu-latest, postgres, use-migrations): quetz/tests/test_mirror.py#L490
test_synchronisation_sha[new-version-number] assert 1 == (1 + 1) + where 1 = len([<quetz.db_models.PackageVersion object at 0x7ff712724690>])
test_quetz (ubuntu-latest, postgres, use-migrations): quetz/tests/test_mirror.py#L490
test_synchronisation_sha[two-new-package-versions] assert 1 == (2 + 1) + where 1 = len([<quetz.db_models.PackageVersion object at 0x7ff711f69810>])
test_quetz (ubuntu-latest, postgres, use-migrations): quetz/tests/test_mirror.py#L490
test_synchronisation_sha[two-packages-one-new] assert 1 == (1 + 1) + where 1 = len([<quetz.db_models.PackageVersion object at 0x7ff711edcad0>])
test_quetz (ubuntu-latest, postgres, use-migrations): quetz/tests/test_mirror.py#L490
test_synchronisation_sha[new-md5-sum] assert 1 == (1 + 1) + where 1 = len([<quetz.db_models.PackageVersion object at 0x7ff71165c250>])
test_quetz (ubuntu-latest, postgres, use-migrations): quetz/tests/test_mirror.py#L490
test_synchronisation_sha[new-sha-old-md5] assert 1 == (1 + 1) + where 1 = len([<quetz.db_models.PackageVersion object at 0x7ff710e14950>])
test_quetz (ubuntu-latest, postgres, create-tables): quetz/tests/test_mirror.py#L215
test_set_mirror_url AssertionError: assert None == 'http://my_remote_host'
test_quetz (ubuntu-latest, postgres, create-tables): quetz/tests/test_mirror.py#L490
test_synchronisation_sha[new-sha-sum] assert 1 == (1 + 1) + where 1 = len([<quetz.db_models.PackageVersion object at 0x7f3f342fc490>])
test_quetz (ubuntu-latest, postgres, create-tables): quetz/tests/test_mirror.py#L490
test_synchronisation_sha[new-subdir-and-new-sha] assert 1 == (1 + 1) + where 1 = len([<quetz.db_models.PackageVersion object at 0x7f3f34137b50>])
test_quetz (ubuntu-latest, postgres, create-tables): quetz/tests/test_mirror.py#L490
test_synchronisation_sha[new-subdir-old-sha] assert 1 == (1 + 1) + where 1 = len([<quetz.db_models.PackageVersion object at 0x7f3f34f9cfd0>])
test_quetz (ubuntu-latest, postgres, create-tables): quetz/tests/test_mirror.py#L490
test_synchronisation_sha[new-package-name] assert 1 == (1 + 1) + where 1 = len([<quetz.db_models.PackageVersion object at 0x7f3f34feabd0>])
test_quetz (ubuntu-latest, postgres, create-tables): quetz/tests/test_mirror.py#L490
test_synchronisation_sha[new-version-number] assert 1 == (1 + 1) + where 1 = len([<quetz.db_models.PackageVersion object at 0x7f3f350389d0>])
test_quetz (ubuntu-latest, postgres, create-tables): quetz/tests/test_mirror.py#L490
test_synchronisation_sha[two-new-package-versions] assert 1 == (2 + 1) + where 1 = len([<quetz.db_models.PackageVersion object at 0x7f3f2fe73a90>])
test_quetz (ubuntu-latest, postgres, create-tables): quetz/tests/test_mirror.py#L490
test_synchronisation_sha[two-packages-one-new] assert 1 == (1 + 1) + where 1 = len([<quetz.db_models.PackageVersion object at 0x7f3f34135a10>])
test_quetz (ubuntu-latest, postgres, create-tables): quetz/tests/test_mirror.py#L490
test_synchronisation_sha[new-md5-sum] assert 1 == (1 + 1) + where 1 = len([<quetz.db_models.PackageVersion object at 0x7f3f2fd57c50>])
test_quetz (ubuntu-latest, postgres, create-tables): quetz/tests/test_mirror.py#L490
test_synchronisation_sha[new-sha-old-md5] assert 1 == (1 + 1) + where 1 = len([<quetz.db_models.PackageVersion object at 0x7f3f35bb4e50>])
test_release
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
test_quetz (ubuntu-latest, sqlite, use-migrations)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
test_quetz (ubuntu-latest, sqlite, create-tables)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
test_quetz (ubuntu-latest, postgres, use-migrations)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
test_quetz (ubuntu-latest, postgres, create-tables)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/