dotnet / aspnetcore

ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.
https://asp.net
MIT License
35.21k stars 9.95k forks source link

Scenarios are not running: SignalRBroadcast, SignalREcho, SignalREchoAll #16577

Closed aspnet-hello closed 4 years ago

aspnet-hello commented 4 years ago

Some scenarios have stopped running:

Scenario Environment Last Run
SignalRBroadcast Windows, Physical, http, KestrelSockets 10/27/19 4:06:15 AM +00:00
SignalREcho Windows, Physical, http, KestrelSockets 10/27/19 4:09:29 AM +00:00
SignalREchoAll Windows, Physical, http, KestrelSockets 10/27/19 4:12:22 AM +00:00

Logs

analogrelay commented 4 years ago
[08:34:00.178] Using worker SignalR
[08:34:00.946] Running session '20191106203356' with description 'Trend/Latest'
[08:34:00.946] Starting scenario SignalRBroadcast on benchmark server...
[08:34:00.961] Fetching job: http://<REDACTED>/jobs/202
[08:34:01.017] Job has been selected by the server ...
[08:34:01.028] Job is now building ...
[08:34:04.068] Job failed on benchmark server, stopping...

[08:34:04.069] Deleting scenario 'SignalRBroadcast' on benchmark server...

Looks like these are indeed failing, but I don't see any error details. cc @sebastienros @BrennanConroy

BrennanConroy commented 4 years ago

Might be an issue with recent changes to the benchmark server. Will follow up with seb.

analogrelay commented 4 years ago

Will leave this to check next triage. Should be fixed soon.