Skip to content

Commit 71ef781

Browse files
authored
Fix xevent test failures, avoid orphaned sessions (#3775)
1 parent 4dc47c9 commit 71ef781

File tree

4 files changed

+330
-138
lines changed

4 files changed

+330
-138
lines changed

.azuredevops/policies/approvercountpolicy.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
# that govern how PRs are approved in general. The settings here dictate how
44
# the validator behaves, and it can also prevent PRs from completing.
55
#
6-
# Suggested by Merlinbot (https://sqlclientdrivers.visualstudio.com/ADO.Net/_git/dotnet-sqlclient/pullrequest/4982)
6+
# https://eng.ms/docs/coreai/devdiv/one-engineering-system-1es/1es-docs/policy-service/policy-as-code/approver-count-policy-overview
77

88
name: approver_count
9-
description: Approver count policy for dotnet-sqlclient
9+
description: Approver count policy for dotnet-sqlclient [internal/main]
1010
resource: repository
1111
where:
1212
configuration:
@@ -22,8 +22,5 @@ configuration:
2222
resetRejectionsOnSourcePush: false
2323
blockLastPusherVote: true
2424
branchNames:
25-
- refs/heads/internal/main
26-
- refs/heads/internal/release/6.0
27-
- refs/heads/internal/release/5.2
28-
- refs/heads/internal/release/5.1
29-
displayName: dotnet-sqlclient Approver Count Policy
25+
- internal/main
26+
displayName: dotnet-sqlclient Approver Count Policy [internal/main]

0 commit comments

Comments
 (0)