You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add PoliCheck to Aggregate Report Pipeline
* Add per service run of policheck
* Add step for filtering PoliCheck Results
* Add PoliChheck Filtering
* Condition PoliCheck oon ServiceDirectoryName
* Add Allow List for core
* Install PowerShell-Yaml
* Remove sdk/core/PoliCheckAllowList.yml
* Clone build tools, read allow list from build tools
* Add reference to AddPoliCheckFilter build tools branch
* Move PoliCheck to it own stage
* Remove dependence ServiceDirectoryname
* Remove step for filtering PoliCheck result
* Add RulesDBPath
* Add guardian break step for policheck, with special folder for guardian tools
* Publish baseline results
* Consume baseline file from downloaded artifacts
* switch to DownloadPipelien Artifacts task
* Add poliCheck baseline control
* add baseline source parameter
* Stage baseline output for publishing
* Remove baseline
* Update publishing of Guardian tools
* Copy all the related files for guardian tools
* Add files for PoliCheck exclusion
* Switch to vanila PoliCheck Run
* Download and used PoliCheck.mdb file for Exclusions
* Update Exclusionfilename
* Fix up poliCheck issue
* Move Cred Scan into Compliance stage
* Add space betweeem yaml steps
* Fix up policheck issues in sdk\eventhub\Azure.Messaging.EventHubs.Shared\src\Testing\EventHubsTestEnvironment.cs
* Move PoliCheck before CredScan
/// <summary>The default value for the maximum duration, in minutes, that a single test is permitted to run before it is considered at-risk for being hung.</summary>
31
+
/// <summary>The default value for the maximum duration, in minutes, that a single test is permitted to run before it is considered at-risk of not responding.</summary>
/// <summary>The environment variable value, or default, for the maximum duration, in minutes, that a single test is permitted to run before it is considered at-risk for being hung, lazily evaluated.</summary>
40
+
/// <summary>The environment variable value, or default, for the maximum duration, in minutes, that a single test is permitted to run before it is considered at-risk of not responding, lazily evaluated.</summary>
Copy file name to clipboardExpand all lines: sdk/eventhub/Azure.Messaging.EventHubs/CONTRIBUTING.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -112,7 +112,7 @@ The Event Hubs Live tests read information from the following environment variab
112
112
The client secret (password) of the Azure Active Directory application that is associated with the service principal
113
113
114
114
-`EVENTHUB_PER_TEST_LIMIT_MINUTES`
115
-
The maximum duration, in minutes, that a single test is permitted to run before it is considered at-risk for being hung. If not provided, a default suitable for most local development environment runs is assumed.
115
+
The maximum duration, in minutes, that a single test is permitted to run before it is considered at-risk of not responding. If not provided, a default suitable for most local development environment runs is assumed.
116
116
117
117
-`EVENTHUB_NAMESPACE_CONNECTION_STRING`
118
118
The connection string to an Event Hubs namespace to use for testing. Tests will each create an ephemeral Event Hub instance in this namespace when executing, in order to ensure isolation. When the run is complete, the namespace will be left in the state that it was in before the test run took place.
0 commit comments