Closed thesimplekid closed 2 weeks ago
I would like to work on this.
I would like to work on this.
Go for it, thanks.
We should just be able to add a loop in that checks for the quote to be marked as paid by polling the check endpoint. I think one of the tests does this not there is an example here, though in the tests with fake wallet we should be able to sleep for less time.
I would like to work on this.
Go for it, thanks.
We should just be able to add a loop in that checks for the quote to be marked as paid by polling the check endpoint. I think one of the tests does this not there is an example here, though in the tests with fake wallet we should be able to sleep for less time.
The errors are occuring in melt_bolt11
primarily due to "Unknown Invoice" error.
I'm running the CI using ./misc/fake_itests.sh MEMORY
.
Some more information would be helpful.
Those are logged errors but in the test they are expected since it is checking error cases they aren't causing tests to fail. The flaky tests on the mint, there are currently just sleeps in place between getting the mint quote and attempting to fill it where the fake wallet should mark it as paid. But occasionally this sleep isnt long enough so it should be replaces will the loop checking the state as i linked above.
Some of the ci tests fail when the wallet attempts to mint before the invoice is marked as paid. We should wait till mint invoice is paid by polling check endpoint