Skip to content

feat: Report queue metrics for no waiting tasks #29

feat: Report queue metrics for no waiting tasks

feat: Report queue metrics for no waiting tasks #29

Triggered via pull request March 21, 2024 08:33
Status Success
Total duration 1m 19s
Artifacts

test-deploy-website.yml

on: pull_request
Test deployment
1m 11s
Test deployment
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Test deployment
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test deployment
The "--output" option isn't supported when building a solution. Specifying a solution-level output path results in all projects copying outputs to the same directory, which can lead to inconsistent builds.
Test deployment: tests/unit-tests/Farfetch.LoadShedding.Tests/Builders/AdaptativeLimiterBuilderTests.cs#L6
Missing XML comment for publicly visible type or member 'AdaptativeLimiterBuilderTests'
Test deployment: tests/unit-tests/Farfetch.LoadShedding.Tests/Builders/AdaptativeLimiterBuilderTests.cs#L9
Missing XML comment for publicly visible type or member 'AdaptativeLimiterBuilderTests.Build_WithUseAdaptativeLimiter_LimiterShouldNotBeNull()'
Test deployment: tests/unit-tests/Farfetch.LoadShedding.Tests/Calculators/GradientLimitCalculatorTests.cs#L8
Missing XML comment for publicly visible type or member 'GradientLimitCalculatorTests'
Test deployment: tests/unit-tests/Farfetch.LoadShedding.Tests/Calculators/GradientLimitCalculatorTests.cs#L24
Missing XML comment for publicly visible type or member 'GradientLimitCalculatorTests.CalculateLimit_NumberOfExecutionsEqualsToZero_ReturnsTheCurrentLimit()'
Test deployment: tests/unit-tests/Farfetch.LoadShedding.Tests/Calculators/GradientLimitCalculatorTests.cs#L49
Missing XML comment for publicly visible type or member 'GradientLimitCalculatorTests.CalculateLimit_WithMultipleInputs_ReturnsLimitCorrectly(int, int, int, int, double, int)'
Test deployment: tests/unit-tests/Farfetch.LoadShedding.Tests/Calculators/SquareRootQueueCalculatorTests.cs#L8
Missing XML comment for publicly visible type or member 'SquareRootQueueCalculatorTests'
Test deployment: tests/unit-tests/Farfetch.LoadShedding.Tests/Calculators/SquareRootQueueCalculatorTests.cs#L16
Missing XML comment for publicly visible type or member 'SquareRootQueueCalculatorTests.CalculateQueueSize_WithMultipleInputs_ReturnsTheQueueValueCorrectly(int, int, int)'
Test deployment: tests/unit-tests/Farfetch.LoadShedding.Tests/Configurations/ConcurrencyContextTests.cs#L10
Missing XML comment for publicly visible type or member 'ConcurrencyContextTests'
Test deployment: tests/unit-tests/Farfetch.LoadShedding.Tests/Configurations/ConcurrencyContextTests.cs#L13
Missing XML comment for publicly visible type or member 'ConcurrencyContextTests.ConcurrencyContext_Initialization_ShouldSetTheCorrectValues()'