TST-53: Resilience and degraded-mode behavior tests #1581
ci-required.yml
on: pull_request
Matrix: API Integration / api-integration
Matrix: Backend Unit / backend-unit
Matrix: Frontend Unit / frontend-unit
Docs Governance
/
Docs Governance
9s
Backend Architecture
/
Backend Architecture
26s
Container Images
/
Container Images
1m 11s
E2E Smoke
/
E2E Smoke
2m 27s
Annotations
4 errors and 27 warnings
|
E2E Smoke / E2E Smoke
Canceling since a higher priority waiting request for CI-refs/pull/820/merge exists
|
|
E2E Smoke / E2E Smoke
The operation was canceled.
|
|
CI
Canceling since a higher priority waiting request for CI-refs/pull/820/merge exists
|
|
CI
Canceling since a higher priority waiting request for CI-refs/pull/820/merge exists
|
|
Backend Unit / Backend Unit (ubuntu-latest):
backend/tests/Taskdeck.Application.Tests/Services/BoardJsonExportImportRoundTripTests.cs#L387
Cannot convert null literal to non-nullable reference type.
|
|
Backend Unit / Backend Unit (ubuntu-latest):
backend/tests/Taskdeck.Application.Tests/Services/BoardJsonExportImportRoundTripTests.cs#L309
Cannot convert null literal to non-nullable reference type.
|
|
Backend Unit / Backend Unit (ubuntu-latest):
backend/tests/Taskdeck.Application.Tests/Services/CrossFormatImportIntegrityTests.cs#L130
Cannot convert null literal to non-nullable reference type.
|
|
Backend Unit / Backend Unit (ubuntu-latest):
backend/tests/Taskdeck.Application.Tests/Services/LlmProviderAbstractionEdgeCaseTests.cs#L301
Async-iterator 'LlmProviderAbstractionEdgeCaseTests.MinimalTestProvider.StreamAsync(ChatCompletionRequest, CancellationToken)' has one or more parameters of type 'CancellationToken' but none of them is decorated with the 'EnumeratorCancellation' attribute, so the cancellation token parameter from the generated 'IAsyncEnumerable<>.GetAsyncEnumerator' will be unconsumed
|
|
Backend Unit / Backend Unit (windows-latest):
backend/tests/Taskdeck.Application.Tests/Services/BoardJsonExportImportRoundTripTests.cs#L387
Cannot convert null literal to non-nullable reference type.
|
|
Backend Unit / Backend Unit (windows-latest):
backend/tests/Taskdeck.Application.Tests/Services/BoardJsonExportImportRoundTripTests.cs#L309
Cannot convert null literal to non-nullable reference type.
|
|
Backend Unit / Backend Unit (windows-latest):
backend/tests/Taskdeck.Application.Tests/Services/CrossFormatImportIntegrityTests.cs#L130
Cannot convert null literal to non-nullable reference type.
|
|
Backend Unit / Backend Unit (windows-latest):
backend/tests/Taskdeck.Application.Tests/Services/LlmProviderAbstractionEdgeCaseTests.cs#L301
Async-iterator 'LlmProviderAbstractionEdgeCaseTests.MinimalTestProvider.StreamAsync(ChatCompletionRequest, CancellationToken)' has one or more parameters of type 'CancellationToken' but none of them is decorated with the 'EnumeratorCancellation' attribute, so the cancellation token parameter from the generated 'IAsyncEnumerable<>.GetAsyncEnumerator' will be unconsumed
|
|
API Integration / API Integration (ubuntu-latest):
backend/tests/Taskdeck.Api.Tests/ConcurrencyRaceConditionStressTests.cs#L630
Possible null reference return.
|
|
API Integration / API Integration (ubuntu-latest):
backend/tests/Taskdeck.Api.Tests/ConcurrencyRaceConditionStressTests.cs#L544
Possible null reference return.
|
|
API Integration / API Integration (ubuntu-latest):
backend/tests/Taskdeck.Api.Tests/ConcurrencyRaceConditionStressTests.cs#L476
Possible null reference return.
|
|
API Integration / API Integration (ubuntu-latest):
backend/tests/Taskdeck.Api.Tests/LiveBrowserRegressionApiTests.cs#L265
Possible null reference return.
|
|
API Integration / API Integration (ubuntu-latest):
backend/tests/Taskdeck.Api.Tests/CaptureToBoardGoldenPathIntegrationTests.cs#L175
Possible null reference argument for parameter 'source' in 'IEnumerable<string> Enumerable.Select<CardDto, string>(IEnumerable<CardDto> source, Func<CardDto, string> selector)'.
|
|
API Integration / API Integration (ubuntu-latest):
backend/tests/Taskdeck.Api.Tests/ConcurrencyRaceConditionStressTests.cs#L132
Possible null reference return.
|
|
API Integration / API Integration (ubuntu-latest):
backend/tests/Taskdeck.Api.Tests/CaptureToBoardGoldenPathIntegrationTests.cs#L100
Dereference of a possibly null reference.
|
|
API Integration / API Integration (ubuntu-latest):
backend/tests/Taskdeck.Api.Tests/ArchiveRestoreLifecycleTests.cs#L296
Possible null reference argument for parameter 'source' in 'ColumnDto? Enumerable.FirstOrDefault<ColumnDto>(IEnumerable<ColumnDto> source, Func<ColumnDto, bool> predicate)'.
|
|
API Integration / API Integration (ubuntu-latest):
backend/src/Taskdeck.Api/FirstRun/FirstRunBootstrapper.cs#L32
Ambiguous reference in cref attribute: 'EnvironmentVariablesConfigurationSource'. Assuming 'Microsoft.Extensions.Configuration.EnvironmentVariables.EnvironmentVariablesConfigurationSource', but could have also matched other overloads including 'Microsoft.Extensions.Configuration.EnvironmentVariables.EnvironmentVariablesConfigurationSource'.
|
|
API Integration / API Integration (windows-latest):
backend/tests/Taskdeck.Api.Tests/ConcurrencyRaceConditionStressTests.cs#L630
Possible null reference return.
|
|
API Integration / API Integration (windows-latest):
backend/tests/Taskdeck.Api.Tests/ConcurrencyRaceConditionStressTests.cs#L544
Possible null reference return.
|
|
API Integration / API Integration (windows-latest):
backend/tests/Taskdeck.Api.Tests/LiveBrowserRegressionApiTests.cs#L265
Possible null reference return.
|
|
API Integration / API Integration (windows-latest):
backend/tests/Taskdeck.Api.Tests/ConcurrencyRaceConditionStressTests.cs#L476
Possible null reference return.
|
|
API Integration / API Integration (windows-latest):
backend/tests/Taskdeck.Api.Tests/ConcurrencyRaceConditionStressTests.cs#L132
Possible null reference return.
|
|
API Integration / API Integration (windows-latest):
backend/tests/Taskdeck.Api.Tests/CaptureToBoardGoldenPathIntegrationTests.cs#L175
Possible null reference argument for parameter 'source' in 'IEnumerable<string> Enumerable.Select<CardDto, string>(IEnumerable<CardDto> source, Func<CardDto, string> selector)'.
|
|
API Integration / API Integration (windows-latest):
backend/tests/Taskdeck.Api.Tests/CaptureToBoardGoldenPathIntegrationTests.cs#L100
Dereference of a possibly null reference.
|
|
API Integration / API Integration (windows-latest):
backend/tests/Taskdeck.Api.Tests/ArchiveRestoreLifecycleTests.cs#L296
Possible null reference argument for parameter 'source' in 'ColumnDto? Enumerable.FirstOrDefault<ColumnDto>(IEnumerable<ColumnDto> source, Func<ColumnDto, bool> predicate)'.
|
|
API Integration / API Integration (windows-latest):
backend/src/Taskdeck.Api/FirstRun/FirstRunBootstrapper.cs#L32
Ambiguous reference in cref attribute: 'EnvironmentVariablesConfigurationSource'. Assuming 'Microsoft.Extensions.Configuration.EnvironmentVariables.EnvironmentVariablesConfigurationSource', but could have also matched other overloads including 'Microsoft.Extensions.Configuration.EnvironmentVariables.EnvironmentVariablesConfigurationSource'.
|
|
E2E Smoke / E2E Smoke
Ambiguous reference in cref attribute: 'EnvironmentVariablesConfigurationSource'. Assuming 'Microsoft.Extensions.Configuration.EnvironmentVariables.EnvironmentVariablesConfigurationSource', but could have also matched other overloads including 'Microsoft.Extensions.Configuration.EnvironmentVariables.EnvironmentVariablesConfigurationSource'.
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
container-image-artifacts
|
132 MB |
sha256:d118c7447e539e809d54ac935f6397c2e899135bc2dc6bba7c0eeae1af54cc89
|
|
|
frontend-unit-artifacts-ubuntu-latest
|
1.04 MB |
sha256:9e315fdd4ca88e223979e70a8f2b9824cbacc3d283d81472e74e2f3d2850cd9d
|
|
|
frontend-unit-artifacts-windows-latest
|
1.04 MB |
sha256:38aca472b8ee4c8f7c704014d2345545c2c7515f4fdc6b8c85e301b0d9a849bc
|
|