Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tests: cln-rpc doesn't cover all channel states #100

Closed
JssDWt opened this issue Aug 7, 2023 · 1 comment
Closed

tests: cln-rpc doesn't cover all channel states #100

JssDWt opened this issue Aug 7, 2023 · 1 comment

Comments

@JssDWt
Copy link
Collaborator

JssDWt commented Aug 7, 2023

Error during test https://github.com/breez/lspd/actions/runs/5782332133/job/15669005279 (first run)

goroutine 21 [running]:
runtime/debug.Stack()
	/opt/hostedtoolcache/go/1.20.6/x64/src/runtime/debug/stack.go:24 +0x65
runtime/debug.PrintStack()
	/opt/hostedtoolcache/go/1.20.6/x64/src/runtime/debug/stack.go:16 +0x19
github.com/breez/lntest.CheckError(0xc0004e2340, {0x1133ee0, 0xc00011ad08})
	/home/runner/go/pkg/mod/github.com/breez/[email protected]/test_common.go:44 +0x39
github.com/breez/lntest.(*ClnNode).GetChannels(0xc0000aa300)
	/home/runner/go/pkg/mod/github.com/breez/[email protected]/cln_node.go:584 +0x9f
github.com/breez/lspd/itest.testDynamicFeeFlow(0xc0000af680)
	/home/runner/work/lspd/lspd/itest/dynamic_fee_test.go:137 +0x1259
github.com/breez/lspd/itest.runTest(0xc0004e2340, 0x1725740, {0xf345ae?, 0x0?}, 0x1056520, 0x1056518)
	/home/runner/work/lspd/lspd/itest/lspd_test.go:89 +0x422
github.com/breez/lspd/itest.runTests.func1(0x0?)
	/home/runner/work/lspd/lspd/itest/lspd_test.go:47 +0x2d
testing.tRunner(0xc0004e2340, 0xc0000adb00)
	/opt/hostedtoolcache/go/1.20.6/x64/src/testing/testing.go:1576 +0x10b
created by testing.(*T).Run
	/opt/hostedtoolcache/go/1.20.6/x64/src/testing/testing.go:1629 +0x3ea
    test_common.go:45: rpc error: code = Unknown desc = Error calling method ListPeerChannels: RpcError { code: None, message: "Malformed response from lightningd: unknown variant `RCVD_REMOVE_REVOCATION`, expected one of `SENT_ADD_HTLC`, `SENT_ADD_COMMIT`, `RCVD_ADD_REVOCATION`, `RCVD_ADD_ACK_COMMIT`, `SENT_ADD_ACK_REVOCATION`, `RCVD_ADD_ACK_REVOCATION`, `RCVD_REMOVE_HTLC`, `RCVD_REMOVE_COMMIT`, `SENT_REMOVE_REVOCATION`, `SENT_REMOVE_ACK_COMMIT`, `RCVD_REMOVE_ACK_REVOCATION`" }
@JssDWt
Copy link
Collaborator Author

JssDWt commented Feb 26, 2024

Closing due to never occurring again. Could be fixed.

@JssDWt JssDWt closed this as completed Feb 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant