Skip to content

⬆️ Bump files with dotnet-file sync#115

Open
kzu wants to merge 1 commit intomainfrom
dotnet-file-sync
Open

⬆️ Bump files with dotnet-file sync#115
kzu wants to merge 1 commit intomainfrom
dotnet-file-sync

Conversation

@kzu
Copy link
Copy Markdown
Member

@kzu kzu commented Feb 19, 2025

devlooped/oss

devlooped/SponsorLink

@kzu kzu added the dependencies Pull requests that update a dependency file label Feb 19, 2025
@kzu
Copy link
Copy Markdown
Member Author

kzu commented Feb 19, 2025

7 failed 7 failed

🧪 Details on Ubuntu 24.04.4 LTS
❌ CanSimulateRequestResponseViaGroups
System.ArgumentNullException : Value cannot be null. (Parameter 'connectionString')
   at Azure.Messaging.WebPubSub.Argument.AssertNotNull[[T]](T value, String name)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient.ParseConnectionString(String connectionString)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient..ctor(String connectionString, String hub)
   at Devlooped.Net.Tests.GetServiceUriAsync(String[[]] roles) in /_/src/Tests/Tests.cs:line 279
   at Devlooped.Net.Tests.ConnectAsync() in /_/src/Tests/Tests.cs:line 292
   at Devlooped.Net.Tests.CanSimulateRequestResponseViaGroups() in /_/src/Tests/Tests.cs:line 236
❌ CanSubscribeToAllMessagesFromAnyGroup
System.ArgumentNullException : Value cannot be null. (Parameter 'connectionString')
   at Azure.Messaging.WebPubSub.Argument.AssertNotNull[[T]](T value, String name)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient.ParseConnectionString(String connectionString)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient..ctor(String connectionString, String hub)
   at Devlooped.Net.Tests.GetServiceUriAsync(String[[]] roles) in /_/src/Tests/Tests.cs:line 279
   at Devlooped.Net.Tests.ConnectAsync() in /_/src/Tests/Tests.cs:line 292
   at Devlooped.Net.Tests.CanSubscribeToAllMessagesFromAnyGroup() in /_/src/Tests/Tests.cs:line 196
❌ DisposingSocketeerCompletesRunTask
System.ArgumentNullException : Value cannot be null. (Parameter 'connectionString')
   at Azure.Messaging.WebPubSub.Argument.AssertNotNull[[T]](T value, String name)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient.ParseConnectionString(String connectionString)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient..ctor(String connectionString, String hub)
   at Devlooped.Net.Tests.GetServiceUriAsync(String[[]] roles) in /_/src/Tests/Tests.cs:line 279
   at Devlooped.Net.Tests.ConnectAsync() in /_/src/Tests/Tests.cs:line 292
   at Devlooped.Net.Tests.DisposingSocketeerCompletesRunTask() in /_/src/Tests/Tests.cs:line 62
❌ PingPong
System.ArgumentNullException : Value cannot be null. (Parameter 'connectionString')
   at Azure.Messaging.WebPubSub.Argument.AssertNotNull[[T]](T value, String name)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient.ParseConnectionString(String connectionString)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient..ctor(String connectionString, String hub)
   at Devlooped.Net.Tests.GetServiceUriAsync(String[[]] roles) in /_/src/Tests/Tests.cs:line 279
   at Devlooped.Net.Tests.ConnectAsync() in /_/src/Tests/Tests.cs:line 292
   at Devlooped.Net.Tests.PingPong() in /_/src/Tests/Tests.cs:line 16
❌ WhenGroupJoined_ThenCanGetSecondJoinedGroup
System.ArgumentNullException : Value cannot be null. (Parameter 'connectionString')
   at Azure.Messaging.WebPubSub.Argument.AssertNotNull[[T]](T value, String name)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient.ParseConnectionString(String connectionString)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient..ctor(String connectionString, String hub)
   at Devlooped.Net.Tests.GetServiceUriAsync(String[[]] roles) in /_/src/Tests/Tests.cs:line 279
   at Devlooped.Net.Tests.ConnectAsync() in /_/src/Tests/Tests.cs:line 292
   at Devlooped.Net.Tests.WhenGroupJoined_ThenCanGetSecondJoinedGroup() in /_/src/Tests/Tests.cs:line 117
