File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed
Middleware/Diagnostics/test/UnitTests
Servers/Kestrel/test/Interop.FunctionalTests Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 385
385
<Uri >https://github.com/dotnet/arcade</Uri >
386
386
<Sha >9747cf5ac4abb6a5a13cf31fa78b91d599180e07</Sha >
387
387
</Dependency >
388
- <Dependency Name =" Microsoft.Extensions.Telemetry.Testing" Version =" 8.0.0-preview.6.23320.3 " >
388
+ <Dependency Name =" Microsoft.Extensions.Telemetry.Testing" Version =" 8.0.0-preview.7.23326.2 " >
389
389
<Uri >https://github.com/dotnet/extensions</Uri >
390
- <Sha >a0e9c8794e3e0ba27033a9f54a545385228d0876 </Sha >
390
+ <Sha >cb688f13c0e36a39a2cd70c9d844959778ce11af </Sha >
391
391
</Dependency >
392
392
<Dependency Name =" NuGet.Frameworks" Version =" 6.2.4" >
393
393
<Uri >https://github.com/nuget/nuget.client</Uri >
Original file line number Diff line number Diff line change 135
135
<SystemIOHashingVersion >8.0.0-preview.7.23325.2</SystemIOHashingVersion >
136
136
<SystemRuntimeCachingVersion >8.0.0-preview.7.23325.2</SystemRuntimeCachingVersion >
137
137
<!-- Packages from dotnet/extensions -->
138
- <MicrosoftExtensionsTelemetryTestingVersion >8.0.0-preview.6.23320.3 </MicrosoftExtensionsTelemetryTestingVersion >
138
+ <MicrosoftExtensionsTelemetryTestingVersion >8.0.0-preview.7.23326.2 </MicrosoftExtensionsTelemetryTestingVersion >
139
139
<!-- Packages from dotnet/efcore -->
140
140
<dotnetefVersion >8.0.0-preview.7.23326.7</dotnetefVersion >
141
141
<MicrosoftEntityFrameworkCoreInMemoryVersion >8.0.0-preview.7.23326.7</MicrosoftEntityFrameworkCoreInMemoryVersion >
Original file line number Diff line number Diff line change @@ -571,7 +571,7 @@ public async Task UnhandledError_ExceptionNameTagAdded()
571
571
var response = await server . CreateClient ( ) . GetAsync ( "/path" ) ;
572
572
Assert . Equal ( HttpStatusCode . InternalServerError , response . StatusCode ) ;
573
573
574
- await requestDurationCollector . WaitForMeasurementsAsync ( numMeasurements : 1 ) . DefaultTimeout ( ) ;
574
+ await requestDurationCollector . WaitForMeasurementsAsync ( minCount : 1 ) . DefaultTimeout ( ) ;
575
575
576
576
// Assert
577
577
Assert . Collection (
Original file line number Diff line number Diff line change @@ -953,7 +953,7 @@ public async Task UnhandledError_ExceptionNameTagAdded()
953
953
var response = await server . CreateClient ( ) . GetAsync ( "/path" ) ;
954
954
Assert . Equal ( HttpStatusCode . NotFound , response . StatusCode ) ;
955
955
956
- await instrumentCollector . WaitForMeasurementsAsync ( numMeasurements : 1 ) . DefaultTimeout ( ) ;
956
+ await instrumentCollector . WaitForMeasurementsAsync ( minCount : 1 ) . DefaultTimeout ( ) ;
957
957
958
958
// Assert
959
959
Assert . Collection (
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ public async Task GET_Metrics_HttpProtocolAndTlsSet()
56
56
// Dispose the client to end the connection.
57
57
client . Dispose ( ) ;
58
58
// Wait for measurement to be available.
59
- await connectionDuration . WaitForMeasurementsAsync ( numMeasurements : 1 ) . DefaultTimeout ( ) ;
59
+ await connectionDuration . WaitForMeasurementsAsync ( minCount : 1 ) . DefaultTimeout ( ) ;
60
60
61
61
// Assert
62
62
Assert . Collection ( connectionDuration . GetMeasurementSnapshot ( ) ,
Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ public async Task GET_Metrics_HttpProtocolAndTlsSet()
98
98
// Dispose the client to end the connection.
99
99
client . Dispose ( ) ;
100
100
// Wait for measurement to be available.
101
- await connectionDuration . WaitForMeasurementsAsync ( numMeasurements : 1 ) . DefaultTimeout ( ) ;
101
+ await connectionDuration . WaitForMeasurementsAsync ( minCount : 1 ) . DefaultTimeout ( ) ;
102
102
103
103
// Assert
104
104
Assert . Collection ( connectionDuration . GetMeasurementSnapshot ( ) ,
You can’t perform that action at this time.
0 commit comments