Skip to content

[BEEEP][SM-893] Add the ability to run SM integration tests as a service account #1570

[BEEEP][SM-893] Add the ability to run SM integration tests as a service account

[BEEEP][SM-893] Add the ability to run SM integration tests as a service account #1570

Triggered via pull request March 29, 2024 15:47
Status Success
Total duration 5m 13s
Artifacts

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

14 warnings
Run tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@3447fd6a9f9e57506b15f895c5b76d3b197dc7c2, dorny/test-reporter@c9b3d0e2bd2a4e96aaf424dbaa31c46b42318226. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run tests
Found version-specific or distribution-specific runtime identifier(s): alpine-arm, alpine-arm64, alpine-x64. Affected libraries: SQLitePCLRaw.lib.e_sqlite3. In .NET 8.0 and higher, assets for version-specific and distribution-specific runtime identifiers will not be found by default. See https://aka.ms/dotnet/rid-usage for details.
Run tests
Found version-specific or distribution-specific runtime identifier(s): alpine-arm, alpine-arm64, alpine-x64. Affected libraries: SQLitePCLRaw.lib.e_sqlite3. In .NET 8.0 and higher, assets for version-specific and distribution-specific runtime identifiers will not be found by default. See https://aka.ms/dotnet/rid-usage for details.
Run tests
Found version-specific or distribution-specific runtime identifier(s): alpine-arm, alpine-arm64, alpine-x64. Affected libraries: SQLitePCLRaw.lib.e_sqlite3. In .NET 8.0 and higher, assets for version-specific and distribution-specific runtime identifiers will not be found by default. See https://aka.ms/dotnet/rid-usage for details.
Run tests: src/Core/Models/Business/SubscriptionInfo.cs#L18
The result of the expression is always 'true' since a value of type 'DateTime' is never equal to 'null' of type 'DateTime?'
Run tests: src/Core/Tools/Models/Business/ReferenceEvent.cs#L22
Non-nullable property 'SignupInitiationPath' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Run tests: src/Core/Tools/Models/Business/ReferenceEvent.cs#L22
Non-nullable property 'PlanUpgradePath' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Run tests: src/Core/Tools/Models/Business/ReferenceEvent.cs#L28
Non-nullable property 'SignupInitiationPath' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Run tests: src/Core/Tools/Models/Business/ReferenceEvent.cs#L28
Non-nullable property 'PlanUpgradePath' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Run tests: src/Core/Auth/Services/Implementations/AuthRequestService.cs#L126
Dereference of a possibly null reference.
Run tests: src/Core/Auth/Services/Implementations/AuthRequestService.cs#L139
Possible null reference argument for parameter 'user' in 'Task<AuthRequest> AuthRequestService.CreateAuthRequestAsync(AuthRequestCreateRequestModel model, User user, Guid? organizationId)'.
Run tests: src/Infrastructure.EntityFramework/Vault/Repositories/Queries/CipherReadCanEditByIdUserIdQuery.cs#L63
The result of the expression is always 'true' since a value of type 'Guid' is never equal to 'null' of type 'Guid?'
Run tests: src/Infrastructure.EntityFramework/Vault/Repositories/Queries/CipherReadCanEditByIdUserIdQuery.cs#L63
The result of the expression is always 'true' since a value of type 'Guid' is never equal to 'null' of type 'Guid?'
Run tests: src/Infrastructure.EntityFramework/Repositories/DatabaseContextExtensions.cs#L68
The result of the expression is always 'true' since a value of type 'Guid' is never equal to 'null' of type 'Guid?'