26 passed, 18 failed and 0 skipped
❌ coverage/test-results.trx
44 tests were completed in 122s with 26 passed, 18 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
AbcLightningFixture("boltdb") | 18✅ | 52s | ||
AbcLightningFixture("postgres") | 18❌ | 444ms | ||
LNUnit.Tests.DockerTest | 8✅ | 22s |
✅ AbcLightningFixture("boltdb")
✅ ChannelAcceptorDeny
✅ CheckLNDVersion
✅ ExportGraph
✅ FailureInvoiceTimeout
✅ FailureNoRouteBecauseFeesAreTooHigh
✅ FailureReasonNoRoute
✅ GetChannelPointFromAliases
✅ GetChannelsFromAlias
✅ GetNodeConnectionFromPool
✅ GetPaymentFailureData
✅ InterceptorTest
✅ ListInvoiceAndPaymentNoDatePage
✅ ListInvoiceAndPaymentPaging
✅ PoolRebalance
✅ Successful
✅ SuccessfulKeysend
✅ UpdateChannelPolicy
✅ UpdateChannelPolicyPerNode
❌ AbcLightningFixture("postgres")
❌ ChannelAcceptorDeny
OneTimeSetUp: System.Collections.Generic.KeyNotFoundException : The given key 'alice' was not present in the dictionary.
❌ CheckLNDVersion
OneTimeSetUp: System.Collections.Generic.KeyNotFoundException : The given key 'alice' was not present in the dictionary.
❌ ExportGraph
OneTimeSetUp: System.Collections.Generic.KeyNotFoundException : The given key 'alice' was not present in the dictionary.
❌ FailureInvoiceTimeout
OneTimeSetUp: System.Collections.Generic.KeyNotFoundException : The given key 'alice' was not present in the dictionary.
❌ FailureNoRouteBecauseFeesAreTooHigh
OneTimeSetUp: System.Collections.Generic.KeyNotFoundException : The given key 'alice' was not present in the dictionary.
❌ FailureReasonNoRoute
OneTimeSetUp: System.Collections.Generic.KeyNotFoundException : The given key 'alice' was not present in the dictionary.
❌ GetChannelPointFromAliases
OneTimeSetUp: System.Collections.Generic.KeyNotFoundException : The given key 'alice' was not present in the dictionary.
❌ GetChannelsFromAlias
OneTimeSetUp: System.Collections.Generic.KeyNotFoundException : The given key 'alice' was not present in the dictionary.
❌ GetNodeConnectionFromPool
OneTimeSetUp: System.Collections.Generic.KeyNotFoundException : The given key 'alice' was not present in the dictionary.
❌ GetPaymentFailureData
OneTimeSetUp: System.Collections.Generic.KeyNotFoundException : The given key 'alice' was not present in the dictionary.
❌ InterceptorTest
OneTimeSetUp: System.Collections.Generic.KeyNotFoundException : The given key 'alice' was not present in the dictionary.
❌ ListInvoiceAndPaymentNoDatePage
OneTimeSetUp: System.Collections.Generic.KeyNotFoundException : The given key 'alice' was not present in the dictionary.
❌ ListInvoiceAndPaymentPaging
OneTimeSetUp: System.Collections.Generic.KeyNotFoundException : The given key 'alice' was not present in the dictionary.
❌ PoolRebalance
OneTimeSetUp: System.Collections.Generic.KeyNotFoundException : The given key 'alice' was not present in the dictionary.
❌ Successful
OneTimeSetUp: System.Collections.Generic.KeyNotFoundException : The given key 'alice' was not present in the dictionary.
❌ SuccessfulKeysend
OneTimeSetUp: System.Collections.Generic.KeyNotFoundException : The given key 'alice' was not present in the dictionary.
❌ UpdateChannelPolicy
OneTimeSetUp: System.Collections.Generic.KeyNotFoundException : The given key 'alice' was not present in the dictionary.
❌ UpdateChannelPolicyPerNode
OneTimeSetUp: System.Collections.Generic.KeyNotFoundException : The given key 'alice' was not present in the dictionary.
✅ LNUnit.Tests.DockerTest
✅ BuildBitcoin_27_0_rc1_DockerImage
✅ BuildDockerImage
✅ ComposeAndDestroyCluster
✅ CreateDestroyNetwork
✅ DetectGitlabRunner
✅ Docker_PullImage
✅ ListContainer
✅ MakeContainer
Annotations
Check failure on line 104 in LNUnit.Tests/AbcLightningFixture.cs
github-actions / Unit Tests
AbcLightningFixture("postgres") ► ChannelAcceptorDeny
Failed test found in:
coverage/test-results.trx
Error:
OneTimeSetUp: System.Collections.Generic.KeyNotFoundException : The given key 'alice' was not present in the dictionary.
Raw output
OneTimeSetUp: System.Collections.Generic.KeyNotFoundException : The given key 'alice' was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at AbcLightningFixture.SetupNetwork(String image, String tag, String lndRoot, Boolean pullImage) in /home/runner/work/LNUnit/LNUnit/LNUnit.Tests/AbcLightningFixture.cs:line 104
at AbcLightningFixture.OneTimeSetup() in /home/runner/work/LNUnit/LNUnit/LNUnit.Tests/AbcLightningFixture.cs:line 58
at NUnit.Framework.Internal.TaskAwaitAdapter.GenericAdapter`1.BlockUntilCompleted()
at NUnit.Framework.Internal.MessagePumpStrategy.NoMessagePumpStrategy.WaitForCompletion(AwaitAdapter awaiter)
at NUnit.Framework.Internal.AsyncToSyncAdapter.Await(Func`1 invoke)
at NUnit.Framework.Internal.Commands.SetUpTearDownItem.RunSetUpOrTearDownMethod(TestExecutionContext context, IMethodInfo method)
at NUnit.Framework.Internal.Commands.SetUpTearDownItem.RunSetUp(TestExecutionContext context)
at NUnit.Framework.Internal.Commands.OneTimeSetUpCommand.<>c__DisplayClass0_0.<.ctor>b__0(TestExecutionContext context)
at NUnit.Framework.Internal.Commands.BeforeTestCommand.Execute(TestExecutionContext context)
at NUnit.Framework.Internal.Commands.BeforeTestCommand.Execute(TestExecutionContext context)
at NUnit.Framework.Internal.Execution.CompositeWorkItem.PerformOneTimeSetUp()
Check failure on line 104 in LNUnit.Tests/AbcLightningFixture.cs
github-actions / Unit Tests
AbcLightningFixture("postgres") ► CheckLNDVersion
Failed test found in:
coverage/test-results.trx
Error:
OneTimeSetUp: System.Collections.Generic.KeyNotFoundException : The given key 'alice' was not present in the dictionary.
Raw output
OneTimeSetUp: System.Collections.Generic.KeyNotFoundException : The given key 'alice' was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at AbcLightningFixture.SetupNetwork(String image, String tag, String lndRoot, Boolean pullImage) in /home/runner/work/LNUnit/LNUnit/LNUnit.Tests/AbcLightningFixture.cs:line 104
at AbcLightningFixture.OneTimeSetup() in /home/runner/work/LNUnit/LNUnit/LNUnit.Tests/AbcLightningFixture.cs:line 58
at NUnit.Framework.Internal.TaskAwaitAdapter.GenericAdapter`1.BlockUntilCompleted()
at NUnit.Framework.Internal.MessagePumpStrategy.NoMessagePumpStrategy.WaitForCompletion(AwaitAdapter awaiter)
at NUnit.Framework.Internal.AsyncToSyncAdapter.Await(Func`1 invoke)
at NUnit.Framework.Internal.Commands.SetUpTearDownItem.RunSetUpOrTearDownMethod(TestExecutionContext context, IMethodInfo method)
at NUnit.Framework.Internal.Commands.SetUpTearDownItem.RunSetUp(TestExecutionContext context)
at NUnit.Framework.Internal.Commands.OneTimeSetUpCommand.<>c__DisplayClass0_0.<.ctor>b__0(TestExecutionContext context)
at NUnit.Framework.Internal.Commands.BeforeTestCommand.Execute(TestExecutionContext context)
at NUnit.Framework.Internal.Commands.BeforeTestCommand.Execute(TestExecutionContext context)
at NUnit.Framework.Internal.Execution.CompositeWorkItem.PerformOneTimeSetUp()
Check failure on line 104 in LNUnit.Tests/AbcLightningFixture.cs
github-actions / Unit Tests
AbcLightningFixture("postgres") ► ExportGraph
Failed test found in:
coverage/test-results.trx
Error:
OneTimeSetUp: System.Collections.Generic.KeyNotFoundException : The given key 'alice' was not present in the dictionary.
Raw output
OneTimeSetUp: System.Collections.Generic.KeyNotFoundException : The given key 'alice' was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at AbcLightningFixture.SetupNetwork(String image, String tag, String lndRoot, Boolean pullImage) in /home/runner/work/LNUnit/LNUnit/LNUnit.Tests/AbcLightningFixture.cs:line 104
at AbcLightningFixture.OneTimeSetup() in /home/runner/work/LNUnit/LNUnit/LNUnit.Tests/AbcLightningFixture.cs:line 58
at NUnit.Framework.Internal.TaskAwaitAdapter.GenericAdapter`1.BlockUntilCompleted()
at NUnit.Framework.Internal.MessagePumpStrategy.NoMessagePumpStrategy.WaitForCompletion(AwaitAdapter awaiter)
at NUnit.Framework.Internal.AsyncToSyncAdapter.Await(Func`1 invoke)
at NUnit.Framework.Internal.Commands.SetUpTearDownItem.RunSetUpOrTearDownMethod(TestExecutionContext context, IMethodInfo method)
at NUnit.Framework.Internal.Commands.SetUpTearDownItem.RunSetUp(TestExecutionContext context)
at NUnit.Framework.Internal.Commands.OneTimeSetUpCommand.<>c__DisplayClass0_0.<.ctor>b__0(TestExecutionContext context)
at NUnit.Framework.Internal.Commands.BeforeTestCommand.Execute(TestExecutionContext context)
at NUnit.Framework.Internal.Commands.BeforeTestCommand.Execute(TestExecutionContext context)
at NUnit.Framework.Internal.Execution.CompositeWorkItem.PerformOneTimeSetUp()
Check failure on line 104 in LNUnit.Tests/AbcLightningFixture.cs
github-actions / Unit Tests
AbcLightningFixture("postgres") ► FailureInvoiceTimeout
Failed test found in:
coverage/test-results.trx
Error:
OneTimeSetUp: System.Collections.Generic.KeyNotFoundException : The given key 'alice' was not present in the dictionary.
Raw output
OneTimeSetUp: System.Collections.Generic.KeyNotFoundException : The given key 'alice' was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at AbcLightningFixture.SetupNetwork(String image, String tag, String lndRoot, Boolean pullImage) in /home/runner/work/LNUnit/LNUnit/LNUnit.Tests/AbcLightningFixture.cs:line 104
at AbcLightningFixture.OneTimeSetup() in /home/runner/work/LNUnit/LNUnit/LNUnit.Tests/AbcLightningFixture.cs:line 58
at NUnit.Framework.Internal.TaskAwaitAdapter.GenericAdapter`1.BlockUntilCompleted()
at NUnit.Framework.Internal.MessagePumpStrategy.NoMessagePumpStrategy.WaitForCompletion(AwaitAdapter awaiter)
at NUnit.Framework.Internal.AsyncToSyncAdapter.Await(Func`1 invoke)
at NUnit.Framework.Internal.Commands.SetUpTearDownItem.RunSetUpOrTearDownMethod(TestExecutionContext context, IMethodInfo method)
at NUnit.Framework.Internal.Commands.SetUpTearDownItem.RunSetUp(TestExecutionContext context)
at NUnit.Framework.Internal.Commands.OneTimeSetUpCommand.<>c__DisplayClass0_0.<.ctor>b__0(TestExecutionContext context)
at NUnit.Framework.Internal.Commands.BeforeTestCommand.Execute(TestExecutionContext context)
at NUnit.Framework.Internal.Commands.BeforeTestCommand.Execute(TestExecutionContext context)
at NUnit.Framework.Internal.Execution.CompositeWorkItem.PerformOneTimeSetUp()
Check failure on line 104 in LNUnit.Tests/AbcLightningFixture.cs
github-actions / Unit Tests
AbcLightningFixture("postgres") ► FailureNoRouteBecauseFeesAreTooHigh
Failed test found in:
coverage/test-results.trx
Error:
OneTimeSetUp: System.Collections.Generic.KeyNotFoundException : The given key 'alice' was not present in the dictionary.
Raw output
OneTimeSetUp: System.Collections.Generic.KeyNotFoundException : The given key 'alice' was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at AbcLightningFixture.SetupNetwork(String image, String tag, String lndRoot, Boolean pullImage) in /home/runner/work/LNUnit/LNUnit/LNUnit.Tests/AbcLightningFixture.cs:line 104
at AbcLightningFixture.OneTimeSetup() in /home/runner/work/LNUnit/LNUnit/LNUnit.Tests/AbcLightningFixture.cs:line 58
at NUnit.Framework.Internal.TaskAwaitAdapter.GenericAdapter`1.BlockUntilCompleted()
at NUnit.Framework.Internal.MessagePumpStrategy.NoMessagePumpStrategy.WaitForCompletion(AwaitAdapter awaiter)
at NUnit.Framework.Internal.AsyncToSyncAdapter.Await(Func`1 invoke)
at NUnit.Framework.Internal.Commands.SetUpTearDownItem.RunSetUpOrTearDownMethod(TestExecutionContext context, IMethodInfo method)
at NUnit.Framework.Internal.Commands.SetUpTearDownItem.RunSetUp(TestExecutionContext context)
at NUnit.Framework.Internal.Commands.OneTimeSetUpCommand.<>c__DisplayClass0_0.<.ctor>b__0(TestExecutionContext context)
at NUnit.Framework.Internal.Commands.BeforeTestCommand.Execute(TestExecutionContext context)
at NUnit.Framework.Internal.Commands.BeforeTestCommand.Execute(TestExecutionContext context)
at NUnit.Framework.Internal.Execution.CompositeWorkItem.PerformOneTimeSetUp()
Check failure on line 104 in LNUnit.Tests/AbcLightningFixture.cs
github-actions / Unit Tests
AbcLightningFixture("postgres") ► FailureReasonNoRoute
Failed test found in:
coverage/test-results.trx
Error:
OneTimeSetUp: System.Collections.Generic.KeyNotFoundException : The given key 'alice' was not present in the dictionary.
Raw output
OneTimeSetUp: System.Collections.Generic.KeyNotFoundException : The given key 'alice' was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at AbcLightningFixture.SetupNetwork(String image, String tag, String lndRoot, Boolean pullImage) in /home/runner/work/LNUnit/LNUnit/LNUnit.Tests/AbcLightningFixture.cs:line 104
at AbcLightningFixture.OneTimeSetup() in /home/runner/work/LNUnit/LNUnit/LNUnit.Tests/AbcLightningFixture.cs:line 58
at NUnit.Framework.Internal.TaskAwaitAdapter.GenericAdapter`1.BlockUntilCompleted()
at NUnit.Framework.Internal.MessagePumpStrategy.NoMessagePumpStrategy.WaitForCompletion(AwaitAdapter awaiter)
at NUnit.Framework.Internal.AsyncToSyncAdapter.Await(Func`1 invoke)
at NUnit.Framework.Internal.Commands.SetUpTearDownItem.RunSetUpOrTearDownMethod(TestExecutionContext context, IMethodInfo method)
at NUnit.Framework.Internal.Commands.SetUpTearDownItem.RunSetUp(TestExecutionContext context)
at NUnit.Framework.Internal.Commands.OneTimeSetUpCommand.<>c__DisplayClass0_0.<.ctor>b__0(TestExecutionContext context)
at NUnit.Framework.Internal.Commands.BeforeTestCommand.Execute(TestExecutionContext context)
at NUnit.Framework.Internal.Commands.BeforeTestCommand.Execute(TestExecutionContext context)
at NUnit.Framework.Internal.Execution.CompositeWorkItem.PerformOneTimeSetUp()
Check failure on line 104 in LNUnit.Tests/AbcLightningFixture.cs
github-actions / Unit Tests
AbcLightningFixture("postgres") ► GetChannelPointFromAliases
Failed test found in:
coverage/test-results.trx
Error:
OneTimeSetUp: System.Collections.Generic.KeyNotFoundException : The given key 'alice' was not present in the dictionary.
Raw output
OneTimeSetUp: System.Collections.Generic.KeyNotFoundException : The given key 'alice' was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at AbcLightningFixture.SetupNetwork(String image, String tag, String lndRoot, Boolean pullImage) in /home/runner/work/LNUnit/LNUnit/LNUnit.Tests/AbcLightningFixture.cs:line 104
at AbcLightningFixture.OneTimeSetup() in /home/runner/work/LNUnit/LNUnit/LNUnit.Tests/AbcLightningFixture.cs:line 58
at NUnit.Framework.Internal.TaskAwaitAdapter.GenericAdapter`1.BlockUntilCompleted()
at NUnit.Framework.Internal.MessagePumpStrategy.NoMessagePumpStrategy.WaitForCompletion(AwaitAdapter awaiter)
at NUnit.Framework.Internal.AsyncToSyncAdapter.Await(Func`1 invoke)
at NUnit.Framework.Internal.Commands.SetUpTearDownItem.RunSetUpOrTearDownMethod(TestExecutionContext context, IMethodInfo method)
at NUnit.Framework.Internal.Commands.SetUpTearDownItem.RunSetUp(TestExecutionContext context)
at NUnit.Framework.Internal.Commands.OneTimeSetUpCommand.<>c__DisplayClass0_0.<.ctor>b__0(TestExecutionContext context)
at NUnit.Framework.Internal.Commands.BeforeTestCommand.Execute(TestExecutionContext context)
at NUnit.Framework.Internal.Commands.BeforeTestCommand.Execute(TestExecutionContext context)
at NUnit.Framework.Internal.Execution.CompositeWorkItem.PerformOneTimeSetUp()
Check failure on line 104 in LNUnit.Tests/AbcLightningFixture.cs
github-actions / Unit Tests
AbcLightningFixture("postgres") ► GetChannelsFromAlias
Failed test found in:
coverage/test-results.trx
Error:
OneTimeSetUp: System.Collections.Generic.KeyNotFoundException : The given key 'alice' was not present in the dictionary.
Raw output
OneTimeSetUp: System.Collections.Generic.KeyNotFoundException : The given key 'alice' was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at AbcLightningFixture.SetupNetwork(String image, String tag, String lndRoot, Boolean pullImage) in /home/runner/work/LNUnit/LNUnit/LNUnit.Tests/AbcLightningFixture.cs:line 104
at AbcLightningFixture.OneTimeSetup() in /home/runner/work/LNUnit/LNUnit/LNUnit.Tests/AbcLightningFixture.cs:line 58
at NUnit.Framework.Internal.TaskAwaitAdapter.GenericAdapter`1.BlockUntilCompleted()
at NUnit.Framework.Internal.MessagePumpStrategy.NoMessagePumpStrategy.WaitForCompletion(AwaitAdapter awaiter)
at NUnit.Framework.Internal.AsyncToSyncAdapter.Await(Func`1 invoke)
at NUnit.Framework.Internal.Commands.SetUpTearDownItem.RunSetUpOrTearDownMethod(TestExecutionContext context, IMethodInfo method)
at NUnit.Framework.Internal.Commands.SetUpTearDownItem.RunSetUp(TestExecutionContext context)
at NUnit.Framework.Internal.Commands.OneTimeSetUpCommand.<>c__DisplayClass0_0.<.ctor>b__0(TestExecutionContext context)
at NUnit.Framework.Internal.Commands.BeforeTestCommand.Execute(TestExecutionContext context)
at NUnit.Framework.Internal.Commands.BeforeTestCommand.Execute(TestExecutionContext context)
at NUnit.Framework.Internal.Execution.CompositeWorkItem.PerformOneTimeSetUp()
Check failure on line 104 in LNUnit.Tests/AbcLightningFixture.cs
github-actions / Unit Tests
AbcLightningFixture("postgres") ► GetNodeConnectionFromPool
Failed test found in:
coverage/test-results.trx
Error:
OneTimeSetUp: System.Collections.Generic.KeyNotFoundException : The given key 'alice' was not present in the dictionary.
Raw output
OneTimeSetUp: System.Collections.Generic.KeyNotFoundException : The given key 'alice' was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at AbcLightningFixture.SetupNetwork(String image, String tag, String lndRoot, Boolean pullImage) in /home/runner/work/LNUnit/LNUnit/LNUnit.Tests/AbcLightningFixture.cs:line 104
at AbcLightningFixture.OneTimeSetup() in /home/runner/work/LNUnit/LNUnit/LNUnit.Tests/AbcLightningFixture.cs:line 58
at NUnit.Framework.Internal.TaskAwaitAdapter.GenericAdapter`1.BlockUntilCompleted()
at NUnit.Framework.Internal.MessagePumpStrategy.NoMessagePumpStrategy.WaitForCompletion(AwaitAdapter awaiter)
at NUnit.Framework.Internal.AsyncToSyncAdapter.Await(Func`1 invoke)
at NUnit.Framework.Internal.Commands.SetUpTearDownItem.RunSetUpOrTearDownMethod(TestExecutionContext context, IMethodInfo method)
at NUnit.Framework.Internal.Commands.SetUpTearDownItem.RunSetUp(TestExecutionContext context)
at NUnit.Framework.Internal.Commands.OneTimeSetUpCommand.<>c__DisplayClass0_0.<.ctor>b__0(TestExecutionContext context)
at NUnit.Framework.Internal.Commands.BeforeTestCommand.Execute(TestExecutionContext context)
at NUnit.Framework.Internal.Commands.BeforeTestCommand.Execute(TestExecutionContext context)
at NUnit.Framework.Internal.Execution.CompositeWorkItem.PerformOneTimeSetUp()
Check failure on line 104 in LNUnit.Tests/AbcLightningFixture.cs
github-actions / Unit Tests
AbcLightningFixture("postgres") ► GetPaymentFailureData
Failed test found in:
coverage/test-results.trx
Error:
OneTimeSetUp: System.Collections.Generic.KeyNotFoundException : The given key 'alice' was not present in the dictionary.
Raw output
OneTimeSetUp: System.Collections.Generic.KeyNotFoundException : The given key 'alice' was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at AbcLightningFixture.SetupNetwork(String image, String tag, String lndRoot, Boolean pullImage) in /home/runner/work/LNUnit/LNUnit/LNUnit.Tests/AbcLightningFixture.cs:line 104
at AbcLightningFixture.OneTimeSetup() in /home/runner/work/LNUnit/LNUnit/LNUnit.Tests/AbcLightningFixture.cs:line 58
at NUnit.Framework.Internal.TaskAwaitAdapter.GenericAdapter`1.BlockUntilCompleted()
at NUnit.Framework.Internal.MessagePumpStrategy.NoMessagePumpStrategy.WaitForCompletion(AwaitAdapter awaiter)
at NUnit.Framework.Internal.AsyncToSyncAdapter.Await(Func`1 invoke)
at NUnit.Framework.Internal.Commands.SetUpTearDownItem.RunSetUpOrTearDownMethod(TestExecutionContext context, IMethodInfo method)
at NUnit.Framework.Internal.Commands.SetUpTearDownItem.RunSetUp(TestExecutionContext context)
at NUnit.Framework.Internal.Commands.OneTimeSetUpCommand.<>c__DisplayClass0_0.<.ctor>b__0(TestExecutionContext context)
at NUnit.Framework.Internal.Commands.BeforeTestCommand.Execute(TestExecutionContext context)
at NUnit.Framework.Internal.Commands.BeforeTestCommand.Execute(TestExecutionContext context)
at NUnit.Framework.Internal.Execution.CompositeWorkItem.PerformOneTimeSetUp()
Check failure on line 104 in LNUnit.Tests/AbcLightningFixture.cs
github-actions / Unit Tests
AbcLightningFixture("postgres") ► InterceptorTest
Failed test found in:
coverage/test-results.trx
Error:
OneTimeSetUp: System.Collections.Generic.KeyNotFoundException : The given key 'alice' was not present in the dictionary.
Raw output
OneTimeSetUp: System.Collections.Generic.KeyNotFoundException : The given key 'alice' was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at AbcLightningFixture.SetupNetwork(String image, String tag, String lndRoot, Boolean pullImage) in /home/runner/work/LNUnit/LNUnit/LNUnit.Tests/AbcLightningFixture.cs:line 104
at AbcLightningFixture.OneTimeSetup() in /home/runner/work/LNUnit/LNUnit/LNUnit.Tests/AbcLightningFixture.cs:line 58
at NUnit.Framework.Internal.TaskAwaitAdapter.GenericAdapter`1.BlockUntilCompleted()
at NUnit.Framework.Internal.MessagePumpStrategy.NoMessagePumpStrategy.WaitForCompletion(AwaitAdapter awaiter)
at NUnit.Framework.Internal.AsyncToSyncAdapter.Await(Func`1 invoke)
at NUnit.Framework.Internal.Commands.SetUpTearDownItem.RunSetUpOrTearDownMethod(TestExecutionContext context, IMethodInfo method)
at NUnit.Framework.Internal.Commands.SetUpTearDownItem.RunSetUp(TestExecutionContext context)
at NUnit.Framework.Internal.Commands.OneTimeSetUpCommand.<>c__DisplayClass0_0.<.ctor>b__0(TestExecutionContext context)
at NUnit.Framework.Internal.Commands.BeforeTestCommand.Execute(TestExecutionContext context)
at NUnit.Framework.Internal.Commands.BeforeTestCommand.Execute(TestExecutionContext context)
at NUnit.Framework.Internal.Execution.CompositeWorkItem.PerformOneTimeSetUp()