Skip to content

Bump the azure group across 4 directories with 2 updates (#214) #474

Bump the azure group across 4 directories with 2 updates (#214)

Bump the azure group across 4 directories with 2 updates (#214) #474

GitHub Actions / Tests Results succeeded Jan 20, 2025 in 0s

All 117 tests pass in 5s

117 tests  ±0   117 ✅ ±0   5s ⏱️ ±0s
  3 suites ±0     0 💤 ±0 
  3 files   ±0     0 ❌ ±0 

Results for commit 2246827. ± Comparison against earlier commit 89ed76b.

Annotations

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Tests Results

117 tests found

There are 117 tests, see "Raw output" for the full list of tests.
Raw output
DeployHours.Gate.Tests.DeployHoursConfigurationTests ‑ Load_DeployDays
DeployHours.Gate.Tests.DeployHoursConfigurationTests ‑ Load_HasDefaultWorkingDays
DeployHours.Gate.Tests.DeployHoursConfigurationTests ‑ Load_LockoutFalse
DeployHours.Gate.Tests.DeployHoursConfigurationTests ‑ Load_LockoutTrue
DeployHours.Gate.Tests.DeployHoursConfigurationTests ‑ Load_RangeOneElement
DeployHours.Gate.Tests.DeployHoursConfigurationTests ‑ Load_RangeTwoElements
DeployHours.Gate.Tests.DeployHoursConfigurationTests ‑ Load_RangeTwoElementsMissingElements
DeployHours.Gate.Tests.DeployHoursConfigurationTests ‑ Validate_ReturnsError_DeployDaysCannotBeEmpty
DeployHours.Gate.Tests.DeployHoursConfigurationTests ‑ Validate_ReturnsError_WhenRuleBusinessHoursIsEmpty
DeployHours.Gate.Tests.DeployHoursConfigurationTests ‑ Validate_ReturnsError_WhenRuleBusinessHoursIsMissingElements
DeployHours.Gate.Tests.DeployHoursConfigurationTests ‑ Validate_ReturnsError_WhenRuleBusinessHoursIsNull
DeployHours.Gate.Tests.DeployHoursConfigurationTests ‑ Validate_ReturnsError_WhenRuleBusinessHoursStartIsGreaterEnd
DeployHours.Gate.Tests.DeployHoursConfigurationTests ‑ Validate_ReturnsError_WhenRulesIsEmpty
DeployHours.Gate.Tests.DeployHoursConfigurationTests ‑ Validate_ReturnsError_WhenRulesIsNull
DeployHours.Gate.Tests.DeployHoursRulesEvaluatorTests ‑ IsDeployHour_MultipleRangeBothRangesFalse
DeployHours.Gate.Tests.DeployHoursRulesEvaluatorTests ‑ IsDeployHour_MultipleRangeBothRangesTrue
DeployHours.Gate.Tests.DeployHoursRulesEvaluatorTests ‑ IsDeployHour_MultipleRangeUnorderedTrue
DeployHours.Gate.Tests.DeployHoursRulesEvaluatorTests ‑ IsDeployHour_NoEnvironment
DeployHours.Gate.Tests.DeployHoursRulesEvaluatorTests ‑ IsDeployHour_SingleRangeAfterFalse
DeployHours.Gate.Tests.DeployHoursRulesEvaluatorTests ‑ IsDeployHour_SingleRangeBeforeFalse
DeployHours.Gate.Tests.DeployHoursRulesEvaluatorTests ‑ IsDeployHour_SingleRangeEnvironmentRuleTrue
DeployHours.Gate.Tests.DeployHoursRulesEvaluatorTests ‑ IsDeployHour_SingleRangeGlobalConfigTrue
DeployHours.Gate.Tests.DeployHoursRulesEvaluatorTests+GetNextDeployHour ‑ ButAlreadyIsDeployHour
DeployHours.Gate.Tests.DeployHoursRulesEvaluatorTests+GetNextDeployHour ‑ NextBusinessDay
DeployHours.Gate.Tests.DeployHoursRulesEvaluatorTests+GetNextDeployHour ‑ SameDayLastRange
DeployHours.Gate.Tests.DeployHoursRulesEvaluatorTests+GetNextDeployHour ‑ SameDaySecondRange
DeployHours.Gate.Tests.DeployHoursRulesEvaluatorTests+InLockout ‑ False
DeployHours.Gate.Tests.DeployHoursRulesEvaluatorTests+InLockout ‑ True
DeployHours.Gate.Tests.DeployHoursRulesEvaluatorTests+IsDeployDay ‑ False
DeployHours.Gate.Tests.DeployHoursRulesEvaluatorTests+IsDeployDay ‑ True
DeployHours.Gate.Tests.DeployHoursRulesEvaluatorTests+IsDeployDay ‑ WithDefaultsTrue
DeployHours.Gate.Tests.ProcessFunctionTests+Process ‑ ShouldApprove_WhenInDeployHours
DeployHours.Gate.Tests.ProcessFunctionTests+Process ‑ ShouldReject_WhenInLockout
DeployHours.Gate.Tests.ProcessFunctionTests+Process ‑ Should_AddCommentAndDelayApproval_WhenNotInDeployHours
DeployHours.Gate.Tests.ProcessFunctionTests+Run ‑ CallsBaseProcess
DeployHours.Gate.Tests.WebHookFunctionTests ‑ Run_CallsBaseProcessWebHook
GitHubActions.Gates.Framework.Tests.BaseConfigurationTests ‑ GetRule_EnvironmentCaseInsensitive
GitHubActions.Gates.Framework.Tests.BaseConfigurationTests ‑ GetRule_EnvironmentReturnDefaultRule
GitHubActions.Gates.Framework.Tests.BaseConfigurationTests ‑ GetRule_NoRule
GitHubActions.Gates.Framework.Tests.BaseConfigurationTests ‑ GetRule_WithNoRules
GitHubActions.Gates.Framework.Tests.BaseConfigurationTests ‑ Validate_NoErrors
GitHubActions.Gates.Framework.Tests.GetRunID ‑ ReturnsRunID_WhenGivenValidCallbackUrl
GitHubActions.Gates.Framework.Tests.GetRunID ‑ ThrowsException_WhenGivenEmptyCallbackUrl
GitHubActions.Gates.Framework.Tests.GetRunID ‑ ThrowsException_WhenGivenInvalidCallbackUrl
GitHubActions.Gates.Framework.Tests.GetRunID ‑ ThrowsException_WhenGivenNullCallbackUrl
GitHubActions.Gates.Framework.Tests.GetRunID ‑ ThrowsException_WhenGivenWhitespaceCallbackUrl
GitHubActions.Gates.Framework.Tests.GitHubAppClientTests ‑ GetInstallationToken_CalledTwice_CallsGitHubOnlyOnce
GitHubActions.Gates.Framework.Tests.GitHubAppClientTests ‑ GraphQLAsync_ReturnsData
GitHubActions.Gates.Framework.Tests.GitHubAppClientTests ‑ GraphQLAsync_ThrowsErrorException
GitHubActions.Gates.Framework.Tests.GitHubAppClientTests ‑ ReportUpdate_ShouldCallOctoKit
GitHubActions.Gates.Framework.Tests.GitHubAppClientTests ‑ SetApprovalDecision_ShouldCallOctoKit
GitHubActions.Gates.Framework.Tests.GitHubRetryHandlerTests+ExecuteWithRetryAsync ‑ ExceedsRetriesAndReturnsFailedRequest
GitHubActions.Gates.Framework.Tests.GitHubRetryHandlerTests+ExecuteWithRetryAsync ‑ NoRetry
GitHubActions.Gates.Framework.Tests.GitHubRetryHandlerTests+ExecuteWithRetryAsync ‑ OneRetry
GitHubActions.Gates.Framework.Tests.GitHubRetryHandlerTests+SendCoreAsync ‑ Throws_NotFoundException
GitHubActions.Gates.Framework.Tests.ProcessingHandlerTests+AddComment ‑ ShouldCallGitHubClientWithExpectedParameters
GitHubActions.Gates.Framework.Tests.ProcessingHandlerTests+Approve ‑ ShouldCallGitHubClientWithExpectedParameters
GitHubActions.Gates.Framework.Tests.ProcessingHandlerTests+Approve ‑ WithSchedule_ShouldEnqueue_NotCallGitHub
GitHubActions.Gates.Framework.Tests.ProcessingHandlerTests+Approve ‑ WithSchedule_ShouldNotEnqueueAndCallGitHub
GitHubActions.Gates.Framework.Tests.ProcessingHandlerTests+LoadConfiguration ‑ ConfigFileDoesNotExist_Rejects
GitHubActions.Gates.Framework.Tests.ProcessingHandlerTests+LoadConfiguration ‑ ConfigFileNoPermission_Rejects
GitHubActions.Gates.Framework.Tests.ProcessingHandlerTests+LoadConfiguration ‑ InvalidYAMLConfigFile_Rejects
GitHubActions.Gates.Framework.Tests.ProcessingHandlerTests+LoadConfiguration ‑ ShouldLoadFileIfExists
GitHubActions.Gates.Framework.Tests.ProcessingHandlerTests+LoadConfiguration ‑ WithSemanticErrors_RejectsWithFormattedErrorsMardown
GitHubActions.Gates.Framework.Tests.ProcessingHandlerTests+ProcessProcessing ‑ AbuseRateLimited_Handled
GitHubActions.Gates.Framework.Tests.ProcessingHandlerTests+ProcessProcessing ‑ PreviousOutcome_IsApproved
GitHubActions.Gates.Framework.Tests.ProcessingHandlerTests+ProcessProcessing ‑ PreviousOutcome_IsApprovedQueued
GitHubActions.Gates.Framework.Tests.ProcessingHandlerTests+ProcessProcessing ‑ PreviousOutcome_IsRejected
GitHubActions.Gates.Framework.Tests.ProcessingHandlerTests+ProcessProcessing ‑ RateLimited_Handled
GitHubActions.Gates.Framework.Tests.ProcessingHandlerTests+ProcessProcessing ‑ Reject_RateLimitHandled
GitHubActions.Gates.Framework.Tests.ProcessingHandlerTests+ProcessProcessing ‑ SecondaryRateLimited_Handled
GitHubActions.Gates.Framework.Tests.ProcessingHandlerTests+Reject ‑ ShouldCallGitHubClientWithExpectedParameters
GitHubActions.Gates.Framework.Tests.RateLimitHelperTests ‑ GetRateLimitReset_NoHeaders_UseFallback
GitHubActions.Gates.Framework.Tests.RateLimitHelperTests ‑ GetRateLimitReset_RateLimitedWithReset
GitHubActions.Gates.Framework.Tests.RateLimitHelperTests ‑ GetRateLimitReset_RateLimitedWithResetAndRetry_ResetTakesPrecedence
GitHubActions.Gates.Framework.Tests.RateLimitHelperTests ‑ GetRateLimitReset_RateLimitedWithRetryAfter
GitHubActions.Gates.Framework.Tests.ServiceBusClientTests+CreateServiceBusClientFactory ‑ WithConnectionString_CreatesServiceBusClient
GitHubActions.Gates.Framework.Tests.ServiceBusClientTests+CreateServiceBusClientFactory ‑ WithManagedIdentity_CreatesServiceBusClient
GitHubActions.Gates.Framework.Tests.ServiceBusClientTests+SendMessageAsync ‑ SendMessageAsync_SendsMessageToQueue
GitHubActions.Gates.Framework.Tests.ServiceBusClientTests+SendMessageAsync ‑ SendMessageAsync_SendsMessageToQueueEnqueued
Issues.Gate.Tests.IssueGatesRulesEvaluatorTests+BuildIssuesQueryParameters ‑ MilestoneDefined_MilestoneAdded
Issues.Gate.Tests.IssueGatesRulesEvaluatorTests+BuildIssuesQueryParameters ‑ MilestoneNotDefined_MilestoneNotAdded
Issues.Gate.Tests.IssueGatesRulesEvaluatorTests+BuildIssuesQueryParameters ‑ MilestoneSetNone_MilestoneAddedButNull
Issues.Gate.Tests.IssueGatesRulesEvaluatorTests+BuildSearchQuery ‑ OnlyCreatedBeforeWorkflowCreatedFalseButDateProvided_DatePredicateNotAdded
Issues.Gate.Tests.IssueGatesRulesEvaluatorTests+BuildSearchQuery ‑ OnlyCreatedBeforeWorkflowCreatedFalse_DatePredicateNotAdded
Issues.Gate.Tests.IssueGatesRulesEvaluatorTests+BuildSearchQuery ‑ OnlyCreatedBeforeWorkflowCreatedTrue_DatePredicateAdded
Issues.Gate.Tests.IssueGatesRulesEvaluatorTests+ExecuteIssuesQuery ‑ BelowThreshold_And_OnlyCreatedBeforeWorkflowCreatedTrue_AddsComment
Issues.Gate.Tests.IssueGatesRulesEvaluatorTests+ExecuteIssuesQuery ‑ EqualThreshold_AddsComment
Issues.Gate.Tests.IssueGatesRulesEvaluatorTests+ExecuteIssuesQuery ‑ OverThresholdOnlyCreatedBeforeWorkflowCreatedFalse_ThrowsRejectException
Issues.Gate.Tests.IssueGatesRulesEvaluatorTests+ExecuteIssuesQuery ‑ OverThresholdOnlyCreatedBeforeWorkflowCreatedTrue_ThrowsRejectException
Issues.Gate.Tests.IssueGatesRulesEvaluatorTests+ExecuteIssuesQuery ‑ OverThreshold_CustomMessage_ThrowsRejectException
Issues.Gate.Tests.IssueGatesRulesEvaluatorTests+ExecuteSearchQuery ‑ BelowThreshold_And_OnlyCreatedBeforeWorkflowCreatedTrue_AddsComment
Issues.Gate.Tests.IssueGatesRulesEvaluatorTests+ExecuteSearchQuery ‑ EqualThreshold_AddsComment
Issues.Gate.Tests.IssueGatesRulesEvaluatorTests+ExecuteSearchQuery ‑ OverThreshold_CustomMessage_ThrowsRejectException
Issues.Gate.Tests.IssueGatesRulesEvaluatorTests+ExecuteSearchQuery ‑ OverThreshold_ThrowsRejectException
Issues.Gate.Tests.IssueGatesRulesEvaluatorTests+ValidateRules ‑ IssuesDefined_ExecutesIssuesQuery
Issues.Gate.Tests.IssueGatesRulesEvaluatorTests+ValidateRules ‑ NoRuleForEnvironment_ThrowRejection
Issues.Gate.Tests.IssueGatesRulesEvaluatorTests+ValidateRules ‑ SearchDefined_ExecutesSearchQuery
Issues.Gate.Tests.IssuesConfigurationTests+Load ‑ CompleteFile
Issues.Gate.Tests.IssuesConfigurationTests+Load ‑ DefaultAndEnvironmentRulesTrue
Issues.Gate.Tests.IssuesConfigurationTests+Load ‑ DefaultRulesOnlyTrue
Issues.Gate.Tests.IssuesConfigurationTests+Load ‑ EmptyMilestone
Issues.Gate.Tests.IssuesConfigurationTests+Load ‑ EnvironmentRulesOnlyTrue
Issues.Gate.Tests.IssuesConfigurationTests+Validate ‑ ReturnsError_WhenIssuesMaxIsInvalid
Issues.Gate.Tests.IssuesConfigurationTests+Validate ‑ ReturnsError_WhenIssuesMilestoeIsNotNumber
Issues.Gate.Tests.IssuesConfigurationTests+Validate ‑ ReturnsError_WhenIssuesMilestoneIsNone_Valid
Issues.Gate.Tests.IssuesConfigurationTests+Validate ‑ ReturnsError_WhenIssuesMilestoneIsNumber_Valid
Issues.Gate.Tests.IssuesConfigurationTests+Validate ‑ ReturnsError_WhenIssuesMilestoneIsStar_Valid
Issues.Gate.Tests.IssuesConfigurationTests+Validate ‑ ReturnsError_WhenIssuesRepoIsDefinedButEmpty
Issues.Gate.Tests.IssuesConfigurationTests+Validate ‑ ReturnsError_WhenIssuesRepoIsInvalid
Issues.Gate.Tests.IssuesConfigurationTests+Validate ‑ ReturnsError_WhenIssuesRepoIsvalid
Issues.Gate.Tests.IssuesConfigurationTests+Validate ‑ ReturnsError_WhenRulesIsEmpty
Issues.Gate.Tests.IssuesConfigurationTests+Validate ‑ ReturnsError_WhenRulesIsNull
Issues.Gate.Tests.IssuesConfigurationTests+Validate ‑ ReturnsError_WhenSearchIsInvalid_MessageEmpty
Issues.Gate.Tests.IssuesConfigurationTests+Validate ‑ ReturnsError_WhenSearchIsInvalid_QueryEmpty
Issues.Gate.Tests.IssuesConfigurationTests+Validate ‑ ReturnsError_WhenSearchMaxIsInvalid
Issues.Gate.Tests.IssuesConfigurationTests+Validate ‑ ReturnsNoErrors_WhenConfigurationIsValid