Amin Bashiri
0c64a183cf
lntest: add http header timeout to config
2023-10-17 11:25:06 -06:00
Oliver Gugger
56dba2df03
multi: update linter, fix new issues
2023-06-13 11:58:33 +02:00
yyforyongyu
2bc6aabf96
itest: fix make lint
...
This commit fixes the issues reported by the linter.
2023-02-23 21:56:10 +08:00
yyforyongyu
9d1d629001
itest+lntest: migrate lntemp
to lntest
...
This commit performs the takeover that `lntemp` is now promoted to be
`lntest`, and the scaffolding is now removed as all the refactoring is
finished!
2023-02-23 21:56:09 +08:00
yyforyongyu
94c64a886e
lntemp+itest: remove unused code to prepare lntemp
's takeover
...
This commit removes the old code living in `lntest` to prepare
`lntemp`'s takeover.
2023-02-23 21:56:08 +08:00
Oliver Gugger
ffee7d1bcf
multi: fix newly detected linter issues
2022-02-10 11:02:02 +01:00
Torkel Rogstad
d6045a0fd5
lntest: avoid global ServeMux
...
Using the default, global ServeMux prevents the same process from
calling `lntest.NewNetworkHarness` multiple times, because we get a
panic when registering HTTP routes.
Instead, we use the ServeMux beloning to the fee service struct.
2021-08-27 11:30:01 +02:00
yyforyongyu
26858da59d
itest: change feeServiceTarget to be 1
2021-06-29 20:25:47 +08:00
yyforyongyu
a77225ba9e
itest: allow set fee rate with conf target
...
In this commit, we add a method in fee service to allow specifying a fee
rate with a conf target.
2021-06-29 20:25:47 +08:00
Andras Banki-Horvath
5d8488871c
itest: basic failover itest when using leader election on etcd
2021-05-04 17:33:12 +02:00
Oliver Gugger
5c04449dfd
lntest: use nextAvailablePort for fee service
2020-11-04 11:03:26 +01:00
Joost Jager
b6ebf3f27d
lntest: use web fee estimator in itests
2020-09-16 08:17:34 +02:00