Skip to content

feat(slimfaas): add health worker and fix write/read database conflict #675

feat(slimfaas): add health worker and fix write/read database conflict

feat(slimfaas): add health worker and fix write/read database conflict #675

Re-run triggered July 25, 2024 16:32
Status Failure
Total duration 3m 59s
Artifacts

slimfaas-ci.yaml

on: pull_request
build_fibonacci  /  build
build_fibonacci / build
build_fibonacci_webapp  /  build
build_fibonacci_webapp / build
build_slimfaas  /  build
build_slimfaas / build
Fit to window
Zoom out
Zoom in

Annotations

1 error and 12 warnings
Unit Tests
Process completed with exit code 1.
Unit Tests
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
SonarCloud
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-java@v3, actions/checkout@v3, actions/cache@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
SonarCloud: src/SlimData/Starter.cs#L39
Argument of type 'Dictionary<string, string>' cannot be used for parameter 'initialData' of type 'IEnumerable<KeyValuePair<string, string?>>' in 'IConfigurationBuilder MemoryConfigurationBuilderExtensions.AddInMemoryCollection(IConfigurationBuilder configurationBuilder, IEnumerable<KeyValuePair<string, string?>>? initialData)' due to differences in the nullability of reference types.
SonarCloud: src/SlimData/SlimPersistentState.cs#L20
'PersistentState.Options.UseLegacyBinaryFormat' is obsolete: 'Use default format instead.'
SonarCloud: src/SlimData/SlimPersistentState.cs#L26
Possible null reference argument for parameter 'path' in 'SlimPersistentState.SlimPersistentState(string path)'.
SonarCloud: src/SlimData/Endpoints.cs#L54
Dereference of a possibly null reference.
SonarCloud: src/SlimData/ListString.cs#L9
Non-nullable property 'Items' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
SonarCloud: src/SlimData/Endpoints.cs#L89
Dereference of a possibly null reference.
SonarCloud: src/SlimData/Endpoints.cs#L146
Dereference of a possibly null reference.
SonarCloud: src/SlimData/Endpoints.cs#L148
Possible null reference argument for parameter 'key' in 'Task Endpoints.ListLeftPushCommand(SlimPersistentState provider, string key, byte[] value, IRaftCluster cluster, CancellationTokenSource source)'.
SonarCloud: src/SlimData/Endpoints.cs#L190
Dereference of a possibly null reference.
SonarCloud: src/SlimData/Endpoints.cs#L192
Possible null reference argument for parameter 'key' in 'Task Endpoints.AddKeyValueCommand(SlimPersistentState provider, string key, byte[] value, IRaftCluster cluster, CancellationTokenSource source)'.