In order to count "person", "origin_visit", and "skipped_content" objects, changes have been made in the functions
"_person_add()","origin_visit_add()" and "content_add()" respectively. This issue has been fixed by adding entries to self._object which
shall be counted by "in_memory.Storage.stat_counter()" function.
Details
Details
- Reviewers
Sowmya - Group Reviewers
Reviewers - Maniphest Tasks
- T1377: in-memory storage: compute all counters
- Required Signatures
L3 Software Heritage Contributor License Agreement, version 1.0
Diff Detail
Diff Detail
- Repository
- rDSTO Storage manager
- Branch
- read-data-from-storage
- Lint
No Linters Available - Unit
No Unit Test Coverage - Build Status
Buildable 5162 Build 6952: tox-on-jenkins Jenkins Build 6951: arc lint + arc unit
Event Timeline
Comment Actions
Build has FAILED
Link to build: https://jenkins.softwareheritage.org/job/DSTO/job/tox/309/
See console output for more information: https://jenkins.softwareheritage.org/job/DSTO/job/tox/309/console
Comment Actions
Build is green
See https://jenkins.softwareheritage.org/job/DSTO/job/tox/322/ for more details.
Comment Actions
Could you remove the slicing changes from this diff, and change the test(s?) for the counters to take these new counters into account?