❌ WhenGroupJoined_ThenGetsMessagesToGroup
System.ArgumentNullException : Value cannot be null. (Parameter 'connectionString')
   at Azure.Messaging.WebPubSub.Argument.AssertNotNull[[T]](T value, String name)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient.ParseConnectionString(String connectionString)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient..ctor(String connectionString, String hub)
   at Devlooped.Net.Tests.GetServiceUriAsync(String[[]] roles) in /_/src/Tests/Tests.cs:line 279
   at Devlooped.Net.Tests.ConnectAsync() in /_/src/Tests/Tests.cs:line 292
   at Devlooped.Net.Tests.WhenGroupJoined_ThenGetsMessagesToGroup() in /_/src/Tests/Tests.cs:line 79
❌ WhenGroupJoined_ThenGetsOwnMessagesToGroup
System.ArgumentNullException : Value cannot be null. (Parameter 'connectionString')
   at Azure.Messaging.WebPubSub.Argument.AssertNotNull[[T]](T value, String name)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient.ParseConnectionString(String connectionString)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient..ctor(String connectionString, String hub)
   at Devlooped.Net.Tests.GetServiceUriAsync(String[[]] roles) in /_/src/Tests/Tests.cs:line 279
   at Devlooped.Net.Tests.ConnectAsync() in /_/src/Tests/Tests.cs:line 292
   at Devlooped.Net.Tests.WhenGroupJoined_ThenGetsOwnMessagesToGroup() in /_/src/Tests/Tests.cs:line 164

from retest v1.1.0 on .NET 10.0.5 with 💜 by @devlooped

@kzu kzu force-pushed the dotnet-file-sync branch 2 times, most recently from 9ed4768 to 08ab85b Compare February 26, 2025 00:19
@kzu kzu enabled auto-merge (rebase) March 12, 2025 03:20
@kzu kzu force-pushed the dotnet-file-sync branch 4 times, most recently from af13986 to 1e4f75b Compare March 18, 2025 00:19
@kzu kzu force-pushed the dotnet-file-sync branch from 1e4f75b to a5c4902 Compare March 29, 2025 00:20
@kzu kzu force-pushed the dotnet-file-sync branch from a5c4902 to 7d5aa96 Compare April 12, 2025 00:20
@kzu kzu force-pushed the dotnet-file-sync branch 2 times, most recently from 1d7dcd6 to 337c170 Compare April 25, 2025 00:21
@kzu kzu force-pushed the dotnet-file-sync branch 3 times, most recently from efa2cd2 to ebabc75 Compare May 1, 2025 00:23
@kzu kzu force-pushed the dotnet-file-sync branch from ebabc75 to a849fa4 Compare May 7, 2025 00:21
@kzu kzu force-pushed the dotnet-file-sync branch 4 times, most recently from 5e19051 to 2db6716 Compare May 21, 2025 00:22
@kzu kzu force-pushed the dotnet-file-sync branch 4 times, most recently from 58ae863 to c05cf5c Compare May 30, 2025 00:22
@kzu kzu force-pushed the dotnet-file-sync branch 2 times, most recently from 23f61d7 to 43aea4a Compare June 3, 2025 00:22
@kzu kzu force-pushed the dotnet-file-sync branch from 43aea4a to a9d211b Compare June 17, 2025 00:22
@kzu kzu force-pushed the dotnet-file-sync branch 2 times, most recently from 6dca957 to e93aefd Compare July 3, 2025 00:23
@kzu kzu force-pushed the dotnet-file-sync branch 3 times, most recently from 7b72ce8 to 17ab7f5 Compare October 8, 2025 00:20
@kzu kzu force-pushed the dotnet-file-sync branch 2 times, most recently from c13b6cf to aea3335 Compare October 14, 2025 00:20
@kzu kzu force-pushed the dotnet-file-sync branch 3 times, most recently from ef3a1f7 to 8cef8c8 Compare October 30, 2025 00:22
@kzu kzu force-pushed the dotnet-file-sync branch 2 times, most recently from 2790f68 to 9ab2d72 Compare November 12, 2025 00:23
@kzu kzu force-pushed the dotnet-file-sync branch from 9ab2d72 to ab8400f Compare November 18, 2025 00:22
@kzu kzu force-pushed the dotnet-file-sync branch 2 times, most recently from e8059fc to 9ac3f7b Compare December 2, 2025 00:22
@kzu kzu force-pushed the dotnet-file-sync branch from 9ac3f7b to eb35f4d Compare December 3, 2025 00:22
@kzu kzu force-pushed the dotnet-file-sync branch 2 times, most recently from 9a85072 to 9e72331 Compare December 27, 2025 00:23
@kzu kzu force-pushed the dotnet-file-sync branch 4 times, most recently from 791936c to 4dd453f Compare January 8, 2026 00:24
@kzu kzu force-pushed the dotnet-file-sync branch from 4dd453f to 1d02152 Compare January 13, 2026 00:20
@kzu kzu force-pushed the dotnet-file-sync branch 2 times, most recently from 54d8a21 to e51eac7 Compare January 27, 2026 00:25
@kzu kzu force-pushed the dotnet-file-sync branch from e51eac7 to aca6ec3 Compare February 7, 2026 00:28
@kzu
Copy link
Copy Markdown
Member Author

