Skip to content

fix(remoterepository): disable pooling in tests #1337

fix(remoterepository): disable pooling in tests

fix(remoterepository): disable pooling in tests #1337

Triggered via push October 14, 2023 14:50
Status Failure
Total duration 2m 40s
Artifacts

main.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

13 errors
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 "ac9586a6-89b0-4041-8339-0eeab2f5e304" with a length of 36, but "" has a length of 0, differs near "" (index 0).
vault
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.