Skip to content

Release v0.6.0

Release v0.6.0 #35

GitHub Actions / core project test results failed Jan 26, 2024 in 0s

31 fail, 3 skipped, 275 pass in 1m 26s

309 tests  +1   275 ✅  - 29   1m 26s ⏱️ + 1m 5s
 12 suites ±0     3 💤  -  1 
 12 files   ±0    31 ❌ +31 

Results for commit 3aa5d77. ± Comparison against earlier commit 36aefa5.

Annotations

Check warning on line 0 in FinancialHub.Core.IntegrationTests.BalancesControllerTests(FinancialHub.Core.IntegrationTests.Setup.FinancialHubApiFixture)

See this annotation in the file changed.

@github-actions github-actions / core project test results

Delete_RemovesTransactionsOnlyFromTheSelectedBalanceFromDatabase (FinancialHub.Core.IntegrationTests.BalancesControllerTests(FinancialHub.Core.IntegrationTests.Setup.FinancialHubApiFixture)) failed

./tests/core/FinancialHub.Core.IntegrationTests/TestResults/Results-Integration.xml [took 0s]
Raw output
Microsoft.Data.SqlClient.SqlException : Cannot continue the execution because the session is in the kill state.
A severe error occurred on the current command.  The results, if any, should be discarded.
Data:
  HelpLink.ProdName: Microsoft SQL Server
  HelpLink.EvtSrc: MSSQLServer
  HelpLink.EvtID: 596
  HelpLink.BaseHelpUrl: https://go.microsoft.com/fwlink
  HelpLink.LinkId: 20476   at Microsoft.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
   at Microsoft.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)
   at Microsoft.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady)
   at Microsoft.Data.SqlClient.SqlDataReader.TryConsumeMetaData()
   at Microsoft.Data.SqlClient.SqlDataReader.get_MetaData()
   at Microsoft.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted)
   at Microsoft.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean isAsync, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest)
   at Microsoft.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry, String method)
   at Microsoft.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior)
   at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReader(RelationalCommandParameterObject parameterObject)
   at Microsoft.EntityFrameworkCore.Query.Internal.SingleQueryingEnumerable`1.Enumerator.InitializeReader(Enumerator enumerator)
   at Microsoft.EntityFrameworkCore.Query.Internal.SingleQueryingEnumerable`1.Enumerator.<>c.<MoveNext>b__19_0(DbContext _, Enumerator enumerator)
   at Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerExecutionStrategy.Execute[TState,TResult](TState state, Func`3 operation, Func`3 verifySucceeded)
   at Microsoft.EntityFrameworkCore.Query.Internal.SingleQueryingEnumerable`1.Enumerator.MoveNext()
   at System.Collections.Generic.LargeArrayBuilder`1.AddRange(IEnumerable`1 items)
   at System.Collections.Generic.EnumerableHelpers.ToArray[T](IEnumerable`1 source)
   at FinancialHub.Core.IntegrationTests.Setup.FinancialHubApiFixture.AddData[T](T[] data) in /home/runner/work/my-financial-hub-api/my-financial-hub-api/tests/core/FinancialHub.Core.IntegrationTests/Setup/FinancialHubFixture.cs:line 42
   at FinancialHub.Core.IntegrationTests.BalancesControllerTests.Delete_RemovesTransactionsOnlyFromTheSelectedBalanceFromDatabase() in /home/runner/work/my-financial-hub-api/my-financial-hub-api/tests/core/FinancialHub.Core.IntegrationTests/Controllers/BalancesControllerTests.cs:line 244
   at NUnit.Framework.Internal.TaskAwaitAdapter.GenericAdapter`1.GetResult()
   at NUnit.Framework.Internal.AsyncToSyncAdapter.Await(Func`1 invoke)
   at NUnit.Framework.Internal.Commands.TestMethodCommand.RunTestMethod(TestExecutionContext context)
   at NUnit.Framework.Internal.Commands.TestMethodCommand.Execute(TestExecutionContext context)
   at NUnit.Framework.Internal.Commands.BeforeAndAfterTestCommand.<>c__DisplayClass1_0.<Execute>b__0()
   at NUnit.Framework.Internal.Commands.DelegatingTestCommand.RunTestMethodInThreadAbortSafeZone(TestExecutionContext context, Action action)

Check warning on line 0 in FinancialHub.Core.IntegrationTests.BalancesControllerTests(FinancialHub.Core.IntegrationTests.Setup.FinancialHubApiFixture)

See this annotation in the file changed.

@github-actions github-actions / core project test results

Put_ExistingBalance_ReturnsUpdatedBalance (FinancialHub.Core.IntegrationTests.BalancesControllerTests(FinancialHub.Core.IntegrationTests.Setup.FinancialHubApiFixture)) failed

./tests/core/FinancialHub.Core.IntegrationTests/TestResults/Results-Integration.xml [took 0s]
Raw output
Microsoft.Data.SqlClient.SqlException : Database 'financial_hub_test' already exists. Choose a different database name.
Data:
  HelpLink.ProdName: Microsoft SQL Server
  HelpLink.ProdVer: 15.00.4345
  HelpLink.EvtSrc: MSSQLServer
  HelpLink.EvtID: 1801
  HelpLink.BaseHelpUrl: https://go.microsoft.com/fwlink
  HelpLink.LinkId: 20476   at Microsoft.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
   at Microsoft.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)
   at Microsoft.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady)
   at Microsoft.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean isAsync, Int32 timeout, Boolean asyncWrite)
   at Microsoft.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, Boolean sendToPipe, Int32 timeout, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry, String methodName)
   at Microsoft.Data.SqlClient.SqlCommand.ExecuteNonQuery()
   at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteNonQuery(RelationalCommandParameterObject parameterObject)
   at Microsoft.EntityFrameworkCore.Migrations.MigrationCommand.ExecuteNonQuery(IRelationalConnection connection, IReadOnlyDictionary`2 parameterValues)
   at Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationCommandExecutor.ExecuteNonQuery(IEnumerable`1 migrationCommands, IRelationalConnection connection)
   at Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerDatabaseCreator.Create()
   at Microsoft.EntityFrameworkCore.Storage.RelationalDatabaseCreator.EnsureCreated()
   at Microsoft.EntityFrameworkCore.Infrastructure.DatabaseFacade.EnsureCreated()
   at FinancialHub.Core.IntegrationTests.Setup.FinancialHubApiFixture.CreateDatabase() in /home/runner/work/my-financial-hub-api/my-financial-hub-api/tests/core/FinancialHub.Core.IntegrationTests/Setup/FinancialHubFixture.cs:line 62
   at FinancialHub.Core.IntegrationTests.Base.BaseControllerTests.SetUp() in /home/runner/work/my-financial-hub-api/my-financial-hub-api/tests/core/FinancialHub.Core.IntegrationTests/Base/BaseControllerTests.cs:line 24
   at FinancialHub.Core.IntegrationTests.BalancesControllerTests.SetUp() in /home/runner/work/my-financial-hub-api/my-financial-hub-api/tests/core/FinancialHub.Core.IntegrationTests/Controllers/BalancesControllerTests.cs:line 20

Check warning on line 0 in FinancialHub.Core.IntegrationTests.BalancesControllerTests(FinancialHub.Core.IntegrationTests.Setup.FinancialHubApiFixture)

See this annotation in the file changed.

@github-actions github-actions / core project test results

Put_NotExistingBalance_ReturnsNotFound (FinancialHub.Core.IntegrationTests.BalancesControllerTests(FinancialHub.Core.IntegrationTests.Setup.FinancialHubApiFixture)) failed

./tests/core/FinancialHub.Core.IntegrationTests/TestResults/Results-Integration.xml [took 0s]
Raw output
Microsoft.Data.SqlClient.SqlException : Database 'financial_hub_test' already exists. Choose a different database name.
Data:
  HelpLink.ProdName: Microsoft SQL Server
  HelpLink.ProdVer: 15.00.4345
  HelpLink.EvtSrc: MSSQLServer
  HelpLink.EvtID: 1801
  HelpLink.BaseHelpUrl: https://go.microsoft.com/fwlink
  HelpLink.LinkId: 20476   at Microsoft.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
   at Microsoft.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)
   at Microsoft.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady)
   at Microsoft.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean isAsync, Int32 timeout, Boolean asyncWrite)
   at Microsoft.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, Boolean sendToPipe, Int32 timeout, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry, String methodName)
   at Microsoft.Data.SqlClient.SqlCommand.ExecuteNonQuery()
   at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteNonQuery(RelationalCommandParameterObject parameterObject)
   at Microsoft.EntityFrameworkCore.Migrations.MigrationCommand.ExecuteNonQuery(IRelationalConnection connection, IReadOnlyDictionary`2 parameterValues)
   at Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationCommandExecutor.ExecuteNonQuery(IEnumerable`1 migrationCommands, IRelationalConnection connection)
   at Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerDatabaseCreator.Create()
   at Microsoft.EntityFrameworkCore.Storage.RelationalDatabaseCreator.EnsureCreated()
   at Microsoft.EntityFrameworkCore.Infrastructure.DatabaseFacade.EnsureCreated()
   at FinancialHub.Core.IntegrationTests.Setup.FinancialHubApiFixture.CreateDatabase() in /home/runner/work/my-financial-hub-api/my-financial-hub-api/tests/core/FinancialHub.Core.IntegrationTests/Setup/FinancialHubFixture.cs:line 62
   at FinancialHub.Core.IntegrationTests.Base.BaseControllerTests.SetUp() in /home/runner/work/my-financial-hub-api/my-financial-hub-api/tests/core/FinancialHub.Core.IntegrationTests/Base/BaseControllerTests.cs:line 24
   at FinancialHub.Core.IntegrationTests.BalancesControllerTests.SetUp() in /home/runner/work/my-financial-hub-api/my-financial-hub-api/tests/core/FinancialHub.Core.IntegrationTests/Controllers/BalancesControllerTests.cs:line 20

Check warning on line 0 in FinancialHub.Core.IntegrationTests.BalancesControllerTests(FinancialHub.Core.IntegrationTests.Setup.FinancialHubApiFixture)

See this annotation in the file changed.

@github-actions github-actions / core project test results

Post_BalanceWithInvalidAccount_DoesNotCreateBalance (FinancialHub.Core.IntegrationTests.BalancesControllerTests(FinancialHub.Core.IntegrationTests.Setup.FinancialHubApiFixture)) failed

./tests/core/FinancialHub.Core.IntegrationTests/TestResults/Results-Integration.xml [took 0s]
Raw output
Microsoft.Data.SqlClient.SqlException : Database 'financial_hub_test' already exists. Choose a different database name.
Data:
  HelpLink.ProdName: Microsoft SQL Server
  HelpLink.ProdVer: 15.00.4345
  HelpLink.EvtSrc: MSSQLServer
  HelpLink.EvtID: 1801
  HelpLink.BaseHelpUrl: https://go.microsoft.com/fwlink
  HelpLink.LinkId: 20476   at Microsoft.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
   at Microsoft.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)
   at Microsoft.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady)
   at Microsoft.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean isAsync, Int32 timeout, Boolean asyncWrite)
   at Microsoft.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, Boolean sendToPipe, Int32 timeout, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry, String methodName)
   at Microsoft.Data.SqlClient.SqlCommand.ExecuteNonQuery()
   at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteNonQuery(RelationalCommandParameterObject parameterObject)
   at Microsoft.EntityFrameworkCore.Migrations.MigrationCommand.ExecuteNonQuery(IRelationalConnection connection, IReadOnlyDictionary`2 parameterValues)
   at Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationCommandExecutor.ExecuteNonQuery(IEnumerable`1 migrationCommands, IRelationalConnection connection)
   at Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerDatabaseCreator.Create()
   at Microsoft.EntityFrameworkCore.Storage.RelationalDatabaseCreator.EnsureCreated()
   at Microsoft.EntityFrameworkCore.Infrastructure.DatabaseFacade.EnsureCreated()
   at FinancialHub.Core.IntegrationTests.Setup.FinancialHubApiFixture.CreateDatabase() in /home/runner/work/my-financial-hub-api/my-financial-hub-api/tests/core/FinancialHub.Core.IntegrationTests/Setup/FinancialHubFixture.cs:line 62
   at FinancialHub.Core.IntegrationTests.Base.BaseControllerTests.SetUp() in /home/runner/work/my-financial-hub-api/my-financial-hub-api/tests/core/FinancialHub.Core.IntegrationTests/Base/BaseControllerTests.cs:line 24
   at FinancialHub.Core.IntegrationTests.BalancesControllerTests.SetUp() in /home/runner/work/my-financial-hub-api/my-financial-hub-api/tests/core/FinancialHub.Core.IntegrationTests/Controllers/BalancesControllerTests.cs:line 20

Check warning on line 0 in FinancialHub.Core.IntegrationTests.BalancesControllerTests(FinancialHub.Core.IntegrationTests.Setup.FinancialHubApiFixture)

See this annotation in the file changed.

@github-actions github-actions / core project test results

Post_ValidBalance_ReturnsCreatedBalance (FinancialHub.Core.IntegrationTests.BalancesControllerTests(FinancialHub.Core.IntegrationTests.Setup.FinancialHubApiFixture)) failed

./tests/core/FinancialHub.Core.IntegrationTests/TestResults/Results-Integration.xml [took 0s]
Raw output
Microsoft.Data.SqlClient.SqlException : Database 'financial_hub_test' already exists. Choose a different database name.
Data:
  HelpLink.ProdName: Microsoft SQL Server
  HelpLink.ProdVer: 15.00.4345
  HelpLink.EvtSrc: MSSQLServer
  HelpLink.EvtID: 1801
  HelpLink.BaseHelpUrl: https://go.microsoft.com/fwlink
  HelpLink.LinkId: 20476   at Microsoft.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
   at Microsoft.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)
   at Microsoft.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady)
   at Microsoft.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean isAsync, Int32 timeout, Boolean asyncWrite)
   at Microsoft.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, Boolean sendToPipe, Int32 timeout, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry, String methodName)
   at Microsoft.Data.SqlClient.SqlCommand.ExecuteNonQuery()
   at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteNonQuery(RelationalCommandParameterObject parameterObject)
   at Microsoft.EntityFrameworkCore.Migrations.MigrationCommand.ExecuteNonQuery(IRelationalConnection connection, IReadOnlyDictionary`2 parameterValues)
   at Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationCommandExecutor.ExecuteNonQuery(IEnumerable`1 migrationCommands, IRelationalConnection connection)
   at Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerDatabaseCreator.Create()
   at Microsoft.EntityFrameworkCore.Storage.RelationalDatabaseCreator.EnsureCreated()
   at Microsoft.EntityFrameworkCore.Infrastructure.DatabaseFacade.EnsureCreated()
   at FinancialHub.Core.IntegrationTests.Setup.FinancialHubApiFixture.CreateDatabase() in /home/runner/work/my-financial-hub-api/my-financial-hub-api/tests/core/FinancialHub.Core.IntegrationTests/Setup/FinancialHubFixture.cs:line 62
   at FinancialHub.Core.IntegrationTests.Base.BaseControllerTests.SetUp() in /home/runner/work/my-financial-hub-api/my-financial-hub-api/tests/core/FinancialHub.Core.IntegrationTests/Base/BaseControllerTests.cs:line 24
   at FinancialHub.Core.IntegrationTests.BalancesControllerTests.SetUp() in /home/runner/work/my-financial-hub-api/my-financial-hub-api/tests/core/FinancialHub.Core.IntegrationTests/Controllers/BalancesControllerTests.cs:line 20

Check warning on line 0 in FinancialHub.Core.IntegrationTests.BalancesControllerTests(FinancialHub.Core.IntegrationTests.Setup.FinancialHubApiFixture)

See this annotation in the file changed.

@github-actions github-actions / core project test results

Post_BalanceWithInvalidAccount_Returns404NotFound (FinancialHub.Core.IntegrationTests.BalancesControllerTests(FinancialHub.Core.IntegrationTests.Setup.FinancialHubApiFixture)) failed

./tests/core/FinancialHub.Core.IntegrationTests/TestResults/Results-Integration.xml [took 0s]
Raw output
Microsoft.Data.SqlClient.SqlException : Database 'financial_hub_test' already exists. Choose a different database name.
Data:
  HelpLink.ProdName: Microsoft SQL Server
  HelpLink.ProdVer: 15.00.4345
  HelpLink.EvtSrc: MSSQLServer
  HelpLink.EvtID: 1801
  HelpLink.BaseHelpUrl: https://go.microsoft.com/fwlink
  HelpLink.LinkId: 20476   at Microsoft.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
   at Microsoft.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)
   at Microsoft.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady)
   at Microsoft.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean isAsync, Int32 timeout, Boolean asyncWrite)
   at Microsoft.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, Boolean sendToPipe, Int32 timeout, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry, String methodName)
   at Microsoft.Data.SqlClient.SqlCommand.ExecuteNonQuery()
   at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteNonQuery(RelationalCommandParameterObject parameterObject)
   at Microsoft.EntityFrameworkCore.Migrations.MigrationCommand.ExecuteNonQuery(IRelationalConnection connection, IReadOnlyDictionary`2 parameterValues)
   at Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationCommandExecutor.ExecuteNonQuery(IEnumerable`1 migrationCommands, IRelationalConnection connection)
   at Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerDatabaseCreator.Create()
   at Microsoft.EntityFrameworkCore.Storage.RelationalDatabaseCreator.EnsureCreated()
   at Microsoft.EntityFrameworkCore.Infrastructure.DatabaseFacade.EnsureCreated()
   at FinancialHub.Core.IntegrationTests.Setup.FinancialHubApiFixture.CreateDatabase() in /home/runner/work/my-financial-hub-api/my-financial-hub-api/tests/core/FinancialHub.Core.IntegrationTests/Setup/FinancialHubFixture.cs:line 62
   at FinancialHub.Core.IntegrationTests.Base.BaseControllerTests.SetUp() in /home/runner/work/my-financial-hub-api/my-financial-hub-api/tests/core/FinancialHub.Core.IntegrationTests/Base/BaseControllerTests.cs:line 24
   at FinancialHub.Core.IntegrationTests.BalancesControllerTests.SetUp() in /home/runner/work/my-financial-hub-api/my-financial-hub-api/tests/core/FinancialHub.Core.IntegrationTests/Controllers/BalancesControllerTests.cs:line 20

Check warning on line 0 in FinancialHub.Core.IntegrationTests.TransactionsControllerTests(FinancialHub.Core.IntegrationTests.Setup.FinancialHubApiFixture)

See this annotation in the file changed.

@github-actions github-actions / core project test results

Post_ValidTransaction_ReturnCreatedTransaction (FinancialHub.Core.IntegrationTests.TransactionsControllerTests(FinancialHub.Core.IntegrationTests.Setup.FinancialHubApiFixture)) failed

./tests/core/FinancialHub.Core.IntegrationTests/TestResults/Results-Integration.xml [took 0s]
Raw output
Microsoft.Data.SqlClient.SqlException : Database 'financial_hub_test' already exists. Choose a different database name.
Data:
  HelpLink.ProdName: Microsoft SQL Server
  HelpLink.ProdVer: 15.00.4345
  HelpLink.EvtSrc: MSSQLServer
  HelpLink.EvtID: 1801
  HelpLink.BaseHelpUrl: https://go.microsoft.com/fwlink
  HelpLink.LinkId: 20476   at Microsoft.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
   at Microsoft.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)
   at Microsoft.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady)
   at Microsoft.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean isAsync, Int32 timeout, Boolean asyncWrite)
   at Microsoft.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, Boolean sendToPipe, Int32 timeout, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry, String methodName)
   at Microsoft.Data.SqlClient.SqlCommand.ExecuteNonQuery()
   at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteNonQuery(RelationalCommandParameterObject parameterObject)
   at Microsoft.EntityFrameworkCore.Migrations.MigrationCommand.ExecuteNonQuery(IRelationalConnection connection, IReadOnlyDictionary`2 parameterValues)
   at Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationCommandExecutor.ExecuteNonQuery(IEnumerable`1 migrationCommands, IRelationalConnection connection)
   at Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerDatabaseCreator.Create()
   at Microsoft.EntityFrameworkCore.Storage.RelationalDatabaseCreator.EnsureCreated()
   at Microsoft.EntityFrameworkCore.Infrastructure.DatabaseFacade.EnsureCreated()
   at FinancialHub.Core.IntegrationTests.Setup.FinancialHubApiFixture.CreateDatabase() in /home/runner/work/my-financial-hub-api/my-financial-hub-api/tests/core/FinancialHub.Core.IntegrationTests/Setup/FinancialHubFixture.cs:line 62
   at FinancialHub.Core.IntegrationTests.Base.BaseControllerTests.SetUp() in /home/runner/work/my-financial-hub-api/my-financial-hub-api/tests/core/FinancialHub.Core.IntegrationTests/Base/BaseControllerTests.cs:line 24
   at FinancialHub.Core.IntegrationTests.TransactionsControllerTests.SetUp() in /home/runner/work/my-financial-hub-api/my-financial-hub-api/tests/core/FinancialHub.Core.IntegrationTests/Controllers/TransactionsControllerTests.cs:line 19

Check warning on line 0 in FinancialHub.Core.IntegrationTests.CategoriesControllerTests(FinancialHub.Core.IntegrationTests.Setup.FinancialHubApiFixture)

See this annotation in the file changed.

@github-actions github-actions / core project test results

Post_ValidCategory_CreateCategory (FinancialHub.Core.IntegrationTests.CategoriesControllerTests(FinancialHub.Core.IntegrationTests.Setup.FinancialHubApiFixture)) failed

./tests/core/FinancialHub.Core.IntegrationTests/TestResults/Results-Integration.xml [took 0s]
Raw output
Microsoft.Data.SqlClient.SqlException : Database 'financial_hub_test' already exists. Choose a different database name.
Data:
  HelpLink.ProdName: Microsoft SQL Server
  HelpLink.ProdVer: 15.00.4345
  HelpLink.EvtSrc: MSSQLServer
  HelpLink.EvtID: 1801
  HelpLink.BaseHelpUrl: https://go.microsoft.com/fwlink
  HelpLink.LinkId: 20476   at Microsoft.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
   at Microsoft.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)
   at Microsoft.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady)
   at Microsoft.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean isAsync, Int32 timeout, Boolean asyncWrite)
   at Microsoft.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, Boolean sendToPipe, Int32 timeout, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry, String methodName)
   at Microsoft.Data.SqlClient.SqlCommand.ExecuteNonQuery()
   at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteNonQuery(RelationalCommandParameterObject parameterObject)
   at Microsoft.EntityFrameworkCore.Migrations.MigrationCommand.ExecuteNonQuery(IRelationalConnection connection, IReadOnlyDictionary`2 parameterValues)
   at Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationCommandExecutor.ExecuteNonQuery(IEnumerable`1 migrationCommands, IRelationalConnection connection)
   at Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerDatabaseCreator.Create()
   at Microsoft.EntityFrameworkCore.Storage.RelationalDatabaseCreator.EnsureCreated()
   at Microsoft.EntityFrameworkCore.Infrastructure.DatabaseFacade.EnsureCreated()
   at FinancialHub.Core.IntegrationTests.Setup.FinancialHubApiFixture.CreateDatabase() in /home/runner/work/my-financial-hub-api/my-financial-hub-api/tests/core/FinancialHub.Core.IntegrationTests/Setup/FinancialHubFixture.cs:line 62
   at FinancialHub.Core.IntegrationTests.Base.BaseControllerTests.SetUp() in /home/runner/work/my-financial-hub-api/my-financial-hub-api/tests/core/FinancialHub.Core.IntegrationTests/Base/BaseControllerTests.cs:line 24
   at FinancialHub.Core.IntegrationTests.CategoriesControllerTests.SetUp() in /home/runner/work/my-financial-hub-api/my-financial-hub-api/tests/core/FinancialHub.Core.IntegrationTests/Controllers/CategoriesControllerTests.cs:line 19

Check warning on line 0 in FinancialHub.Core.IntegrationTests.BalancesControllerTests(FinancialHub.Core.IntegrationTests.Setup.FinancialHubApiFixture)

See this annotation in the file changed.

@github-actions github-actions / core project test results

Post_ValidBalance_CreatesBalanceWithAmountZero (FinancialHub.Core.IntegrationTests.BalancesControllerTests(FinancialHub.Core.IntegrationTests.Setup.FinancialHubApiFixture)) failed

./tests/core/FinancialHub.Core.IntegrationTests/TestResults/Results-Integration.xml [took 0s]
Raw output
Microsoft.Data.SqlClient.SqlException : Database 'financial_hub_test' already exists. Choose a different database name.
Data:
  HelpLink.ProdName: Microsoft SQL Server
  HelpLink.ProdVer: 15.00.4345
  HelpLink.EvtSrc: MSSQLServer
  HelpLink.EvtID: 1801
  HelpLink.BaseHelpUrl: https://go.microsoft.com/fwlink
  HelpLink.LinkId: 20476   at Microsoft.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
   at Microsoft.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)
   at Microsoft.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady)
   at Microsoft.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean isAsync, Int32 timeout, Boolean asyncWrite)
   at Microsoft.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, Boolean sendToPipe, Int32 timeout, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry, String methodName)
   at Microsoft.Data.SqlClient.SqlCommand.ExecuteNonQuery()
   at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteNonQuery(RelationalCommandParameterObject parameterObject)
   at Microsoft.EntityFrameworkCore.Migrations.MigrationCommand.ExecuteNonQuery(IRelationalConnection connection, IReadOnlyDictionary`2 parameterValues)
   at Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationCommandExecutor.ExecuteNonQuery(IEnumerable`1 migrationCommands, IRelationalConnection connection)
   at Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerDatabaseCreator.Create()
   at Microsoft.EntityFrameworkCore.Storage.RelationalDatabaseCreator.EnsureCreated()
   at Microsoft.EntityFrameworkCore.Infrastructure.DatabaseFacade.EnsureCreated()
   at FinancialHub.Core.IntegrationTests.Setup.FinancialHubApiFixture.CreateDatabase() in /home/runner/work/my-financial-hub-api/my-financial-hub-api/tests/core/FinancialHub.Core.IntegrationTests/Setup/FinancialHubFixture.cs:line 62
   at FinancialHub.Core.IntegrationTests.Base.BaseControllerTests.SetUp() in /home/runner/work/my-financial-hub-api/my-financial-hub-api/tests/core/FinancialHub.Core.IntegrationTests/Base/BaseControllerTests.cs:line 24
   at FinancialHub.Core.IntegrationTests.BalancesControllerTests.SetUp() in /home/runner/work/my-financial-hub-api/my-financial-hub-api/tests/core/FinancialHub.Core.IntegrationTests/Controllers/BalancesControllerTests.cs:line 20

Check warning on line 0 in FinancialHub.Core.IntegrationTests.TransactionsControllerTests(FinancialHub.Core.IntegrationTests.Setup.FinancialHubApiFixture)

See this annotation in the file changed.

@github-actions github-actions / core project test results

GetAll_ReturnActiveTransactions (FinancialHub.Core.IntegrationTests.TransactionsControllerTests(FinancialHub.Core.IntegrationTests.Setup.FinancialHubApiFixture)) failed

./tests/core/FinancialHub.Core.IntegrationTests/TestResults/Results-Integration.xml [took 0s]
Raw output
Microsoft.Data.SqlClient.SqlException : Database 'financial_hub_test' already exists. Choose a different database name.
Data:
  HelpLink.ProdName: Microsoft SQL Server
  HelpLink.ProdVer: 15.00.4345
  HelpLink.EvtSrc: MSSQLServer
  HelpLink.EvtID: 1801
  HelpLink.BaseHelpUrl: https://go.microsoft.com/fwlink
  HelpLink.LinkId: 20476   at Microsoft.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
   at Microsoft.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)
   at Microsoft.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady)
   at Microsoft.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean isAsync, Int32 timeout, Boolean asyncWrite)
   at Microsoft.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, Boolean sendToPipe, Int32 timeout, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry, String methodName)
   at Microsoft.Data.SqlClient.SqlCommand.ExecuteNonQuery()
   at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteNonQuery(RelationalCommandParameterObject parameterObject)
   at Microsoft.EntityFrameworkCore.Migrations.MigrationCommand.ExecuteNonQuery(IRelationalConnection connection, IReadOnlyDictionary`2 parameterValues)
   at Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationCommandExecutor.ExecuteNonQuery(IEnumerable`1 migrationCommands, IRelationalConnection connection)
   at Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerDatabaseCreator.Create()
   at Microsoft.EntityFrameworkCore.Storage.RelationalDatabaseCreator.EnsureCreated()
   at Microsoft.EntityFrameworkCore.Infrastructure.DatabaseFacade.EnsureCreated()
   at FinancialHub.Core.IntegrationTests.Setup.FinancialHubApiFixture.CreateDatabase() in /home/runner/work/my-financial-hub-api/my-financial-hub-api/tests/core/FinancialHub.Core.IntegrationTests/Setup/FinancialHubFixture.cs:line 62
   at FinancialHub.Core.IntegrationTests.Base.BaseControllerTests.SetUp() in /home/runner/work/my-financial-hub-api/my-financial-hub-api/tests/core/FinancialHub.Core.IntegrationTests/Base/BaseControllerTests.cs:line 24
   at FinancialHub.Core.IntegrationTests.TransactionsControllerTests.SetUp() in /home/runner/work/my-financial-hub-api/my-financial-hub-api/tests/core/FinancialHub.Core.IntegrationTests/Controllers/TransactionsControllerTests.cs:line 19

Check warning on line 0 in FinancialHub.Core.IntegrationTests.TransactionsControllerTests(FinancialHub.Core.IntegrationTests.Setup.FinancialHubApiFixture)

See this annotation in the file changed.

@github-actions github-actions / core project test results

Delete_PaidTransaction_RemovesTransactionFromDatabase (FinancialHub.Core.IntegrationTests.TransactionsControllerTests(FinancialHub.Core.IntegrationTests.Setup.FinancialHubApiFixture)) failed

./tests/core/FinancialHub.Core.IntegrationTests/TestResults/Results-Integration.xml [took 0s]
Raw output
Microsoft.Data.SqlClient.SqlException : Database 'financial_hub_test' already exists. Choose a different database name.
Data:
  HelpLink.ProdName: Microsoft SQL Server
  HelpLink.ProdVer: 15.00.4345
  HelpLink.EvtSrc: MSSQLServer
  HelpLink.EvtID: 1801
  HelpLink.BaseHelpUrl: https://go.microsoft.com/fwlink
  HelpLink.LinkId: 20476   at Microsoft.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
   at Microsoft.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)
   at Microsoft.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady)
   at Microsoft.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean isAsync, Int32 timeout, Boolean asyncWrite)
   at Microsoft.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, Boolean sendToPipe, Int32 timeout, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry, String methodName)
   at Microsoft.Data.SqlClient.SqlCommand.ExecuteNonQuery()
   at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteNonQuery(RelationalCommandParameterObject parameterObject)
   at Microsoft.EntityFrameworkCore.Migrations.MigrationCommand.ExecuteNonQuery(IRelationalConnection connection, IReadOnlyDictionary`2 parameterValues)
   at Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationCommandExecutor.ExecuteNonQuery(IEnumerable`1 migrationCommands, IRelationalConnection connection)
   at Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerDatabaseCreator.Create()
   at Microsoft.EntityFrameworkCore.Storage.RelationalDatabaseCreator.EnsureCreated()
   at Microsoft.EntityFrameworkCore.Infrastructure.DatabaseFacade.EnsureCreated()
   at FinancialHub.Core.IntegrationTests.Setup.FinancialHubApiFixture.CreateDatabase() in /home/runner/work/my-financial-hub-api/my-financial-hub-api/tests/core/FinancialHub.Core.IntegrationTests/Setup/FinancialHubFixture.cs:line 62
   at FinancialHub.Core.IntegrationTests.Base.BaseControllerTests.SetUp() in /home/runner/work/my-financial-hub-api/my-financial-hub-api/tests/core/FinancialHub.Core.IntegrationTests/Base/BaseControllerTests.cs:line 24
   at FinancialHub.Core.IntegrationTests.TransactionsControllerTests.SetUp() in /home/runner/work/my-financial-hub-api/my-financial-hub-api/tests/core/FinancialHub.Core.IntegrationTests/Controllers/TransactionsControllerTests.cs:line 19

Check warning on line 0 in FinancialHub.Core.IntegrationTests.CategoriesControllerTests(FinancialHub.Core.IntegrationTests.Setup.FinancialHubApiFixture)

See this annotation in the file changed.

@github-actions github-actions / core project test results

Delete_ReturnNoContent (FinancialHub.Core.IntegrationTests.CategoriesControllerTests(FinancialHub.Core.IntegrationTests.Setup.FinancialHubApiFixture)) failed

./tests/core/FinancialHub.Core.IntegrationTests/TestResults/Results-Integration.xml [took 0s]
Raw output
Microsoft.Data.SqlClient.SqlException : Database 'financial_hub_test' already exists. Choose a different database name.
Data:
  HelpLink.ProdName: Microsoft SQL Server
  HelpLink.ProdVer: 15.00.4345
  HelpLink.EvtSrc: MSSQLServer
  HelpLink.EvtID: 1801
  HelpLink.BaseHelpUrl: https://go.microsoft.com/fwlink
  HelpLink.LinkId: 20476   at Microsoft.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
   at Microsoft.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)
   at Microsoft.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady)
   at Microsoft.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean isAsync, Int32 timeout, Boolean asyncWrite)
   at Microsoft.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, Boolean sendToPipe, Int32 timeout, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry, String methodName)
   at Microsoft.Data.SqlClient.SqlCommand.ExecuteNonQuery()
   at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteNonQuery(RelationalCommandParameterObject parameterObject)
   at Microsoft.EntityFrameworkCore.Migrations.MigrationCommand.ExecuteNonQuery(IRelationalConnection connection, IReadOnlyDictionary`2 parameterValues)
   at Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationCommandExecutor.ExecuteNonQuery(IEnumerable`1 migrationCommands, IRelationalConnection connection)
   at Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerDatabaseCreator.Create()
   at Microsoft.EntityFrameworkCore.Storage.RelationalDatabaseCreator.EnsureCreated()
   at Microsoft.EntityFrameworkCore.Infrastructure.DatabaseFacade.EnsureCreated()
   at FinancialHub.Core.IntegrationTests.Setup.FinancialHubApiFixture.CreateDatabase() in /home/runner/work/my-financial-hub-api/my-financial-hub-api/tests/core/FinancialHub.Core.IntegrationTests/Setup/FinancialHubFixture.cs:line 62
   at FinancialHub.Core.IntegrationTests.Base.BaseControllerTests.SetUp() in /home/runner/work/my-financial-hub-api/my-financial-hub-api/tests/core/FinancialHub.Core.IntegrationTests/Base/BaseControllerTests.cs:line 24
   at FinancialHub.Core.IntegrationTests.CategoriesControllerTests.SetUp() in /home/runner/work/my-financial-hub-api/my-financial-hub-api/tests/core/FinancialHub.Core.IntegrationTests/Controllers/CategoriesControllerTests.cs:line 19

Check warning on line 0 in FinancialHub.Core.IntegrationTests.TransactionsControllerTests(FinancialHub.Core.IntegrationTests.Setup.FinancialHubApiFixture)

See this annotation in the file changed.

@github-actions github-actions / core project test results

Delete_ExpensePaidTransaction_DecreasesBalanceFromDatabase (FinancialHub.Core.IntegrationTests.TransactionsControllerTests(FinancialHub.Core.IntegrationTests.Setup.FinancialHubApiFixture)) failed

./tests/core/FinancialHub.Core.IntegrationTests/TestResults/Results-Integration.xml [took 0s]
Raw output
Microsoft.Data.SqlClient.SqlException : Database 'financial_hub_test' already exists. Choose a different database name.
Data:
  HelpLink.ProdName: Microsoft SQL Server
  HelpLink.ProdVer: 15.00.4345
  HelpLink.EvtSrc: MSSQLServer
  HelpLink.EvtID: 1801
  HelpLink.BaseHelpUrl: https://go.microsoft.com/fwlink
  HelpLink.LinkId: 20476   at Microsoft.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
   at Microsoft.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)
   at Microsoft.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady)
   at Microsoft.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean isAsync, Int32 timeout, Boolean asyncWrite)
   at Microsoft.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, Boolean sendToPipe, Int32 timeout, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry, String methodName)
   at Microsoft.Data.SqlClient.SqlCommand.ExecuteNonQuery()
   at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteNonQuery(RelationalCommandParameterObject parameterObject)
   at Microsoft.EntityFrameworkCore.Migrations.MigrationCommand.ExecuteNonQuery(IRelationalConnection connection, IReadOnlyDictionary`2 parameterValues)
   at Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationCommandExecutor.ExecuteNonQuery(IEnumerable`1 migrationCommands, IRelationalConnection connection)
   at Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerDatabaseCreator.Create()
   at Microsoft.EntityFrameworkCore.Storage.RelationalDatabaseCreator.EnsureCreated()
   at Microsoft.EntityFrameworkCore.Infrastructure.DatabaseFacade.EnsureCreated()
   at FinancialHub.Core.IntegrationTests.Setup.FinancialHubApiFixture.CreateDatabase() in /home/runner/work/my-financial-hub-api/my-financial-hub-api/tests/core/FinancialHub.Core.IntegrationTests/Setup/FinancialHubFixture.cs:line 62
   at FinancialHub.Core.IntegrationTests.Base.BaseControllerTests.SetUp() in /home/runner/work/my-financial-hub-api/my-financial-hub-api/tests/core/FinancialHub.Core.IntegrationTests/Base/BaseControllerTests.cs:line 24
   at FinancialHub.Core.IntegrationTests.TransactionsControllerTests.SetUp() in /home/runner/work/my-financial-hub-api/my-financial-hub-api/tests/core/FinancialHub.Core.IntegrationTests/Controllers/TransactionsControllerTests.cs:line 19

Check warning on line 0 in FinancialHub.Core.IntegrationTests.CategoriesControllerTests(FinancialHub.Core.IntegrationTests.Setup.FinancialHubApiFixture)

See this annotation in the file changed.

@github-actions github-actions / core project test results

Put_ExistingCategory_UpdatesCategory (FinancialHub.Core.IntegrationTests.CategoriesControllerTests(FinancialHub.Core.IntegrationTests.Setup.FinancialHubApiFixture)) failed

./tests/core/FinancialHub.Core.IntegrationTests/TestResults/Results-Integration.xml [took 0s]
Raw output
Microsoft.Data.SqlClient.SqlException : Database 'financial_hub_test' already exists. Choose a different database name.
Data:
  HelpLink.ProdName: Microsoft SQL Server
  HelpLink.ProdVer: 15.00.4345
  HelpLink.EvtSrc: MSSQLServer
  HelpLink.EvtID: 1801
  HelpLink.BaseHelpUrl: https://go.microsoft.com/fwlink
  HelpLink.LinkId: 20476   at Microsoft.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
   at Microsoft.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)
   at Microsoft.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady)
   at Microsoft.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean isAsync, Int32 timeout, Boolean asyncWrite)
   at Microsoft.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, Boolean sendToPipe, Int32 timeout, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry, String methodName)
   at Microsoft.Data.SqlClient.SqlCommand.ExecuteNonQuery()
   at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteNonQuery(RelationalCommandParameterObject parameterObject)
   at Microsoft.EntityFrameworkCore.Migrations.MigrationCommand.ExecuteNonQuery(IRelationalConnection connection, IReadOnlyDictionary`2 parameterValues)
   at Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationCommandExecutor.ExecuteNonQuery(IEnumerable`1 migrationCommands, IRelationalConnection connection)
   at Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerDatabaseCreator.Create()
   at Microsoft.EntityFrameworkCore.Storage.RelationalDatabaseCreator.EnsureCreated()
   at Microsoft.EntityFrameworkCore.Infrastructure.DatabaseFacade.EnsureCreated()
   at FinancialHub.Core.IntegrationTests.Setup.FinancialHubApiFixture.CreateDatabase() in /home/runner/work/my-financial-hub-api/my-financial-hub-api/tests/core/FinancialHub.Core.IntegrationTests/Setup/FinancialHubFixture.cs:line 62
   at FinancialHub.Core.IntegrationTests.Base.BaseControllerTests.SetUp() in /home/runner/work/my-financial-hub-api/my-financial-hub-api/tests/core/FinancialHub.Core.IntegrationTests/Base/BaseControllerTests.cs:line 24
   at FinancialHub.Core.IntegrationTests.CategoriesControllerTests.SetUp() in /home/runner/work/my-financial-hub-api/my-financial-hub-api/tests/core/FinancialHub.Core.IntegrationTests/Controllers/CategoriesControllerTests.cs:line 19

Check warning on line 0 in FinancialHub.Core.IntegrationTests.TransactionsControllerTests(FinancialHub.Core.IntegrationTests.Setup.FinancialHubApiFixture)

See this annotation in the file changed.

@github-actions github-actions / core project test results

Post_ValidTransaction_CreateTransaction (FinancialHub.Core.IntegrationTests.TransactionsControllerTests(FinancialHub.Core.IntegrationTests.Setup.FinancialHubApiFixture)) failed

./tests/core/FinancialHub.Core.IntegrationTests/TestResults/Results-Integration.xml [took 0s]
Raw output
Microsoft.Data.SqlClient.SqlException : Database 'financial_hub_test' already exists. Choose a different database name.
Data:
  HelpLink.ProdName: Microsoft SQL Server
  HelpLink.ProdVer: 15.00.4345
  HelpLink.EvtSrc: MSSQLServer
  HelpLink.EvtID: 1801
  HelpLink.BaseHelpUrl: https://go.microsoft.com/fwlink
  HelpLink.LinkId: 20476   at Microsoft.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
   at Microsoft.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)
   at Microsoft.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady)
   at Microsoft.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean isAsync, Int32 timeout, Boolean asyncWrite)
   at Microsoft.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, Boolean sendToPipe, Int32 timeout, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry, String methodName)
   at Microsoft.Data.SqlClient.SqlCommand.ExecuteNonQuery()
   at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteNonQuery(RelationalCommandParameterObject parameterObject)
   at Microsoft.EntityFrameworkCore.Migrations.MigrationCommand.ExecuteNonQuery(IRelationalConnection connection, IReadOnlyDictionary`2 parameterValues)
   at Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationCommandExecutor.ExecuteNonQuery(IEnumerable`1 migrationCommands, IRelationalConnection connection)
   at Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerDatabaseCreator.Create()
   at Microsoft.EntityFrameworkCore.Storage.RelationalDatabaseCreator.EnsureCreated()
   at Microsoft.EntityFrameworkCore.Infrastructure.DatabaseFacade.EnsureCreated()
   at FinancialHub.Core.IntegrationTests.Setup.FinancialHubApiFixture.CreateDatabase() in /home/runner/work/my-financial-hub-api/my-financial-hub-api/tests/core/FinancialHub.Core.IntegrationTests/Setup/FinancialHubFixture.cs:line 62
   at FinancialHub.Core.IntegrationTests.Base.BaseControllerTests.SetUp() in /home/runner/work/my-financial-hub-api/my-financial-hub-api/tests/core/FinancialHub.Core.IntegrationTests/Base/BaseControllerTests.cs:line 24
   at FinancialHub.Core.IntegrationTests.TransactionsControllerTests.SetUp() in /home/runner/work/my-financial-hub-api/my-financial-hub-api/tests/core/FinancialHub.Core.IntegrationTests/Controllers/TransactionsControllerTests.cs:line 19

Check warning on line 0 in FinancialHub.Core.IntegrationTests.BalancesControllerTests(FinancialHub.Core.IntegrationTests.Setup.FinancialHubApiFixture)

See this annotation in the file changed.

@github-actions github-actions / core project test results

Put_ExistingBalance_UpdatesBalance (FinancialHub.Core.IntegrationTests.BalancesControllerTests(FinancialHub.Core.IntegrationTests.Setup.FinancialHubApiFixture)) failed

./tests/core/FinancialHub.Core.IntegrationTests/TestResults/Results-Integration.xml [took 0s]
Raw output
Microsoft.Data.SqlClient.SqlException : Database 'financial_hub_test' already exists. Choose a different database name.
Data:
  HelpLink.ProdName: Microsoft SQL Server
  HelpLink.ProdVer: 15.00.4345
  HelpLink.EvtSrc: MSSQLServer
  HelpLink.EvtID: 1801
  HelpLink.BaseHelpUrl: https://go.microsoft.com/fwlink
  HelpLink.LinkId: 20476   at Microsoft.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
   at Microsoft.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)
   at Microsoft.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady)
   at Microsoft.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean isAsync, Int32 timeout, Boolean asyncWrite)
   at Microsoft.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, Boolean sendToPipe, Int32 timeout, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry, String methodName)
   at Microsoft.Data.SqlClient.SqlCommand.ExecuteNonQuery()
   at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteNonQuery(RelationalCommandParameterObject parameterObject)
   at Microsoft.EntityFrameworkCore.Migrations.MigrationCommand.ExecuteNonQuery(IRelationalConnection connection, IReadOnlyDictionary`2 parameterValues)
   at Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationCommandExecutor.ExecuteNonQuery(IEnumerable`1 migrationCommands, IRelationalConnection connection)
   at Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerDatabaseCreator.Create()
   at Microsoft.EntityFrameworkCore.Storage.RelationalDatabaseCreator.EnsureCreated()
   at Microsoft.EntityFrameworkCore.Infrastructure.DatabaseFacade.EnsureCreated()
   at FinancialHub.Core.IntegrationTests.Setup.FinancialHubApiFixture.CreateDatabase() in /home/runner/work/my-financial-hub-api/my-financial-hub-api/tests/core/FinancialHub.Core.IntegrationTests/Setup/FinancialHubFixture.cs:line 62
   at FinancialHub.Core.IntegrationTests.Base.BaseControllerTests.SetUp() in /home/runner/work/my-financial-hub-api/my-financial-hub-api/tests/core/FinancialHub.Core.IntegrationTests/Base/BaseControllerTests.cs:line 24
   at FinancialHub.Core.IntegrationTests.BalancesControllerTests.SetUp() in /home/runner/work/my-financial-hub-api/my-financial-hub-api/tests/core/FinancialHub.Core.IntegrationTests/Controllers/BalancesControllerTests.cs:line 20

Check warning on line 0 in FinancialHub.Core.IntegrationTests.CategoriesControllerTests(FinancialHub.Core.IntegrationTests.Setup.FinancialHubApiFixture)

See this annotation in the file changed.

@github-actions github-actions / core project test results

Delete_RemovesTransactionsWithCategoryFromDatabase (FinancialHub.Core.IntegrationTests.CategoriesControllerTests(FinancialHub.Core.IntegrationTests.Setup.FinancialHubApiFixture)) failed

./tests/core/FinancialHub.Core.IntegrationTests/TestResults/Results-Integration.xml [took 0s]
Raw output
Microsoft.Data.SqlClient.SqlException : Database 'financial_hub_test' already exists. Choose a different database name.
Data:
  HelpLink.ProdName: Microsoft SQL Server
  HelpLink.ProdVer: 15.00.4345
  HelpLink.EvtSrc: MSSQLServer
  HelpLink.EvtID: 1801
  HelpLink.BaseHelpUrl: https://go.microsoft.com/fwlink
  HelpLink.LinkId: 20476   at Microsoft.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
   at Microsoft.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)
   at Microsoft.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady)
   at Microsoft.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean isAsync, Int32 timeout, Boolean asyncWrite)
   at Microsoft.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, Boolean sendToPipe, Int32 timeout, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry, String methodName)
   at Microsoft.Data.SqlClient.SqlCommand.ExecuteNonQuery()
   at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteNonQuery(RelationalCommandParameterObject parameterObject)
   at Microsoft.EntityFrameworkCore.Migrations.MigrationCommand.ExecuteNonQuery(IRelationalConnection connection, IReadOnlyDictionary`2 parameterValues)
   at Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationCommandExecutor.ExecuteNonQuery(IEnumerable`1 migrationCommands, IRelationalConnection connection)
   at Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerDatabaseCreator.Create()
   at Microsoft.EntityFrameworkCore.Storage.RelationalDatabaseCreator.EnsureCreated()
   at Microsoft.EntityFrameworkCore.Infrastructure.DatabaseFacade.EnsureCreated()
   at FinancialHub.Core.IntegrationTests.Setup.FinancialHubApiFixture.CreateDatabase() in /home/runner/work/my-financial-hub-api/my-financial-hub-api/tests/core/FinancialHub.Core.IntegrationTests/Setup/FinancialHubFixture.cs:line 62
   at FinancialHub.Core.IntegrationTests.Base.BaseControllerTests.SetUp() in /home/runner/work/my-financial-hub-api/my-financial-hub-api/tests/core/FinancialHub.Core.IntegrationTests/Base/BaseControllerTests.cs:line 24
   at FinancialHub.Core.IntegrationTests.CategoriesControllerTests.SetUp() in /home/runner/work/my-financial-hub-api/my-financial-hub-api/tests/core/FinancialHub.Core.IntegrationTests/Controllers/CategoriesControllerTests.cs:line 19

Check warning on line 0 in FinancialHub.Core.IntegrationTests.CategoriesControllerTests(FinancialHub.Core.IntegrationTests.Setup.FinancialHubApiFixture)

See this annotation in the file changed.

@github-actions github-actions / core project test results

Put_ExistingCategory_ReturnUpdatedCategory (FinancialHub.Core.IntegrationTests.CategoriesControllerTests(FinancialHub.Core.IntegrationTests.Setup.FinancialHubApiFixture)) failed

./tests/core/FinancialHub.Core.IntegrationTests/TestResults/Results-Integration.xml [took 0s]
Raw output
Microsoft.Data.SqlClient.SqlException : Database 'financial_hub_test' already exists. Choose a different database name.
Data:
  HelpLink.ProdName: Microsoft SQL Server
  HelpLink.ProdVer: 15.00.4345
  HelpLink.EvtSrc: MSSQLServer
  HelpLink.EvtID: 1801
  HelpLink.BaseHelpUrl: https://go.microsoft.com/fwlink
  HelpLink.LinkId: 20476   at Microsoft.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
   at Microsoft.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)
   at Microsoft.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady)
   at Microsoft.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean isAsync, Int32 timeout, Boolean asyncWrite)
   at Microsoft.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, Boolean sendToPipe, Int32 timeout, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry, String methodName)
   at Microsoft.Data.SqlClient.SqlCommand.ExecuteNonQuery()
   at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteNonQuery(RelationalCommandParameterObject parameterObject)
   at Microsoft.EntityFrameworkCore.Migrations.MigrationCommand.ExecuteNonQuery(IRelationalConnection connection, IReadOnlyDictionary`2 parameterValues)
   at Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationCommandExecutor.ExecuteNonQuery(IEnumerable`1 migrationCommands, IRelationalConnection connection)
   at Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerDatabaseCreator.Create()
   at Microsoft.EntityFrameworkCore.Storage.RelationalDatabaseCreator.EnsureCreated()
   at Microsoft.EntityFrameworkCore.Infrastructure.DatabaseFacade.EnsureCreated()
   at FinancialHub.Core.IntegrationTests.Setup.FinancialHubApiFixture.CreateDatabase() in /home/runner/work/my-financial-hub-api/my-financial-hub-api/tests/core/FinancialHub.Core.IntegrationTests/Setup/FinancialHubFixture.cs:line 62
   at FinancialHub.Core.IntegrationTests.Base.BaseControllerTests.SetUp() in /home/runner/work/my-financial-hub-api/my-financial-hub-api/tests/core/FinancialHub.Core.IntegrationTests/Base/BaseControllerTests.cs:line 24
   at FinancialHub.Core.IntegrationTests.CategoriesControllerTests.SetUp() in /home/runner/work/my-financial-hub-api/my-financial-hub-api/tests/core/FinancialHub.Core.IntegrationTests/Controllers/CategoriesControllerTests.cs:line 19

Check warning on line 0 in FinancialHub.Core.IntegrationTests.TransactionsControllerTests(FinancialHub.Core.IntegrationTests.Setup.FinancialHubApiFixture)

See this annotation in the file changed.

@github-actions github-actions / core project test results

Delete_EarnPaidTransaction_DecreasesBalanceFromDatabase (FinancialHub.Core.IntegrationTests.TransactionsControllerTests(FinancialHub.Core.IntegrationTests.Setup.FinancialHubApiFixture)) failed

./tests/core/FinancialHub.Core.IntegrationTests/TestResults/Results-Integration.xml [took 0s]
Raw output
Microsoft.Data.SqlClient.SqlException : Database 'financial_hub_test' already exists. Choose a different database name.
Data:
  HelpLink.ProdName: Microsoft SQL Server
  HelpLink.ProdVer: 15.00.4345
  HelpLink.EvtSrc: MSSQLServer
  HelpLink.EvtID: 1801
  HelpLink.BaseHelpUrl: https://go.microsoft.com/fwlink
  HelpLink.LinkId: 20476   at Microsoft.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
   at Microsoft.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)
   at Microsoft.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady)
   at Microsoft.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean isAsync, Int32 timeout, Boolean asyncWrite)
   at Microsoft.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, Boolean sendToPipe, Int32 timeout, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry, String methodName)
   at Microsoft.Data.SqlClient.SqlCommand.ExecuteNonQuery()
   at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteNonQuery(RelationalCommandParameterObject parameterObject)
   at Microsoft.EntityFrameworkCore.Migrations.MigrationCommand.ExecuteNonQuery(IRelationalConnection connection, IReadOnlyDictionary`2 parameterValues)
   at Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationCommandExecutor.ExecuteNonQuery(IEnumerable`1 migrationCommands, IRelationalConnection connection)
   at Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerDatabaseCreator.Create()
   at Microsoft.EntityFrameworkCore.Storage.RelationalDatabaseCreator.EnsureCreated()
   at Microsoft.EntityFrameworkCore.Infrastructure.DatabaseFacade.EnsureCreated()
   at FinancialHub.Core.IntegrationTests.Setup.FinancialHubApiFixture.CreateDatabase() in /home/runner/work/my-financial-hub-api/my-financial-hub-api/tests/core/FinancialHub.Core.IntegrationTests/Setup/FinancialHubFixture.cs:line 62
   at FinancialHub.Core.IntegrationTests.Base.BaseControllerTests.SetUp() in /home/runner/work/my-financial-hub-api/my-financial-hub-api/tests/core/FinancialHub.Core.IntegrationTests/Base/BaseControllerTests.cs:line 24
   at FinancialHub.Core.IntegrationTests.TransactionsControllerTests.SetUp() in /home/runner/work/my-financial-hub-api/my-financial-hub-api/tests/core/FinancialHub.Core.IntegrationTests/Controllers/TransactionsControllerTests.cs:line 19

Check warning on line 0 in FinancialHub.Core.IntegrationTests.TransactionsControllerTests(FinancialHub.Core.IntegrationTests.Setup.FinancialHubApiFixture)

See this annotation in the file changed.

@github-actions github-actions / core project test results

Delete_NotPaidTransaction_RemovesTransactionFromDatabase(NotCommitted,True) (FinancialHub.Core.IntegrationTests.TransactionsControllerTests(FinancialHub.Core.IntegrationTests.Setup.FinancialHubApiFixture)) failed

./tests/core/FinancialHub.Core.IntegrationTests/TestResults/Results-Integration.xml [took 0s]
Raw output
Microsoft.Data.SqlClient.SqlException : Database 'financial_hub_test' already exists. Choose a different database name.
Data:
  HelpLink.ProdName: Microsoft SQL Server
  HelpLink.ProdVer: 15.00.4345
  HelpLink.EvtSrc: MSSQLServer
  HelpLink.EvtID: 1801
  HelpLink.BaseHelpUrl: https://go.microsoft.com/fwlink
  HelpLink.LinkId: 20476   at Microsoft.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
   at Microsoft.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)
   at Microsoft.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady)
   at Microsoft.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean isAsync, Int32 timeout, Boolean asyncWrite)
   at Microsoft.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, Boolean sendToPipe, Int32 timeout, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry, String methodName)
   at Microsoft.Data.SqlClient.SqlCommand.ExecuteNonQuery()
   at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteNonQuery(RelationalCommandParameterObject parameterObject)
   at Microsoft.EntityFrameworkCore.Migrations.MigrationCommand.ExecuteNonQuery(IRelationalConnection connection, IReadOnlyDictionary`2 parameterValues)
   at Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationCommandExecutor.ExecuteNonQuery(IEnumerable`1 migrationCommands, IRelationalConnection connection)
   at Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerDatabaseCreator.Create()
   at Microsoft.EntityFrameworkCore.Storage.RelationalDatabaseCreator.EnsureCreated()
   at Microsoft.EntityFrameworkCore.Infrastructure.DatabaseFacade.EnsureCreated()
   at FinancialHub.Core.IntegrationTests.Setup.FinancialHubApiFixture.CreateDatabase() in /home/runner/work/my-financial-hub-api/my-financial-hub-api/tests/core/FinancialHub.Core.IntegrationTests/Setup/FinancialHubFixture.cs:line 62
   at FinancialHub.Core.IntegrationTests.Base.BaseControllerTests.SetUp() in /home/runner/work/my-financial-hub-api/my-financial-hub-api/tests/core/FinancialHub.Core.IntegrationTests/Base/BaseControllerTests.cs:line 24
   at FinancialHub.Core.IntegrationTests.TransactionsControllerTests.SetUp() in /home/runner/work/my-financial-hub-api/my-financial-hub-api/tests/core/FinancialHub.Core.IntegrationTests/Controllers/TransactionsControllerTests.cs:line 19

Check warning on line 0 in FinancialHub.Core.IntegrationTests.CategoriesControllerTests(FinancialHub.Core.IntegrationTests.Setup.FinancialHubApiFixture)

See this annotation in the file changed.

@github-actions github-actions / core project test results

Put_NonExistingCategory_ReturnNotFoundError (FinancialHub.Core.IntegrationTests.CategoriesControllerTests(FinancialHub.Core.IntegrationTests.Setup.FinancialHubApiFixture)) failed

./tests/core/FinancialHub.Core.IntegrationTests/TestResults/Results-Integration.xml [took 0s]
Raw output
Microsoft.Data.SqlClient.SqlException : Database 'financial_hub_test' already exists. Choose a different database name.
Data:
  HelpLink.ProdName: Microsoft SQL Server
  HelpLink.ProdVer: 15.00.4345
  HelpLink.EvtSrc: MSSQLServer
  HelpLink.EvtID: 1801
  HelpLink.BaseHelpUrl: https://go.microsoft.com/fwlink
  HelpLink.LinkId: 20476   at Microsoft.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
   at Microsoft.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)
   at Microsoft.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady)
   at Microsoft.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean isAsync, Int32 timeout, Boolean asyncWrite)
   at Microsoft.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, Boolean sendToPipe, Int32 timeout, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry, String methodName)
   at Microsoft.Data.SqlClient.SqlCommand.ExecuteNonQuery()
   at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteNonQuery(RelationalCommandParameterObject parameterObject)
   at Microsoft.EntityFrameworkCore.Migrations.MigrationCommand.ExecuteNonQuery(IRelationalConnection connection, IReadOnlyDictionary`2 parameterValues)
   at Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationCommandExecutor.ExecuteNonQuery(IEnumerable`1 migrationCommands, IRelationalConnection connection)
   at Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerDatabaseCreator.Create()
   at Microsoft.EntityFrameworkCore.Storage.RelationalDatabaseCreator.EnsureCreated()
   at Microsoft.EntityFrameworkCore.Infrastructure.DatabaseFacade.EnsureCreated()
   at FinancialHub.Core.IntegrationTests.Setup.FinancialHubApiFixture.CreateDatabase() in /home/runner/work/my-financial-hub-api/my-financial-hub-api/tests/core/FinancialHub.Core.IntegrationTests/Setup/FinancialHubFixture.cs:line 62
   at FinancialHub.Core.IntegrationTests.Base.BaseControllerTests.SetUp() in /home/runner/work/my-financial-hub-api/my-financial-hub-api/tests/core/FinancialHub.Core.IntegrationTests/Base/BaseControllerTests.cs:line 24
   at FinancialHub.Core.IntegrationTests.CategoriesControllerTests.SetUp() in /home/runner/work/my-financial-hub-api/my-financial-hub-api/tests/core/FinancialHub.Core.IntegrationTests/Controllers/CategoriesControllerTests.cs:line 19

Check warning on line 0 in FinancialHub.Core.IntegrationTests.TransactionsControllerTests(FinancialHub.Core.IntegrationTests.Setup.FinancialHubApiFixture)

See this annotation in the file changed.

@github-actions github-actions / core project test results

GetAll_DoesNotReturnNotActiveTransactions (FinancialHub.Core.IntegrationTests.TransactionsControllerTests(FinancialHub.Core.IntegrationTests.Setup.FinancialHubApiFixture)) failed

./tests/core/FinancialHub.Core.IntegrationTests/TestResults/Results-Integration.xml [took 0s]
Raw output
Microsoft.Data.SqlClient.SqlException : Database 'financial_hub_test' already exists. Choose a different database name.
Data:
  HelpLink.ProdName: Microsoft SQL Server
  HelpLink.ProdVer: 15.00.4345
  HelpLink.EvtSrc: MSSQLServer
  HelpLink.EvtID: 1801
  HelpLink.BaseHelpUrl: https://go.microsoft.com/fwlink
  HelpLink.LinkId: 20476   at Microsoft.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
   at Microsoft.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)
   at Microsoft.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady)
   at Microsoft.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean isAsync, Int32 timeout, Boolean asyncWrite)
   at Microsoft.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, Boolean sendToPipe, Int32 timeout, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry, String methodName)
   at Microsoft.Data.SqlClient.SqlCommand.ExecuteNonQuery()
   at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteNonQuery(RelationalCommandParameterObject parameterObject)
   at Microsoft.EntityFrameworkCore.Migrations.MigrationCommand.ExecuteNonQuery(IRelationalConnection connection, IReadOnlyDictionary`2 parameterValues)
   at Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationCommandExecutor.ExecuteNonQuery(IEnumerable`1 migrationCommands, IRelationalConnection connection)
   at Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerDatabaseCreator.Create()
   at Microsoft.EntityFrameworkCore.Storage.RelationalDatabaseCreator.EnsureCreated()
   at Microsoft.EntityFrameworkCore.Infrastructure.DatabaseFacade.EnsureCreated()
   at FinancialHub.Core.IntegrationTests.Setup.FinancialHubApiFixture.CreateDatabase() in /home/runner/work/my-financial-hub-api/my-financial-hub-api/tests/core/FinancialHub.Core.IntegrationTests/Setup/FinancialHubFixture.cs:line 62
   at FinancialHub.Core.IntegrationTests.Base.BaseControllerTests.SetUp() in /home/runner/work/my-financial-hub-api/my-financial-hub-api/tests/core/FinancialHub.Core.IntegrationTests/Base/BaseControllerTests.cs:line 24
   at FinancialHub.Core.IntegrationTests.TransactionsControllerTests.SetUp() in /home/runner/work/my-financial-hub-api/my-financial-hub-api/tests/core/FinancialHub.Core.IntegrationTests/Controllers/TransactionsControllerTests.cs:line 19

Check warning on line 0 in FinancialHub.Core.IntegrationTests.CategoriesControllerTests(FinancialHub.Core.IntegrationTests.Setup.FinancialHubApiFixture)

See this annotation in the file changed.

@github-actions github-actions / core project test results

Delete_RemovesCategoryFromDatabase (FinancialHub.Core.IntegrationTests.CategoriesControllerTests(FinancialHub.Core.IntegrationTests.Setup.FinancialHubApiFixture)) failed

./tests/core/FinancialHub.Core.IntegrationTests/TestResults/Results-Integration.xml [took 0s]
Raw output
Microsoft.Data.SqlClient.SqlException : Database 'financial_hub_test' already exists. Choose a different database name.
Data:
  HelpLink.ProdName: Microsoft SQL Server
  HelpLink.ProdVer: 15.00.4345
  HelpLink.EvtSrc: MSSQLServer
  HelpLink.EvtID: 1801
  HelpLink.BaseHelpUrl: https://go.microsoft.com/fwlink
  HelpLink.LinkId: 20476   at Microsoft.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
   at Microsoft.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)
   at Microsoft.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady)
   at Microsoft.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean isAsync, Int32 timeout, Boolean asyncWrite)
   at Microsoft.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, Boolean sendToPipe, Int32 timeout, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry, String methodName)
   at Microsoft.Data.SqlClient.SqlCommand.ExecuteNonQuery()
   at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteNonQuery(RelationalCommandParameterObject parameterObject)
   at Microsoft.EntityFrameworkCore.Migrations.MigrationCommand.ExecuteNonQuery(IRelationalConnection connection, IReadOnlyDictionary`2 parameterValues)
   at Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationCommandExecutor.ExecuteNonQuery(IEnumerable`1 migrationCommands, IRelationalConnection connection)
   at Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerDatabaseCreator.Create()
   at Microsoft.EntityFrameworkCore.Storage.RelationalDatabaseCreator.EnsureCreated()
   at Microsoft.EntityFrameworkCore.Infrastructure.DatabaseFacade.EnsureCreated()
   at FinancialHub.Core.IntegrationTests.Setup.FinancialHubApiFixture.CreateDatabase() in /home/runner/work/my-financial-hub-api/my-financial-hub-api/tests/core/FinancialHub.Core.IntegrationTests/Setup/FinancialHubFixture.cs:line 62
   at FinancialHub.Core.IntegrationTests.Base.BaseControllerTests.SetUp() in /home/runner/work/my-financial-hub-api/my-financial-hub-api/tests/core/FinancialHub.Core.IntegrationTests/Base/BaseControllerTests.cs:line 24
   at FinancialHub.Core.IntegrationTests.CategoriesControllerTests.SetUp() in /home/runner/work/my-financial-hub-api/my-financial-hub-api/tests/core/FinancialHub.Core.IntegrationTests/Controllers/CategoriesControllerTests.cs:line 19

Check warning on line 0 in FinancialHub.Core.IntegrationTests.CategoriesControllerTests(FinancialHub.Core.IntegrationTests.Setup.FinancialHubApiFixture)

See this annotation in the file changed.

@github-actions github-actions / core project test results

Post_ValidCategory_ReturnCreatedCategory (FinancialHub.Core.IntegrationTests.CategoriesControllerTests(FinancialHub.Core.IntegrationTests.Setup.FinancialHubApiFixture)) failed

./tests/core/FinancialHub.Core.IntegrationTests/TestResults/Results-Integration.xml [took 0s]
Raw output
Microsoft.Data.SqlClient.SqlException : Database 'financial_hub_test' already exists. Choose a different database name.
Data:
  HelpLink.ProdName: Microsoft SQL Server
  HelpLink.ProdVer: 15.00.4345
  HelpLink.EvtSrc: MSSQLServer
  HelpLink.EvtID: 1801
  HelpLink.BaseHelpUrl: https://go.microsoft.com/fwlink
  HelpLink.LinkId: 20476   at Microsoft.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
   at Microsoft.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)
   at Microsoft.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady)
   at Microsoft.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean isAsync, Int32 timeout, Boolean asyncWrite)
   at Microsoft.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, Boolean sendToPipe, Int32 timeout, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry, String methodName)
   at Microsoft.Data.SqlClient.SqlCommand.ExecuteNonQuery()
   at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteNonQuery(RelationalCommandParameterObject parameterObject)
   at Microsoft.EntityFrameworkCore.Migrations.MigrationCommand.ExecuteNonQuery(IRelationalConnection connection, IReadOnlyDictionary`2 parameterValues)
   at Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationCommandExecutor.ExecuteNonQuery(IEnumerable`1 migrationCommands, IRelationalConnection connection)
   at Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerDatabaseCreator.Create()
   at Microsoft.EntityFrameworkCore.Storage.RelationalDatabaseCreator.EnsureCreated()
   at Microsoft.EntityFrameworkCore.Infrastructure.DatabaseFacade.EnsureCreated()
   at FinancialHub.Core.IntegrationTests.Setup.FinancialHubApiFixture.CreateDatabase() in /home/runner/work/my-financial-hub-api/my-financial-hub-api/tests/core/FinancialHub.Core.IntegrationTests/Setup/FinancialHubFixture.cs:line 62
   at FinancialHub.Core.IntegrationTests.Base.BaseControllerTests.SetUp() in /home/runner/work/my-financial-hub-api/my-financial-hub-api/tests/core/FinancialHub.Core.IntegrationTests/Base/BaseControllerTests.cs:line 24
   at FinancialHub.Core.IntegrationTests.CategoriesControllerTests.SetUp() in /home/runner/work/my-financial-hub-api/my-financial-hub-api/tests/core/FinancialHub.Core.IntegrationTests/Controllers/CategoriesControllerTests.cs:line 19

Check warning on line 0 in FinancialHub.Core.IntegrationTests.BalancesControllerTests(FinancialHub.Core.IntegrationTests.Setup.FinancialHubApiFixture)

See this annotation in the file changed.

@github-actions github-actions / core project test results

Put_ExistingBalance_DoesNotUpdatesBalanceAmount (FinancialHub.Core.IntegrationTests.BalancesControllerTests(FinancialHub.Core.IntegrationTests.Setup.FinancialHubApiFixture)) failed

./tests/core/FinancialHub.Core.IntegrationTests/TestResults/Results-Integration.xml [took 0s]
Raw output
Microsoft.Data.SqlClient.SqlException : Database 'financial_hub_test' already exists. Choose a different database name.
Data:
  HelpLink.ProdName: Microsoft SQL Server
  HelpLink.ProdVer: 15.00.4345
  HelpLink.EvtSrc: MSSQLServer
  HelpLink.EvtID: 1801
  HelpLink.BaseHelpUrl: https://go.microsoft.com/fwlink
  HelpLink.LinkId: 20476   at Microsoft.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
   at Microsoft.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)
   at Microsoft.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady)
   at Microsoft.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean isAsync, Int32 timeout, Boolean asyncWrite)
   at Microsoft.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, Boolean sendToPipe, Int32 timeout, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry, String methodName)
   at Microsoft.Data.SqlClient.SqlCommand.ExecuteNonQuery()
   at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteNonQuery(RelationalCommandParameterObject parameterObject)
   at Microsoft.EntityFrameworkCore.Migrations.MigrationCommand.ExecuteNonQuery(IRelationalConnection connection, IReadOnlyDictionary`2 parameterValues)
   at Microsoft.EntityFrameworkCore.Migrations.Internal.MigrationCommandExecutor.ExecuteNonQuery(IEnumerable`1 migrationCommands, IRelationalConnection connection)
   at Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerDatabaseCreator.Create()
   at Microsoft.EntityFrameworkCore.Storage.RelationalDatabaseCreator.EnsureCreated()
   at Microsoft.EntityFrameworkCore.Infrastructure.DatabaseFacade.EnsureCreated()
   at FinancialHub.Core.IntegrationTests.Setup.FinancialHubApiFixture.CreateDatabase() in /home/runner/work/my-financial-hub-api/my-financial-hub-api/tests/core/FinancialHub.Core.IntegrationTests/Setup/FinancialHubFixture.cs:line 62
   at FinancialHub.Core.IntegrationTests.Base.BaseControllerTests.SetUp() in /home/runner/work/my-financial-hub-api/my-financial-hub-api/tests/core/FinancialHub.Core.IntegrationTests/Base/BaseControllerTests.cs:line 24
   at FinancialHub.Core.IntegrationTests.BalancesControllerTests.SetUp() in /home/runner/work/my-financial-hub-api/my-financial-hub-api/tests/core/FinancialHub.Core.IntegrationTests/Controllers/BalancesControllerTests.cs:line 20