kzu commented Apr 3, 2026

7 failed 7 failed

🧪 Details on Ubuntu 24.04.4 LTS
❌ CanSimulateRequestResponseViaGroups
System.ArgumentNullException : Value cannot be null. (Parameter 'connectionString')
   at Azure.Messaging.WebPubSub.Argument.AssertNotNull[[T]](T value, String name)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient.ParseConnectionString(String connectionString)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient..ctor(String connectionString, String hub)
   at Devlooped.Net.Tests.GetServiceUriAsync(String[[]] roles) in /_/src/Tests/Tests.cs:line 279
   at Devlooped.Net.Tests.ConnectAsync() in /_/src/Tests/Tests.cs:line 292
   at Devlooped.Net.Tests.CanSimulateRequestResponseViaGroups() in /_/src/Tests/Tests.cs:line 236
❌ CanSubscribeToAllMessagesFromAnyGroup
System.ArgumentNullException : Value cannot be null. (Parameter 'connectionString')
   at Azure.Messaging.WebPubSub.Argument.AssertNotNull[[T]](T value, String name)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient.ParseConnectionString(String connectionString)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient..ctor(String connectionString, String hub)
   at Devlooped.Net.Tests.GetServiceUriAsync(String[[]] roles) in /_/src/Tests/Tests.cs:line 279
   at Devlooped.Net.Tests.ConnectAsync() in /_/src/Tests/Tests.cs:line 292
   at Devlooped.Net.Tests.CanSubscribeToAllMessagesFromAnyGroup() in /_/src/Tests/Tests.cs:line 196
❌ DisposingSocketeerCompletesRunTask
System.ArgumentNullException : Value cannot be null. (Parameter 'connectionString')
   at Azure.Messaging.WebPubSub.Argument.AssertNotNull[[T]](T value, String name)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient.ParseConnectionString(String connectionString)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient..ctor(String connectionString, String hub)
   at Devlooped.Net.Tests.GetServiceUriAsync(String[[]] roles) in /_/src/Tests/Tests.cs:line 279
   at Devlooped.Net.Tests.ConnectAsync() in /_/src/Tests/Tests.cs:line 292
   at Devlooped.Net.Tests.DisposingSocketeerCompletesRunTask() in /_/src/Tests/Tests.cs:line 62
❌ PingPong
System.ArgumentNullException : Value cannot be null. (Parameter 'connectionString')
   at Azure.Messaging.WebPubSub.Argument.AssertNotNull[[T]](T value, String name)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient.ParseConnectionString(String connectionString)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient..ctor(String connectionString, String hub)
   at Devlooped.Net.Tests.GetServiceUriAsync(String[[]] roles) in /_/src/Tests/Tests.cs:line 279
   at Devlooped.Net.Tests.ConnectAsync() in /_/src/Tests/Tests.cs:line 292
   at Devlooped.Net.Tests.PingPong() in /_/src/Tests/Tests.cs:line 16
❌ WhenGroupJoined_ThenCanGetSecondJoinedGroup
System.ArgumentNullException : Value cannot be null. (Parameter 'connectionString')
   at Azure.Messaging.WebPubSub.Argument.AssertNotNull[[T]](T value, String name)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient.ParseConnectionString(String connectionString)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient..ctor(String connectionString, String hub)
   at Devlooped.Net.Tests.GetServiceUriAsync(String[[]] roles) in /_/src/Tests/Tests.cs:line 279
   at Devlooped.Net.Tests.ConnectAsync() in /_/src/Tests/Tests.cs:line 292
   at Devlooped.Net.Tests.WhenGroupJoined_ThenCanGetSecondJoinedGroup() in /_/src/Tests/Tests.cs:line 117
❌ WhenGroupJoined_ThenGetsMessagesToGroup
System.ArgumentNullException : Value cannot be null. (Parameter 'connectionString')
   at Azure.Messaging.WebPubSub.Argument.AssertNotNull[[T]](T value, String name)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient.ParseConnectionString(String connectionString)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient..ctor(String connectionString, String hub)
   at Devlooped.Net.Tests.GetServiceUriAsync(String[[]] roles) in /_/src/Tests/Tests.cs:line 279
   at Devlooped.Net.Tests.ConnectAsync() in /_/src/Tests/Tests.cs:line 292
   at Devlooped.Net.Tests.WhenGroupJoined_ThenGetsMessagesToGroup() in /_/src/Tests/Tests.cs:line 79
❌ WhenGroupJoined_ThenGetsOwnMessagesToGroup
System.ArgumentNullException : Value cannot be null. (Parameter 'connectionString')
   at Azure.Messaging.WebPubSub.Argument.AssertNotNull[[T]](T value, String name)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient.ParseConnectionString(String connectionString)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient..ctor(String connectionString, String hub)
   at Devlooped.Net.Tests.GetServiceUriAsync(String[[]] roles) in /_/src/Tests/Tests.cs:line 279
   at Devlooped.Net.Tests.ConnectAsync() in /_/src/Tests/Tests.cs:line 292
   at Devlooped.Net.Tests.WhenGroupJoined_ThenGetsOwnMessagesToGroup() in /_/src/Tests/Tests.cs:line 164

from retest v1.1.0 on .NET 10.0.5 with 💜 by @devlooped

@kzu
Copy link
Copy Markdown
Member Author

kzu commented Apr 8, 2026

7 failed 7 failed

🧪 Details on Ubuntu 24.04.4 LTS
❌ CanSimulateRequestResponseViaGroups
System.ArgumentNullException : Value cannot be null. (Parameter 'connectionString')
   at Azure.Messaging.WebPubSub.Argument.AssertNotNull[[T]](T value, String name)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient.ParseConnectionString(String connectionString)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient..ctor(String connectionString, String hub)
   at Devlooped.Net.Tests.GetServiceUriAsync(String[[]] roles) in /_/src/Tests/Tests.cs:line 279
   at Devlooped.Net.Tests.ConnectAsync() in /_/src/Tests/Tests.cs:line 292
   at Devlooped.Net.Tests.CanSimulateRequestResponseViaGroups() in /_/src/Tests/Tests.cs:line 236
❌ CanSubscribeToAllMessagesFromAnyGroup
System.ArgumentNullException : Value cannot be null. (Parameter 'connectionString')
   at Azure.Messaging.WebPubSub.Argument.AssertNotNull[[T]](T value, String name)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient.ParseConnectionString(String connectionString)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient..ctor(String connectionString, String hub)
   at Devlooped.Net.Tests.GetServiceUriAsync(String[[]] roles) in /_/src/Tests/Tests.cs:line 279
   at Devlooped.Net.Tests.ConnectAsync() in /_/src/Tests/Tests.cs:line 292
   at Devlooped.Net.Tests.CanSubscribeToAllMessagesFromAnyGroup() in /_/src/Tests/Tests.cs:line 196
❌ DisposingSocketeerCompletesRunTask
System.ArgumentNullException : Value cannot be null. (Parameter 'connectionString')
   at Azure.Messaging.WebPubSub.Argument.AssertNotNull[[T]](T value, String name)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient.ParseConnectionString(String connectionString)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient..ctor(String connectionString, String hub)
   at Devlooped.Net.Tests.GetServiceUriAsync(String[[]] roles) in /_/src/Tests/Tests.cs:line 279
   at Devlooped.Net.Tests.ConnectAsync() in /_/src/Tests/Tests.cs:line 292
   at Devlooped.Net.Tests.DisposingSocketeerCompletesRunTask() in /_/src/Tests/Tests.cs:line 62
❌ PingPong
System.ArgumentNullException : Value cannot be null. (Parameter 'connectionString')
   at Azure.Messaging.WebPubSub.Argument.AssertNotNull[[T]](T value, String name)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient.ParseConnectionString(String connectionString)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient..ctor(String connectionString, String hub)
   at Devlooped.Net.Tests.GetServiceUriAsync(String[[]] roles) in /_/src/Tests/Tests.cs:line 279
   at Devlooped.Net.Tests.ConnectAsync() in /_/src/Tests/Tests.cs:line 292
   at Devlooped.Net.Tests.PingPong() in /_/src/Tests/Tests.cs:line 16
❌ WhenGroupJoined_ThenCanGetSecondJoinedGroup
System.ArgumentNullException : Value cannot be null. (Parameter 'connectionString')
   at Azure.Messaging.WebPubSub.Argument.AssertNotNull[[T]](T value, String name)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient.ParseConnectionString(String connectionString)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient..ctor(String connectionString, String hub)
   at Devlooped.Net.Tests.GetServiceUriAsync(String[[]] roles) in /_/src/Tests/Tests.cs:line 279
   at Devlooped.Net.Tests.ConnectAsync() in /_/src/Tests/Tests.cs:line 292
   at Devlooped.Net.Tests.WhenGroupJoined_ThenCanGetSecondJoinedGroup() in /_/src/Tests/Tests.cs:line 117
❌ WhenGroupJoined_ThenGetsMessagesToGroup
System.ArgumentNullException : Value cannot be null. (Parameter 'connectionString')
   at Azure.Messaging.WebPubSub.Argument.AssertNotNull[[T]](T value, String name)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient.ParseConnectionString(String connectionString)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient..ctor(String connectionString, String hub)
   at Devlooped.Net.Tests.GetServiceUriAsync(String[[]] roles) in /_/src/Tests/Tests.cs:line 279
   at Devlooped.Net.Tests.ConnectAsync() in /_/src/Tests/Tests.cs:line 292
   at Devlooped.Net.Tests.WhenGroupJoined_ThenGetsMessagesToGroup() in /_/src/Tests/Tests.cs:line 79
❌ WhenGroupJoined_ThenGetsOwnMessagesToGroup
System.ArgumentNullException : Value cannot be null. (Parameter 'connectionString')
   at Azure.Messaging.WebPubSub.Argument.AssertNotNull[[T]](T value, String name)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient.ParseConnectionString(String connectionString)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient..ctor(String connectionString, String hub)
   at Devlooped.Net.Tests.GetServiceUriAsync(String[[]] roles) in /_/src/Tests/Tests.cs:line 279
   at Devlooped.Net.Tests.ConnectAsync() in /_/src/Tests/Tests.cs:line 292
   at Devlooped.Net.Tests.WhenGroupJoined_ThenGetsOwnMessagesToGroup() in /_/src/Tests/Tests.cs:line 164

from retest v1.1.0 on .NET 10.0.5 with 💜 by @devlooped

@kzu
Copy link
Copy Markdown
Member Author

kzu commented Apr 10, 2026

7 failed 7 failed

🧪 Details on Ubuntu 24.04.4 LTS
❌ CanSimulateRequestResponseViaGroups
System.ArgumentNullException : Value cannot be null. (Parameter 'connectionString')
   at Azure.Messaging.WebPubSub.Argument.AssertNotNull[[T]](T value, String name)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient.ParseConnectionString(String connectionString)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient..ctor(String connectionString, String hub)
   at Devlooped.Net.Tests.GetServiceUriAsync(String[[]] roles) in /_/src/Tests/Tests.cs:line 279
   at Devlooped.Net.Tests.ConnectAsync() in /_/src/Tests/Tests.cs:line 292
   at Devlooped.Net.Tests.CanSimulateRequestResponseViaGroups() in /_/src/Tests/Tests.cs:line 236
❌ CanSubscribeToAllMessagesFromAnyGroup
System.ArgumentNullException : Value cannot be null. (Parameter 'connectionString')
   at Azure.Messaging.WebPubSub.Argument.AssertNotNull[[T]](T value, String name)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient.ParseConnectionString(String connectionString)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient..ctor(String connectionString, String hub)
   at Devlooped.Net.Tests.GetServiceUriAsync(String[[]] roles) in /_/src/Tests/Tests.cs:line 279
   at Devlooped.Net.Tests.ConnectAsync() in /_/src/Tests/Tests.cs:line 292
   at Devlooped.Net.Tests.CanSubscribeToAllMessagesFromAnyGroup() in /_/src/Tests/Tests.cs:line 196
❌ DisposingSocketeerCompletesRunTask
System.ArgumentNullException : Value cannot be null. (Parameter 'connectionString')
   at Azure.Messaging.WebPubSub.Argument.AssertNotNull[[T]](T value, String name)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient.ParseConnectionString(String connectionString)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient..ctor(String connectionString, String hub)
   at Devlooped.Net.Tests.GetServiceUriAsync(String[[]] roles) in /_/src/Tests/Tests.cs:line 279
   at Devlooped.Net.Tests.ConnectAsync() in /_/src/Tests/Tests.cs:line 292
   at Devlooped.Net.Tests.DisposingSocketeerCompletesRunTask() in /_/src/Tests/Tests.cs:line 62
❌ PingPong
System.ArgumentNullException : Value cannot be null. (Parameter 'connectionString')
   at Azure.Messaging.WebPubSub.Argument.AssertNotNull[[T]](T value, String name)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient.ParseConnectionString(String connectionString)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient..ctor(String connectionString, String hub)
   at Devlooped.Net.Tests.GetServiceUriAsync(String[[]] roles) in /_/src/Tests/Tests.cs:line 279
   at Devlooped.Net.Tests.ConnectAsync() in /_/src/Tests/Tests.cs:line 292
   at Devlooped.Net.Tests.PingPong() in /_/src/Tests/Tests.cs:line 16
❌ WhenGroupJoined_ThenCanGetSecondJoinedGroup
System.ArgumentNullException : Value cannot be null. (Parameter 'connectionString')
   at Azure.Messaging.WebPubSub.Argument.AssertNotNull[[T]](T value, String name)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient.ParseConnectionString(String connectionString)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient..ctor(String connectionString, String hub)
   at Devlooped.Net.Tests.GetServiceUriAsync(String[[]] roles) in /_/src/Tests/Tests.cs:line 279
   at Devlooped.Net.Tests.ConnectAsync() in /_/src/Tests/Tests.cs:line 292
   at Devlooped.Net.Tests.WhenGroupJoined_ThenCanGetSecondJoinedGroup() in /_/src/Tests/Tests.cs:line 117
❌ WhenGroupJoined_ThenGetsMessagesToGroup
System.ArgumentNullException : Value cannot be null. (Parameter 'connectionString')
   at Azure.Messaging.WebPubSub.Argument.AssertNotNull[[T]](T value, String name)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient.ParseConnectionString(String connectionString)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient..ctor(String connectionString, String hub)
   at Devlooped.Net.Tests.GetServiceUriAsync(String[[]] roles) in /_/src/Tests/Tests.cs:line 279
   at Devlooped.Net.Tests.ConnectAsync() in /_/src/Tests/Tests.cs:line 292
   at Devlooped.Net.Tests.WhenGroupJoined_ThenGetsMessagesToGroup() in /_/src/Tests/Tests.cs:line 79
❌ WhenGroupJoined_ThenGetsOwnMessagesToGroup
System.ArgumentNullException : Value cannot be null. (Parameter 'connectionString')
   at Azure.Messaging.WebPubSub.Argument.AssertNotNull[[T]](T value, String name)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient.ParseConnectionString(String connectionString)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient..ctor(String connectionString, String hub)
   at Devlooped.Net.Tests.GetServiceUriAsync(String[[]] roles) in /_/src/Tests/Tests.cs:line 279
   at Devlooped.Net.Tests.ConnectAsync() in /_/src/Tests/Tests.cs:line 292
   at Devlooped.Net.Tests.WhenGroupJoined_ThenGetsOwnMessagesToGroup() in /_/src/Tests/Tests.cs:line 164

from retest v1.1.0 on .NET 10.0.5 with 💜 by @devlooped

@kzu
Copy link
Copy Markdown
Member Author

kzu commented Apr 11, 2026

7 failed 7 failed

🧪 Details on Ubuntu 24.04.4 LTS
❌ CanSimulateRequestResponseViaGroups
System.ArgumentNullException : Value cannot be null. (Parameter 'connectionString')
   at Azure.Messaging.WebPubSub.Argument.AssertNotNull[[T]](T value, String name)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient.ParseConnectionString(String connectionString)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient..ctor(String connectionString, String hub)
   at Devlooped.Net.Tests.GetServiceUriAsync(String[[]] roles) in /_/src/Tests/Tests.cs:line 279
   at Devlooped.Net.Tests.ConnectAsync() in /_/src/Tests/Tests.cs:line 292
   at Devlooped.Net.Tests.CanSimulateRequestResponseViaGroups() in /_/src/Tests/Tests.cs:line 236
❌ CanSubscribeToAllMessagesFromAnyGroup
System.ArgumentNullException : Value cannot be null. (Parameter 'connectionString')
   at Azure.Messaging.WebPubSub.Argument.AssertNotNull[[T]](T value, String name)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient.ParseConnectionString(String connectionString)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient..ctor(String connectionString, String hub)
   at Devlooped.Net.Tests.GetServiceUriAsync(String[[]] roles) in /_/src/Tests/Tests.cs:line 279
   at Devlooped.Net.Tests.ConnectAsync() in /_/src/Tests/Tests.cs:line 292
   at Devlooped.Net.Tests.CanSubscribeToAllMessagesFromAnyGroup() in /_/src/Tests/Tests.cs:line 196
❌ DisposingSocketeerCompletesRunTask
System.ArgumentNullException : Value cannot be null. (Parameter 'connectionString')
   at Azure.Messaging.WebPubSub.Argument.AssertNotNull[[T]](T value, String name)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient.ParseConnectionString(String connectionString)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient..ctor(String connectionString, String hub)
   at Devlooped.Net.Tests.GetServiceUriAsync(String[[]] roles) in /_/src/Tests/Tests.cs:line 279
   at Devlooped.Net.Tests.ConnectAsync() in /_/src/Tests/Tests.cs:line 292
   at Devlooped.Net.Tests.DisposingSocketeerCompletesRunTask() in /_/src/Tests/Tests.cs:line 62
❌ PingPong
System.ArgumentNullException : Value cannot be null. (Parameter 'connectionString')
   at Azure.Messaging.WebPubSub.Argument.AssertNotNull[[T]](T value, String name)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient.ParseConnectionString(String connectionString)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient..ctor(String connectionString, String hub)
   at Devlooped.Net.Tests.GetServiceUriAsync(String[[]] roles) in /_/src/Tests/Tests.cs:line 279
   at Devlooped.Net.Tests.ConnectAsync() in /_/src/Tests/Tests.cs:line 292
   at Devlooped.Net.Tests.PingPong() in /_/src/Tests/Tests.cs:line 16
❌ WhenGroupJoined_ThenCanGetSecondJoinedGroup
System.ArgumentNullException : Value cannot be null. (Parameter 'connectionString')
   at Azure.Messaging.WebPubSub.Argument.AssertNotNull[[T]](T value, String name)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient.ParseConnectionString(String connectionString)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient..ctor(String connectionString, String hub)
   at Devlooped.Net.Tests.GetServiceUriAsync(String[[]] roles) in /_/src/Tests/Tests.cs:line 279
   at Devlooped.Net.Tests.ConnectAsync() in /_/src/Tests/Tests.cs:line 292
   at Devlooped.Net.Tests.WhenGroupJoined_ThenCanGetSecondJoinedGroup() in /_/src/Tests/Tests.cs:line 117
❌ WhenGroupJoined_ThenGetsMessagesToGroup
System.ArgumentNullException : Value cannot be null. (Parameter 'connectionString')
   at Azure.Messaging.WebPubSub.Argument.AssertNotNull[[T]](T value, String name)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient.ParseConnectionString(String connectionString)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient..ctor(String connectionString, String hub)
   at Devlooped.Net.Tests.GetServiceUriAsync(String[[]] roles) in /_/src/Tests/Tests.cs:line 279
   at Devlooped.Net.Tests.ConnectAsync() in /_/src/Tests/Tests.cs:line 292
   at Devlooped.Net.Tests.WhenGroupJoined_ThenGetsMessagesToGroup() in /_/src/Tests/Tests.cs:line 79
❌ WhenGroupJoined_ThenGetsOwnMessagesToGroup
System.ArgumentNullException : Value cannot be null. (Parameter 'connectionString')
   at Azure.Messaging.WebPubSub.Argument.AssertNotNull[[T]](T value, String name)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient.ParseConnectionString(String connectionString)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient..ctor(String connectionString, String hub)
   at Devlooped.Net.Tests.GetServiceUriAsync(String[[]] roles) in /_/src/Tests/Tests.cs:line 279
   at Devlooped.Net.Tests.ConnectAsync() in /_/src/Tests/Tests.cs:line 292
   at Devlooped.Net.Tests.WhenGroupJoined_ThenGetsOwnMessagesToGroup() in /_/src/Tests/Tests.cs:line 164

from retest v1.1.0 on .NET 10.0.5 with 💜 by @devlooped

# devlooped/oss

- Use GH_TOKEN if available for PR devlooped/oss@77e83f2
- Make sure the feed url is available to msbuild devlooped/oss@931da83
- Publish builds should point to nuget.org not CI feed devlooped/oss@db918f0
- Move dotnet setup to composite action devlooped/oss@08c7077
- Switch to dotnet-env for .NET SDK setup devlooped/oss@56c2b85

# devlooped/SponsorLink
@kzu
Copy link
Copy Markdown
Member Author

kzu commented Apr 12, 2026

7 failed 7 failed

🧪 Details on Ubuntu 24.04.4 LTS
❌ CanSimulateRequestResponseViaGroups
System.ArgumentNullException : Value cannot be null. (Parameter 'connectionString')
   at Azure.Messaging.WebPubSub.Argument.AssertNotNull[[T]](T value, String name)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient.ParseConnectionString(String connectionString)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient..ctor(String connectionString, String hub)
   at Devlooped.Net.Tests.GetServiceUriAsync(String[[]] roles) in /_/src/Tests/Tests.cs:line 279
   at Devlooped.Net.Tests.ConnectAsync() in /_/src/Tests/Tests.cs:line 292
   at Devlooped.Net.Tests.CanSimulateRequestResponseViaGroups() in /_/src/Tests/Tests.cs:line 236
