Skip to content

first commit

first commit #122

Triggered via push June 9, 2024 16:16
Status Failure
Total duration 6h 0m 23s
Artifacts

tests.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 10 warnings
build
The job running on runner GitHub Actions 16 has exceeded the maximum execution time of 360 minutes.
build
The operation was canceled.
build: src/EvenireDB/ExtentInfoProvider.cs#L45
Possible null reference return.
build: src/EvenireDB/Persistence/EventsProvider.cs#L27
Dereference of a possibly null reference.
build: src/EvenireDB/Persistence/EventsProvider.cs#L48
Possible null reference argument for parameter 'extentInfo' in 'IAsyncEnumerable<RawHeader> IDataRepository.AppendAsync(ExtentInfo extentInfo, IEnumerable<Event> events, CancellationToken cancellationToken = default(CancellationToken))'.
build: src/EvenireDB/StreamInfoProvider.cs#L68
Dereference of a possibly null reference.
build: src/EvenireDB/Utils/LRUCache.cs#L154
Dereference of a possibly null reference.
build: src/EvenireDB.Benchmark/GetBytesBenchmark.cs#L7
Non-nullable field '_input' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: src/EvenireDB.Benchmark/EventsProviderBenckmarks.cs#L15
Non-nullable field '_sut' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: tests/EvenireDB.Tests/LRUCacheTests.cs#L83
Cannot convert null literal to non-nullable reference type.
build: tests/EvenireDB.Tests/EventValidatorTests.cs#L11
Cannot convert null literal to non-nullable reference type.
build: tests/EvenireDB.Tests/EventsProviderTests.cs#L37
Dereference of a possibly null reference.