-
Notifications
You must be signed in to change notification settings - Fork 143
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
test: e2e, add new public-ln-receive.bats
#3657
test: e2e, add new public-ln-receive.bats
#3657
Conversation
The CI failure seems unrelated. Any suggestions to fix this? Or are these fine for test files? |
That is strange. I'll look into them and let you know on here. For the quickstart one, it looks like it can't handle commit references outside our repo. I'll see if I can fix that. |
Ok we'll fix the From top level of dir:
|
Yeah, just give me some time to confirm it. If it doesn't pass, I'll push the fix as soon as possible. Thanks for your quick responses! |
I think I understand the problem here. Will force-push the fix soon! |
6ec7004
to
0f610b1
Compare
I've made this PR a draft while I work on this. Will open for review soon. |
0f610b1
to
11d3803
Compare
@vindard I suspect there might be some problem with the query formatting in |
Ok as far as I can tell you won't even get past the Also, Notes I would recommend taking this PR a bit more slowly. The way I would do it is to just start with a single Get that to pass, commit, and then continue to subsequent test cases. For example, the very first Smaller granular commits that each pass the test that you're adding are usually better for building up large test suites like this one with heavy dependencies. Also, I expect when you get to the 1st test that actually needs lnds ( It would be similar to how we:
|
11d3803
to
5a2348b
Compare
5a2348b
to
f9d4cb5
Compare
Taken over by #3765 |
This PR adds the new e2e test
public-ln-receive
inbats/core/api
and deletes the old one fromcore/api
.I added a new function in the helpers and made some adjustments in the test file to align with the new helper.