Skip to content

feat(all): retry with dead letter queue #788

feat(all): retry with dead letter queue

feat(all): retry with dead letter queue #788

Triggered via pull request November 26, 2024 06:43
Status Failure
Total duration 4m 27s
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

9 errors and 12 warnings
Unit Tests
Process completed with exit code 1.
SonarCloud: tests/SlimData.Tests/QueueElementExtentionsTests.cs#L12
There is no argument given that corresponds to the required parameter 'retries' of 'QueueElement.QueueElement(ReadOnlyMemory<byte>, string, long, int, List<int>, IList<QueueHttpTryElement>)'
SonarCloud: tests/SlimData.Tests/QueueElementExtentionsTests.cs#L19
There is no argument given that corresponds to the required parameter 'retries' of 'QueueElement.QueueElement(ReadOnlyMemory<byte>, string, long, int, List<int>, IList<QueueHttpTryElement>)'
SonarCloud: tests/SlimData.Tests/QueueElementExtentionsTests.cs#L26
There is no argument given that corresponds to the required parameter 'retries' of 'QueueElement.QueueElement(ReadOnlyMemory<byte>, string, long, int, List<int>, IList<QueueHttpTryElement>)'
SonarCloud: tests/SlimData.Tests/QueueElementExtentionsTests.cs#L30
There is no argument given that corresponds to the required parameter 'retries' of 'QueueElement.QueueElement(ReadOnlyMemory<byte>, string, long, int, List<int>, IList<QueueHttpTryElement>)'
SonarCloud: tests/SlimData.Tests/QueueElementExtentionsTests.cs#L37
There is no argument given that corresponds to the required parameter 'retries' of 'QueueElement.QueueElement(ReadOnlyMemory<byte>, string, long, int, List<int>, IList<QueueHttpTryElement>)'
SonarCloud: tests/SlimData.Tests/QueueElementExtentionsTests.cs#L44
There is no argument given that corresponds to the required parameter 'retries' of 'QueueElement.QueueElement(ReadOnlyMemory<byte>, string, long, int, List<int>, IList<QueueHttpTryElement>)'
SonarCloud: tests/SlimData.Tests/QueueElementExtentionsTests.cs#L45
There is no argument given that corresponds to the required parameter 'retries' of 'QueueElement.QueueElement(ReadOnlyMemory<byte>, string, long, int, List<int>, IList<QueueHttpTryElement>)'
SonarCloud: tests/SlimData.Tests/QueueElementExtentionsTests.cs#L46
There is no argument given that corresponds to the required parameter 'retries' of 'QueueElement.QueueElement(ReadOnlyMemory<byte>, string, long, int, List<int>, IList<QueueHttpTryElement>)'
Unit Tests
The following actions use a deprecated Node.js version 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 use a deprecated Node.js version 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/SlimDataInterpreter.cs#L66
Argument of type 'List<QueueElement>' cannot be used for parameter 'element' of type 'IList<QueueElement?>' in 'IList<QueueElement> QueueElementExtensions.GetQueueFinishedElement(IList<QueueElement?> element, long nowTicks, List<int> retries, int timeoutSeconds = 30)' due to differences in the nullability of reference types.
SonarCloud: src/SlimData/SlimDataInterpreter.cs#L80
Dereference of a possibly null reference.
SonarCloud: src/SlimData/Endpoints.cs#L64
Dereference of a possibly null reference.
SonarCloud: src/SlimData/Endpoints.cs#L98
Dereference of a possibly null reference.
SonarCloud: src/SlimData/QueueElementExtensions.cs#L129
Argument of type 'List<QueueElement>' cannot be used for parameter 'element' of type 'IList<QueueElement?>' in 'IList<QueueElement> QueueElementExtensions.GetQueueFinishedElement(IList<QueueElement?> element, long nowTicks, List<int> retries, int timeoutSeconds = 30)' due to differences in the nullability of reference types.
SonarCloud: src/SlimData/QueueElementExtensions.cs#L156
Possible null reference argument for parameter 'queueElement' in 'bool QueueElementExtensions.IsFinished(QueueElement queueElement, long nowTicks, List<int> retries, int timeoutSeconds = 30)'.
SonarCloud: src/SlimData/Endpoints.cs#L178
Dereference of a possibly null reference.