Depends on D2084
Details
Diff Detail
- Repository
- rDSTO Storage manager
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Event Timeline
Build has FAILED
Link to build: https://jenkins.softwareheritage.org/job/DSTO/job/tox/669/
See console output for more information: https://jenkins.softwareheritage.org/job/DSTO/job/tox/669/console
s/threshold/min_batch_size/
s/Sequence/Iterable/ because we don't do random access (see definition of sequences here: https://docs.python.org/3/glossary.html#term-sequence )
I think any call to a non-add method should trigger a flush of related objects before forwarding the call (eg. revision_missing flushes revisions).
swh/storage/buffer.py | ||
---|---|---|
20 | .. code-block:: yaml |
Also, I understand how that's currently useful, but FYI, batching content has absolutely no effect for Cassandra (the Cassandra backend breaks batches into individual records)
Also, I understand how that's currently useful, but FYI, batching content has absolutely no effect for Cassandra (the Cassandra backend breaks batches into individual records)
that's the beauty of it!
That's used through configuration so we will be able to simply remove the configuration about the buffering storage when we migrate to cassandra!
swh/storage/buffer.py | ||
---|---|---|
20 | I tried, that's too smart for me... |
Build has FAILED
Link to build: https://jenkins.softwareheritage.org/job/DSTO/job/tox/672/
See console output for more information: https://jenkins.softwareheritage.org/job/DSTO/job/tox/672/console
Build has FAILED
Link to build: https://jenkins.softwareheritage.org/job/DSTO/job/tox/674/
See console output for more information: https://jenkins.softwareheritage.org/job/DSTO/job/tox/674/console
BUILD has failed
./swh/storage/buffer.py:82:16: E999 SyntaxError: invalid syntax
Well i fixed my local mypy but the ci mypy (different version is not happy about it)...
That's annoying.
Build is green
See https://jenkins.softwareheritage.org/job/DSTO/job/tox/675/ for more details.
Build is green
See https://jenkins.softwareheritage.org/job/DSTO/job/tox/680/ for more details.
This revision was not accepted when it landed; it landed in state Needs Review.
damn! I messed up.
i checked out one commit prior to my latest master... to push only to that level...
i git push-ed but that pushed my master anyway...
oh well, i'll start back using branch...
Build is green
See https://jenkins.softwareheritage.org/job/DSTO/job/tox/681/ for more details.