NuGet Package Deploy #14
49 passed, 3 failed and 0 skipped
❌ coverage/test-results.trx
52 tests were completed in 345s with 49 passed, 3 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
LNUnit.Tests.AbcLightningAbstractTestsBoltDb("boltdb","lightninglabs/lnd","daily-testing-only","/root/.lnd",True) | 21✅ | 1❌ | 98s | |
LNUnit.Tests.Abstract.DockerTest | 7✅ | 1❌ | 708ms | |
LNUnit.Tests.Fixture.AbcLightningAbstractTestsPostgres("postgres","lightninglabs/lnd","daily-testing-only","/root/.lnd",True) | 21✅ | 1❌ | 112s |
❌ LNUnit.Tests.AbcLightningAbstractTestsBoltDb("boltdb","lightninglabs/lnd","daily-testing-only","/root/.lnd",True)
✅ ChannelAcceptorDeny
✅ CheckLNDVersion
✅ ExportGraph
✅ FailureInvoiceTimeout
✅ FailureNoRouteBecauseFeesAreTooHigh
✅ FailureReasonNoRoute
✅ GetChannelPointFromAliases
✅ GetChannelsFromAlias
✅ GetNodeConnectionFromPool
✅ GetPaymentFailureData
✅ HoldInvoice_Settlement
✅ InterceptorTest
✅ Keysend_To_Bob_PaymentsPerSecondMax_Threaded(1)
✅ Keysend_To_Bob_PaymentsPerSecondMax_Threaded(32)
✅ ListInvoiceAndPaymentNoDatePage
❌ ListInvoiceAndPaymentPaging
Grpc.Core.RpcException : Status(StatusCode="Unknown", Detail="at least one of the options `all_payments`, `failed_payments_only`, or `failed_htlcs_only` must be set to true")
✅ PoolRebalance
✅ SendMany_Onchain
✅ Successful
✅ SuccessfulKeysend
✅ UpdateChannelPolicy
✅ UpdateChannelPolicyPerNode
❌ LNUnit.Tests.Abstract.DockerTest
❌ BuildBitcoin_27_0_rc1_DockerImage
System.IO.DirectoryNotFoundException : Could not find a part of the path '/home/runner/work/LNUnit/LNUnit/Docker/bitcoin/27.0rc1'.
✅ BuildDockerImage
✅ ComposeAndDestroyCluster
✅ CreateDestroyNetwork
✅ DetectGitlabRunner
✅ Docker_PullImage
✅ ListContainer
✅ MakeContainer
❌ LNUnit.Tests.Fixture.AbcLightningAbstractTestsPostgres("postgres","lightninglabs/lnd","daily-testing-only","/root/.lnd",True)
✅ ChannelAcceptorDeny
✅ CheckLNDVersion
✅ ExportGraph
✅ FailureInvoiceTimeout
✅ FailureNoRouteBecauseFeesAreTooHigh
✅ FailureReasonNoRoute
✅ GetChannelPointFromAliases
✅ GetChannelsFromAlias
✅ GetNodeConnectionFromPool
✅ GetPaymentFailureData
✅ HoldInvoice_Settlement
✅ InterceptorTest
✅ Keysend_To_Bob_PaymentsPerSecondMax_Threaded(1)
✅ Keysend_To_Bob_PaymentsPerSecondMax_Threaded(32)
✅ ListInvoiceAndPaymentNoDatePage
❌ ListInvoiceAndPaymentPaging
Grpc.Core.RpcException : Status(StatusCode="Unknown", Detail="at least one of the options `all_payments`, `failed_payments_only`, or `failed_htlcs_only` must be set to true")
✅ PoolRebalance
✅ SendMany_Onchain
✅ Successful
✅ SuccessfulKeysend
✅ UpdateChannelPolicy
✅ UpdateChannelPolicyPerNode
Annotations
Check failure on line 1010 in LNUnit.Tests/Abstract/AbcLightningAbstractTests.cs
github-actions / Unit Tests
LNUnit.Tests.AbcLightningAbstractTestsBoltDb("boltdb","lightninglabs/lnd","daily-testing-only","/root/.lnd",True) ► ListInvoiceAndPaymentPaging
Failed test found in:
coverage/test-results.trx
Error:
Grpc.Core.RpcException : Status(StatusCode="Unknown", Detail="at least one of the options `all_payments`, `failed_payments_only`, or `failed_htlcs_only` must be set to true")
Raw output
Grpc.Core.RpcException : Status(StatusCode="Unknown", Detail="at least one of the options `all_payments`, `failed_payments_only`, or `failed_htlcs_only` must be set to true")
at LNUnit.Tests.Abstract.AbcLightningAbstractTests.ListInvoiceAndPaymentPaging() in /home/runner/work/LNUnit/LNUnit/LNUnit.Tests/Abstract/AbcLightningAbstractTests.cs:line 1010
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.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 failure on line 108 in LNUnit/Setup/DockerHelper.cs
github-actions / Unit Tests
LNUnit.Tests.Abstract.DockerTest ► BuildBitcoin_27_0_rc1_DockerImage
Failed test found in:
coverage/test-results.trx
Error:
System.IO.DirectoryNotFoundException : Could not find a part of the path '/home/runner/work/LNUnit/LNUnit/Docker/bitcoin/27.0rc1'.
Raw output
System.IO.DirectoryNotFoundException : Could not find a part of the path '/home/runner/work/LNUnit/LNUnit/Docker/bitcoin/27.0rc1'.
at System.IO.Enumeration.FileSystemEnumerator`1.Init()
at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options, Boolean isNormalized)
at System.IO.Enumeration.FileSystemEnumerableFactory.UserFiles(String directory, String expression, EnumerationOptions options)
at System.IO.Directory.InternalEnumeratePaths(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options)
at System.IO.Directory.GetFiles(String path, String searchPattern, EnumerationOptions enumerationOptions)
at LNUnit.Setup.DockerHelper.MakeDockerTarFromFolder(String path) in /home/runner/work/LNUnit/LNUnit/LNUnit/Setup/DockerHelper.cs:line 108
at LNUnit.Setup.DockerHelper.CreateDockerImageFromPath(DockerClient client, String path, List`1 tags) in /home/runner/work/LNUnit/LNUnit/LNUnit/Setup/DockerHelper.cs:line 95
at LNUnit.Tests.Abstract.DockerTest.BuildBitcoin_27_0_rc1_DockerImage() in /home/runner/work/LNUnit/LNUnit/LNUnit.Tests/DockerTest.cs:line 124
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.Execution.SimpleWorkItem.<>c__DisplayClass4_0.<PerformWork>b__0()
at NUnit.Framework.Internal.ContextUtils.<>c__DisplayClass1_0`1.<DoIsolated>b__0(Object _)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location ---
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
at NUnit.Framework.Internal.ContextUtils.DoIsolated(ContextCallback callback, Object state)
at NUnit.Framework.Internal.ContextUtils.DoIsolated[T](Func`1 func)
at NUnit.Framework.Internal.Execution.SimpleWorkItem.PerformWork()
Check failure on line 1010 in LNUnit.Tests/Abstract/AbcLightningAbstractTests.cs
github-actions / Unit Tests
LNUnit.Tests.Fixture.AbcLightningAbstractTestsPostgres("postgres","lightninglabs/lnd","daily-testing-only","/root/.lnd",True) ► ListInvoiceAndPaymentPaging
Failed test found in:
coverage/test-results.trx
Error:
Grpc.Core.RpcException : Status(StatusCode="Unknown", Detail="at least one of the options `all_payments`, `failed_payments_only`, or `failed_htlcs_only` must be set to true")
Raw output
Grpc.Core.RpcException : Status(StatusCode="Unknown", Detail="at least one of the options `all_payments`, `failed_payments_only`, or `failed_htlcs_only` must be set to true")
at LNUnit.Tests.Abstract.AbcLightningAbstractTests.ListInvoiceAndPaymentPaging() in /home/runner/work/LNUnit/LNUnit/LNUnit.Tests/Abstract/AbcLightningAbstractTests.cs:line 1010
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.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)