Skip to content

fix(ef): configure second db context #1335

fix(ef): configure second db context

fix(ef): configure second db context #1335

Re-run triggered October 13, 2023 10:12
Status Failure
Total duration 3m 5s
Artifacts

main.yml

on: push
Fit to window
Zoom out
Zoom in

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.