Add multiple mirror sync with extensive include/exclude pattern matching #2066
Annotations
10 errors and 1 warning
quetz/tests/test_mirror.py#L215
test_set_mirror_url
AssertionError: assert None == 'http://my_remote_host'
|
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>])
|
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>])
|
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>])
|
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>])
|
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>])
|
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>])
|
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>])
|
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>])
|
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>])
|
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/
|
The logs for this run have expired and are no longer available.
Loading