Skip to content

Head tracking batch #1719

Head tracking batch

Head tracking batch #1719

Triggered via pull request February 7, 2025 10:47
@ScooletzScooletz
synchronize #417
page-table
Status Success
Total duration 1m 21s
Artifacts

tests.yml

on: pull_request
Run Paprika tests
1m 10s
Run Paprika tests
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Run Paprika tests: src/Paprika/Store/PagedDb.MultiHeadChain.cs#L727
'PagedDb.HeadTrackingBatch.Metadata' hides inherited member 'PagedDb.BatchBase.Metadata'. Use the new keyword if hiding was intended.
Run Paprika tests: src/Paprika/Utils/Metrics.cs#L200
Non-nullable property 'DbSize' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Run Paprika tests: src/Paprika/Utils/Metrics.cs#L188
Non-nullable property 'TotalMerkle' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Run Paprika tests: src/Paprika/Utils/Metrics.cs#L191
Non-nullable property 'StateProcessing' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Run Paprika tests: src/Paprika/Utils/Metrics.cs#L194
Non-nullable property 'StorageProcessing' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Run Paprika tests: src/Paprika/Utils/Metrics.cs#L150
Parameter 'instrument' is unread.
Run Paprika tests: src/Paprika/Store/StorageFanOut.cs#L397
This returns a parameter by reference 'key' but it is scoped to the current method
Run Paprika tests: src/Paprika/Store/RootPage.cs#L61
Struct member returns 'this' or other instance members by reference
Run Paprika tests: src/Paprika/Store/PageManagers/MemoryMappedPageManager.cs#L51
Possible null reference argument for parameter 'path' in 'DirectoryInfo Directory.CreateDirectory(string path)'.
Run Paprika tests: src/Paprika/Store/PagedDb.cs#L590
Parameter 'PagedDb db' is captured into the state of the enclosing type and its value is also passed to the base constructor. The value might be captured by the base class as well.