When a visit ends up with no snapshot within the exception block, mark the visit as
failed. Otherwise, let it be a partial visit.
Related to T3030
Differential D5026
core: Mark visit status as failed when relevant ardumont on Feb 5 2021, 1:00 PM. Authored by
Details
When a visit ends up with no snapshot within the exception block, mark the visit as Related to T3030
Diff Detail
Event TimelineComment Actions Build is green Patch application report for D5026 (id=17915)Could not rebase; Attempt merge onto b332f4acd1... Updating b332f4a..e8eef27 Fast-forward swh/loader/core/loader.py | 6 ++++-- swh/loader/core/tests/test_loader.py | 31 +++++++++++++++++++---------- swh/loader/package/loader.py | 9 +++++---- swh/loader/package/npm/tests/test_npm.py | 2 +- swh/loader/package/pypi/tests/test_pypi.py | 32 +++++++++++++++++++++++++++++- 5 files changed, 62 insertions(+), 18 deletions(-) Changes applied before testcommit e8eef2752226f9e6593c95d7589389dc7a35c8fe Author: Antoine R. Dumont (@ardumont) <ardumont@softwareheritage.org> Date: Fri Feb 5 12:59:29 2021 +0100 core: Mark visit status as failed when relevant When a visit ends up with no snapshot within the exception block, mark the visit as failed. Otherwise, let it be a partial visit. Related to T3030 commit c6a4f5f6c6fff953902fa097c75b57ebd8aac397 Author: Antoine R. Dumont (@ardumont) <ardumont@softwareheritage.org> Date: Fri Feb 5 12:25:12 2021 +0100 package: Make visit status 'failed' when relevant When: - failure to communicate internally with the storage - absolutely no revision got loaded during a visit Related to T3030 commit 265d3b2b2ac6047cee40e26b145be500a9749a41 Author: Antoine R. Dumont (@ardumont) <ardumont@softwareheritage.org> Date: Fri Feb 5 11:41:41 2021 +0100 loader: Make loader write the origin_visit_status' type Related to T3030 See https://jenkins.softwareheritage.org/job/DLDBASE/job/tests-on-diff/344/ for more details. Comment Actions Build is green Patch application report for D5026 (id=17937)Could not rebase; Attempt merge onto 65a513578d... Updating 65a5135..3d03374 Fast-forward swh/loader/core/loader.py | 4 +-- swh/loader/core/tests/test_loader.py | 31 +++++++++++------ swh/loader/package/cran/tests/test_cran.py | 53 +++++++++++++++++++++++++++++- swh/loader/package/loader.py | 14 ++++---- swh/loader/package/npm/tests/test_npm.py | 4 +-- swh/loader/package/pypi/tests/test_pypi.py | 34 +++++++++++++++++-- 6 files changed, 116 insertions(+), 24 deletions(-) Changes applied before testcommit 3d0337489b3e49d4ab6b19bd92e9eceacd946344 Author: Antoine R. Dumont (@ardumont) <ardumont@softwareheritage.org> Date: Fri Feb 5 12:59:29 2021 +0100 core: Mark visit status as failed when relevant When a visit ends up with no snapshot within the exception block, mark the visit as failed. Otherwise, let it be a partial visit. Related to T3030 commit a77e748c184349c3ab3f4d674a6edb3f9f187e63 Author: Antoine R. Dumont (@ardumont) <ardumont@softwareheritage.org> Date: Fri Feb 5 12:25:12 2021 +0100 package: Make visit status 'failed' when relevant When: - failure to communicate internally with the storage - absolutely no revision got loaded during a visit Related to T3030 See https://jenkins.softwareheritage.org/job/DLDBASE/job/tests-on-diff/348/ for more details. Comment Actions Build is green Patch application report for D5026 (id=17945)Could not rebase; Attempt merge onto 65a513578d... Updating 65a5135..e2ea937 Fast-forward swh/loader/core/loader.py | 4 +-- swh/loader/core/tests/test_loader.py | 31 +++++++++++------ swh/loader/package/cran/tests/test_cran.py | 53 +++++++++++++++++++++++++++++- swh/loader/package/loader.py | 14 ++++---- swh/loader/package/npm/tests/test_npm.py | 4 +-- swh/loader/package/pypi/tests/test_pypi.py | 34 +++++++++++++++++-- 6 files changed, 116 insertions(+), 24 deletions(-) Changes applied before testcommit e2ea9373b0f554f9eb2f25d5a9869aa98b447b1f Author: Antoine R. Dumont (@ardumont) <ardumont@softwareheritage.org> Date: Fri Feb 5 12:59:29 2021 +0100 core: Mark visit status as failed when relevant When a visit ends up with no snapshot within the exception block, mark the visit as failed. Otherwise, let it be a partial visit. Related to T3030 commit 3b4a023468714a23f42eba4ef4e848ca209cc6b0 Author: Antoine R. Dumont (@ardumont) <ardumont@softwareheritage.org> Date: Fri Feb 5 12:25:12 2021 +0100 package: Mark visit status as failed when relevant When: - failure to communicate internally with the storage - absolutely no revision got loaded during a visit Related to T3030 See https://jenkins.softwareheritage.org/job/DLDBASE/job/tests-on-diff/350/ for more details. Comment Actions Build is green Patch application report for D5026 (id=17948)Could not rebase; Attempt merge onto 65a513578d... Updating 65a5135..0673a2e Fast-forward swh/loader/core/loader.py | 4 +-- swh/loader/core/tests/test_loader.py | 31 +++++++++++------ swh/loader/package/cran/tests/test_cran.py | 53 +++++++++++++++++++++++++++++- swh/loader/package/loader.py | 10 +++--- swh/loader/package/npm/tests/test_npm.py | 4 +-- swh/loader/package/pypi/tests/test_pypi.py | 34 +++++++++++++++++-- 6 files changed, 114 insertions(+), 22 deletions(-) Changes applied before testcommit 0673a2eb060c81a0293f8bc0548f5c8e3cde90c3 Author: Antoine R. Dumont (@ardumont) <ardumont@softwareheritage.org> Date: Fri Feb 5 12:59:29 2021 +0100 core: Mark visit status as failed when relevant When a visit ends up with no snapshot within the exception block, mark the visit as failed. Otherwise, let it be a partial visit. Related to T3030 commit 4500063a2fc5467fdd3ee2c0da25fa70a1fd919a Author: Antoine R. Dumont (@ardumont) <ardumont@softwareheritage.org> Date: Fri Feb 5 12:25:12 2021 +0100 package: Mark visit status as failed when relevant When: - failure to communicate internally with the storage - absolutely no revision got loaded during a visit Related to T3030 See https://jenkins.softwareheritage.org/job/DLDBASE/job/tests-on-diff/353/ for more details.
Comment Actions Build is green Patch application report for D5026 (id=17968)Rebasing onto 4500063a2f... Current branch diff-target is up to date. Changes applied before testcommit fb7ee4332b0dc7889d950309dec9a4ecf57453b5 Author: Antoine R. Dumont (@ardumont) <ardumont@softwareheritage.org> Date: Fri Feb 5 12:59:29 2021 +0100 core: Mark visit status as failed when relevant When a visit ends up with no snapshot within the exception block, mark the visit as failed. Otherwise, let it be a partial visit. Related to T3030 See https://jenkins.softwareheritage.org/job/DLDBASE/job/tests-on-diff/358/ for more details. |