Skip to content

Test: 부하테스트 환경 구축 및 부하테스트 실행 #8

Test: 부하테스트 환경 구축 및 부하테스트 실행

Test: 부하테스트 환경 구축 및 부하테스트 실행 #8

Triggered via pull request September 13, 2025 02:08
Status Success
Total duration 44s
Artifacts

develop.yml

on: pull_request
Build & Test
38s
Build & Test
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Build & Test: ProjectVG.Tests/Application/TestUtilities/MockMemoryClient.cs#L52
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Build & Test: ProjectVG.Tests/Application/TestUtilities/MockMemoryClient.cs#L37
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Build & Test: ProjectVG.Tests/Application/TestUtilities/MockMemoryClient.cs#L159
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Build & Test: ProjectVG.Tests/Application/TestUtilities/MockMemoryClient.cs#L24
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Build & Test: ProjectVG.Tests/Application/TestUtilities/MockMemoryClient.cs#L148
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Build & Test: ProjectVG.Tests/Application/TestUtilities/TestDataBuilder.cs#L67
Possible null reference assignment.
Build & Test: ProjectVG.Tests/Application/TestUtilities/TestDataBuilder.cs#L35
Possible null reference assignment.
Build & Test: ProjectVG.Api/Controllers/OAuthController.cs#L73
Cannot convert null literal to non-nullable reference type.
Build & Test: ProjectVG.Application/Services/Auth/AuthService.cs#L84
Possible null reference assignment.
Build & Test: ProjectVG.Infrastructure/Auth/JwtProvider.cs#L126
The variable 'ex' is declared but never used