Add gRPC message transport to Wolverine.Grpc #2559
Merged
Annotations
3 errors and 6 warnings
|
|
|
Run Sqlite Tests
The operation was canceled.
|
|
Run Sqlite Tests
[xUnit.net 00:01:18.28] SqliteTests.Transport.multi_tenancy_with_multiple_files.scheduled_messages_are_processed_in_tenant_files [FAIL]
|
|
Run Sqlite Tests
Retry attempt 2 for "SqliteTests/multi_tenancy_with_multiple_files"
|
|
Run Sqlite Tests
"SqliteTests/multi_tenancy_with_multiple_files" failed on attempt 1, will retry: "Process 'dotnet' exited with code 1.
> /usr/share/dotnet/dotnet test /home/runner/work/wolverine/wolverine/src/Persistence/SqliteTests/SqliteTests.csproj --configuration Release --no-build --no-restore --framework net9.0 --filter FullyQualifiedName~multi_tenancy_with_multiple_files&Category!=Flaky
@ /home/runner/work/wolverine/wolverine
Error output:
[xUnit.net 00:01:18.28] SqliteTests.Transport.multi_tenancy_with_multiple_files.scheduled_messages_are_processed_in_tenant_files [FAIL]
"
|
|
Run Sqlite Tests
/home/runner/work/wolverine/wolverine/src/Wolverine/Runtime/Agents/IAgent.cs(32,27): warning CS1066: The default value specified for parameter 'cancellationToken' will have no effect because it applies to a member that is used in contexts that do not allow optional arguments [/home/runner/work/wolverine/wolverine/src/Wolverine/Wolverine.csproj::TargetFramework=net9.0]
|
|
Run Sqlite Tests
/home/runner/work/wolverine/wolverine/src/Wolverine/Middleware/TryCatchFinallyFrame.cs(177,17): warning CS8767: Nullability of reference types in type of parameter 'variable' of 'bool CatchBlockMethodVariables.TryFindVariableByName(Type dependency, string name, out Variable? variable)' doesn't match implicitly implemented member 'bool IMethodVariables.TryFindVariableByName(Type dependency, string name, out Variable? variable)' (possibly because of nullability attributes). [/home/runner/work/wolverine/wolverine/src/Wolverine/Wolverine.csproj::TargetFramework=net9.0]
|
|
Run Sqlite Tests
/home/runner/work/wolverine/wolverine/src/Wolverine/Runtime/Agents/IAgent.cs(32,27): warning CS1066: The default value specified for parameter 'cancellationToken' will have no effect because it applies to a member that is used in contexts that do not allow optional arguments [/home/runner/work/wolverine/wolverine/src/Wolverine/Wolverine.csproj::TargetFramework=net9.0]
|
|
Run Sqlite Tests
/home/runner/work/wolverine/wolverine/src/Wolverine/Middleware/TryCatchFinallyFrame.cs(177,17): warning CS8767: Nullability of reference types in type of parameter 'variable' of 'bool CatchBlockMethodVariables.TryFindVariableByName(Type dependency, string name, out Variable? variable)' doesn't match implicitly implemented member 'bool IMethodVariables.TryFindVariableByName(Type dependency, string name, out Variable? variable)' (possibly because of nullability attributes). [/home/runner/work/wolverine/wolverine/src/Wolverine/Wolverine.csproj::TargetFramework=net9.0]
|
Loading