fix(ef): configure second db context #1335
main.yml
on: push
build
2m 25s
apps
1m 5s
blazor
1m 17s
grpc
2m 53s
imgproxy
1m 10s
pdf
3m 19s
queue
1m 53s
repository
2m 36s
sonyflake
1m 3s
storage
2m 38s
vault
2m 54s
Release
0s
Annotations
15 errors
Sitko.Core.Repository.Remote.Tests.RemoteRepositoryTests.Contains(useList: True):
tests/Sitko.Core.Repository.Remote.Tests/RemoteRepositoryTests.cs#L155
Npgsql.PostgresException : 57P01: terminating connection due to administrator command
|
repository
Process completed with exit code 1.
|
Sitko.Core.Storage.Metadata.Postgres.Tests.BasicTests.DownloadFile
System.AggregateException : One or more errors occurred. (3D000: database "DownloadFile" does not exist) (3D000: database "DownloadFile" does not exist)
---- Npgsql.PostgresException : 3D000: database "DownloadFile" does not exist
---- Npgsql.PostgresException : 3D000: database "DownloadFile" does not exist
|
Sitko.Core.Storage.Metadata.Postgres.Tests.BasicTests.UploadFile
System.AggregateException : One or more errors occurred. (3D000: database "UploadFile" does not exist) (3D000: database "UploadFile" does not exist)
---- Npgsql.PostgresException : 3D000: database "UploadFile" does not exist
---- Npgsql.PostgresException : 3D000: database "UploadFile" does not exist
|
Sitko.Core.Storage.Metadata.Postgres.Tests.BasicTests.DeleteFile
System.AggregateException : One or more errors occurred. (3D000: database "DeleteFile" does not exist) (3D000: database "DeleteFile" does not exist)
---- Npgsql.PostgresException : 3D000: database "DeleteFile" does not exist
---- Npgsql.PostgresException : 3D000: database "DeleteFile" does not exist
|
Sitko.Core.Storage.Metadata.Postgres.Tests.BasicTests.UploadToRoot
System.AggregateException : One or more errors occurred. (3D000: database "UploadToRoot" does not exist) (3D000: database "UploadToRoot" does not exist)
---- Npgsql.PostgresException : 3D000: database "UploadToRoot" does not exist
---- Npgsql.PostgresException : 3D000: database "UploadToRoot" does not exist
|
Sitko.Core.Storage.Metadata.Postgres.Tests.BasicTests.Traverse
System.AggregateException : One or more errors occurred. (3D000: database "Traverse" does not exist) (3D000: database "Traverse" does not exist)
---- Npgsql.PostgresException : 3D000: database "Traverse" does not exist
---- Npgsql.PostgresException : 3D000: database "Traverse" does not exist
|
Sitko.Core.Storage.Metadata.Postgres.Tests.BasicTests.UpdateMetadata
System.AggregateException : One or more errors occurred. (3D000: database "UpdateMetadata" does not exist) (3D000: database "UpdateMetadata" does not exist)
---- Npgsql.PostgresException : 3D000: database "UpdateMetadata" does not exist
---- Npgsql.PostgresException : 3D000: database "UpdateMetadata" does not exist
|
Sitko.Core.Storage.Metadata.Postgres.Tests.BasicTests.DeleteFileError
Npgsql.PostgresException : 3D000: database "DeleteFileError" does not exist
|
Sitko.Core.Storage.Metadata.Postgres.Tests.BasicTests.Metadata
System.AggregateException : One or more errors occurred. (3D000: database "Metadata" does not exist) (3D000: database "Metadata" does not exist)
---- Npgsql.PostgresException : 3D000: database "Metadata" does not exist
---- Npgsql.PostgresException : 3D000: database "Metadata" does not exist
|
Sitko.Core.Storage.Metadata.Postgres.Tests.BasicTests.Refresh:
tests/Sitko.Core.Storage.Metadata.Postgres.Tests/BasicTests.cs#L27
System.AggregateException : One or more errors occurred. (3D000: database "Refresh" does not exist) (3D000: database "Refresh" does not exist)
---- Npgsql.PostgresException : 3D000: database "Refresh" does not exist
---- Npgsql.PostgresException : 3D000: database "Refresh" does not exist
|
storage
Process completed with exit code 1.
|
Sitko.Core.Configuration.Vault.Tests.ConfigurationTest.AppConfigurationCheckFailure:
tests/Sitko.Core.Configuration.Vault.Tests/ConfigurationTest.cs#L55
Assert.Throws() Failure: No exception was thrown
Expected: typeof(Microsoft.Extensions.Options.OptionsValidationException)
|
Sitko.Core.Configuration.Vault.Tests.ConfigurationTest.Module:
tests/Sitko.Core.Configuration.Vault.Tests/ConfigurationTest.cs#L38
Expected config.CurrentValue.Foo to be "a1c3991e-9a8c-4f67-b454-4bbe11f9ba95" with a length of 36, but "" has a length of 0, differs near "" (index 0).
|
vault
Process completed with exit code 1.
|