Skip to content

Commit

Permalink
remove failed request metrics for background quert
Browse files Browse the repository at this point in the history
Signed-off-by: Cabinfever_B <[email protected]>
  • Loading branch information
CabinfeverB committed Mar 18, 2024
1 parent a93bbc1 commit 70a4a69
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1343,6 +1343,7 @@ func (suite *resourceManagerClientTestSuite) TestCheckBackgroundJobs() {
re.False(c.IsBackgroundRequest(suite.ctx, resourceGroupName, "internal_lightning"))
re.False(c.IsBackgroundRequest(suite.ctx, resourceGroupName, "internal_ddl"))
re.False(c.IsBackgroundRequest(suite.ctx, resourceGroupName, ""))
re.False(c.IsBackgroundRequest(suite.ctx, "none", "none"))

resourceGroupName = enableBackgroundGroup(true)
re.True(c.IsBackgroundRequest(suite.ctx, resourceGroupName, "internal_br"))
Expand Down

0 comments on commit 70a4a69

Please sign in to comment.