Details
- Reviewers
douardda olasd - Group Reviewers
Reviewers - Commits
- rDLSb99617f97615: relister: Fix consistently the behavior for the first time relisting
tox
Diff Detail
- Repository
- rDLS Listers
- Lint
No Linters Available - Unit
No Unit Test Coverage - Build Status
Buildable 6426 Build 8921: tox-on-jenkins Jenkins Build 8920: arc lint + arc unit
Event Timeline
Build has FAILED
Link to build: https://jenkins.softwareheritage.org/job/DLS/job/tox/223/
See console output for more information: https://jenkins.softwareheritage.org/job/DLS/job/tox/223/console
swh/lister/bitbucket/lister.py | ||
---|---|---|
67 | Otherwise, we are always doing nothing when starting an incremental lister from nothing (since we get a now() date as starting point) |
Build has FAILED
Link to build: https://jenkins.softwareheritage.org/job/DLS/job/tox/224/
See console output for more information: https://jenkins.softwareheritage.org/job/DLS/job/tox/224/console
- Fix edge case on workaround which resulting in dead infinite loop.
- bitbucket.lister: Allow to define flush packet db size
Build has FAILED
Link to build: https://jenkins.softwareheritage.org/job/DLS/job/tox/225/
See console output for more information: https://jenkins.softwareheritage.org/job/DLS/job/tox/225/console
Allow incremental lister to actually start properly the first time
When there is no data in db, prior to this commit, it insisted on listing
starting from around now. In the end, listed only a few repositories.
This reduces the scope of this diff to this commit only
Related T1826
Build is green
See https://jenkins.softwareheritage.org/job/DLS/job/tox/226/ for more details.
relister: Fix consistently the behavior for the first time relisting
If nothing has been done prior to a full relisting, there is actually nothing
to list. So the relister in question does nothing.
Related T1826
Related e129e48
Build has FAILED
Link to build: https://jenkins.softwareheritage.org/job/DLS/job/tox/237/
See console output for more information: https://jenkins.softwareheritage.org/job/DLS/job/tox/237/console
Build is green
See https://jenkins.softwareheritage.org/job/DLS/job/tox/238/ for more details.
Maybe add a line in the commit message about the behavior change of db_partition_indices() (returns an empty list instead of raising a ValueError)
Build is green
See https://jenkins.softwareheritage.org/job/DLS/job/tox/241/ for more details.
Build has FAILED
Link to build: https://jenkins.softwareheritage.org/job/DLS/job/tox/260/
See console output for more information: https://jenkins.softwareheritage.org/job/DLS/job/tox/260/console
Build has FAILED
Link to build: https://jenkins.softwareheritage.org/job/DLS/job/tox/264/
See console output for more information: https://jenkins.softwareheritage.org/job/DLS/job/tox/264/console
Build is green
See https://jenkins.softwareheritage.org/job/DLS/job/tox/268/ for more details.