Page MenuHomePhabricator

[services] Tests - Blob - Add blob utils
ClosedPublic

Authored by karol on Jun 15 2022, 3:09 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Sep 27, 10:51 AM
Unknown Object (File)
Tue, Sep 24, 8:04 PM
Unknown Object (File)
Sun, Sep 22, 4:00 PM
Unknown Object (File)
Sat, Sep 7, 5:03 AM
Unknown Object (File)
Sat, Sep 7, 5:03 AM
Unknown Object (File)
Sat, Sep 7, 5:03 AM
Unknown Object (File)
Sat, Sep 7, 5:02 AM
Unknown Object (File)
Sat, Sep 7, 4:57 AM

Details

Summary

Depends on D4272

Adding blob utils containing some stuff that will be used across all blob tests. BlobData is a helper structure for keeping the data that describes the blob record.

Test Plan

None really. Itself, it does not do anything special. Will be used later in the stack.

Diff Detail

Repository
rCOMM Comm
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

karol edited the test plan for this revision. (Show Details)
karol added reviewers: tomek, varun.
varun added inline comments.
services/commtest/tests/blob/blob_utils.rs
11 ↗(On Diff #13516)

nit: chunk_sizes ?

This revision is now accepted and ready to land.Jun 15 2022, 8:53 AM
karol edited the summary of this revision. (Show Details)

retrigger CI

services/commtest/tests/blob/blob_utils.rs
11 ↗(On Diff #13516)

I don't know, I'd say chunks' sizes because it refers to every chunk's size.