yyforyongyu
5a94919b7e
itest: manage context timeout inside network harness
...
This is the last commit to refactor the context management such that all
the timeout are managed inside the network harness.
2021-08-24 12:28:35 +08:00
yyforyongyu
1629858a3d
itest: manage context inside assertions - II
...
This commit continues moving context management into assertions.
2021-08-24 12:16:40 +08:00
yyforyongyu
02e4c3ad4c
itest: manage context inside assertions - I
...
This commit changes the methods assertTxLabel, assertReports,
assertSweepFound, and sendAndAssertSuccess to manage their own context
with deadline.
2021-08-24 11:17:20 +08:00
yyforyongyu
74f8fe482d
itest: manage context inside EnsureConnected
2021-08-24 11:06:44 +08:00
yyforyongyu
dca20d80a7
itest: fix context leak in openChannelAndAssert
...
In this commit, we put the context initialization inside
openChannelAndAssert, thus saving us a few lines and making sure the
context is always properly handled.
2021-08-24 11:06:43 +08:00
de6df1re
29157fe02a
itest: fix payment test
2021-08-20 10:01:45 -05:00
yyforyongyu
8eddc50beb
itest: remove context creations outside close channel assertion
2021-08-11 12:44:39 +08:00
Andras Banki-Horvath
0f400b2b16
itests: payments test flake fix
2021-08-06 17:37:37 +02:00
Andras Banki-Horvath
f54c127021
itest: fix async payment benchmark timeout flakes
2021-07-27 13:57:09 +02:00
yyforyongyu
d28e67ddb0
itest: fix make lint
2021-07-13 15:01:43 +08:00
yyforyongyu
f62cdf7bfc
itest: move payment related tests into one file
...
This commit creates a new file lnd_payment_test.go to hold all payment
related tests, further breaking down the old large lnd_test.go.
2021-07-13 14:52:08 +08:00