❌ CanSubscribeToAllMessagesFromAnyGroup
System.ArgumentNullException : Value cannot be null. (Parameter 'connectionString')
   at Azure.Messaging.WebPubSub.Argument.AssertNotNull[[T]](T value, String name)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient.ParseConnectionString(String connectionString)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient..ctor(String connectionString, String hub)
   at Devlooped.Net.Tests.GetServiceUriAsync(String[[]] roles) in /_/src/Tests/Tests.cs:line 279
   at Devlooped.Net.Tests.ConnectAsync() in /_/src/Tests/Tests.cs:line 292
   at Devlooped.Net.Tests.CanSubscribeToAllMessagesFromAnyGroup() in /_/src/Tests/Tests.cs:line 196
❌ DisposingSocketeerCompletesRunTask
System.ArgumentNullException : Value cannot be null. (Parameter 'connectionString')
   at Azure.Messaging.WebPubSub.Argument.AssertNotNull[[T]](T value, String name)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient.ParseConnectionString(String connectionString)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient..ctor(String connectionString, String hub)
   at Devlooped.Net.Tests.GetServiceUriAsync(String[[]] roles) in /_/src/Tests/Tests.cs:line 279
   at Devlooped.Net.Tests.ConnectAsync() in /_/src/Tests/Tests.cs:line 292
   at Devlooped.Net.Tests.DisposingSocketeerCompletesRunTask() in /_/src/Tests/Tests.cs:line 62
❌ PingPong
System.ArgumentNullException : Value cannot be null. (Parameter 'connectionString')
   at Azure.Messaging.WebPubSub.Argument.AssertNotNull[[T]](T value, String name)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient.ParseConnectionString(String connectionString)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient..ctor(String connectionString, String hub)
   at Devlooped.Net.Tests.GetServiceUriAsync(String[[]] roles) in /_/src/Tests/Tests.cs:line 279
   at Devlooped.Net.Tests.ConnectAsync() in /_/src/Tests/Tests.cs:line 292
   at Devlooped.Net.Tests.PingPong() in /_/src/Tests/Tests.cs:line 16
❌ WhenGroupJoined_ThenCanGetSecondJoinedGroup
System.ArgumentNullException : Value cannot be null. (Parameter 'connectionString')
   at Azure.Messaging.WebPubSub.Argument.AssertNotNull[[T]](T value, String name)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient.ParseConnectionString(String connectionString)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient..ctor(String connectionString, String hub)
   at Devlooped.Net.Tests.GetServiceUriAsync(String[[]] roles) in /_/src/Tests/Tests.cs:line 279
   at Devlooped.Net.Tests.ConnectAsync() in /_/src/Tests/Tests.cs:line 292
   at Devlooped.Net.Tests.WhenGroupJoined_ThenCanGetSecondJoinedGroup() in /_/src/Tests/Tests.cs:line 117
❌ WhenGroupJoined_ThenGetsMessagesToGroup
System.ArgumentNullException : Value cannot be null. (Parameter 'connectionString')
   at Azure.Messaging.WebPubSub.Argument.AssertNotNull[[T]](T value, String name)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient.ParseConnectionString(String connectionString)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient..ctor(String connectionString, String hub)
   at Devlooped.Net.Tests.GetServiceUriAsync(String[[]] roles) in /_/src/Tests/Tests.cs:line 279
   at Devlooped.Net.Tests.ConnectAsync() in /_/src/Tests/Tests.cs:line 292
   at Devlooped.Net.Tests.WhenGroupJoined_ThenGetsMessagesToGroup() in /_/src/Tests/Tests.cs:line 79
❌ WhenGroupJoined_ThenGetsOwnMessagesToGroup
System.ArgumentNullException : Value cannot be null. (Parameter 'connectionString')
   at Azure.Messaging.WebPubSub.Argument.AssertNotNull[[T]](T value, String name)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient.ParseConnectionString(String connectionString)
   at Azure.Messaging.WebPubSub.WebPubSubServiceClient..ctor(String connectionString, String hub)
   at Devlooped.Net.Tests.GetServiceUriAsync(String[[]] roles) in /_/src/Tests/Tests.cs:line 279
   at Devlooped.Net.Tests.ConnectAsync() in /_/src/Tests/Tests.cs:line 292
   at Devlooped.Net.Tests.WhenGroupJoined_ThenGetsOwnMessagesToGroup() in /_/src/Tests/Tests.cs:line 164

from retest v1.1.0 on .NET 10.0.5 with 💜 by @devlooped

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants