From 4ee436e98a3351d9568c4a018bd2de34c218e9a6 Mon Sep 17 00:00:00 2001 From: tobi <31960611+tsmethurst@users.noreply.github.com> Date: Tue, 14 Nov 2023 15:57:25 +0100 Subject: [bugfix] process account delete side effects in serial, not in parallel (#2360) * [bugfix] process account delete side effects in serial, not in parallel * StartWorkers / StartNoopWorkers for tests * undo testrig trace logging * log errors instead of immediately returning --- internal/api/client/accounts/account_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/api/client/accounts/account_test.go') diff --git a/internal/api/client/accounts/account_test.go b/internal/api/client/accounts/account_test.go index ed4d48027..e247ba21d 100644 --- a/internal/api/client/accounts/account_test.go +++ b/internal/api/client/accounts/account_test.go @@ -78,7 +78,7 @@ func (suite *AccountStandardTestSuite) SetupSuite() { func (suite *AccountStandardTestSuite) SetupTest() { suite.state.Caches.Init() - testrig.StartWorkers(&suite.state) + testrig.StartNoopWorkers(&suite.state) testrig.InitTestConfig() testrig.InitTestLog() -- cgit v1.2.3