Oliver Gugger
0b4e03f5fc
multi: add golang 1.17 compatible build tags
...
With go 1.17 a change to the build flags was implemented:
https://go.googlesource.com/proposal/+/master/design/draft-gobuild.md
The formatter now automatically adds the forward-compatible build tag
format and the linter checks for them, so we need to include them in our
code.
2021-09-29 17:31:37 -07:00
Joost Jager
daeb96fe0a
postgres: add itest
2021-09-21 10:44:23 +02:00
yyforyongyu
c4913e6f4a
itest: require server being started when creating node
...
We now require the lnd to be fully started when creating a new node
using newNode.
2021-09-14 07:34:10 +08:00
Conner Fromknecht
b70b6d9a6e
lntest/timeouts: remove spaces from build predicates
...
Otherwise this breaks various conditional compilation targets and the
linter.
2020-11-18 15:16:25 -08:00
Andras Banki-Horvath
efedb5547c
itest: timeouts for itets with etcd
2020-11-18 15:34:45 +01:00
Conner Fromknecht
152d153e7f
itest: increase mempool timeout
...
Neutrino can get slow towards the end of the itests.
2020-05-26 19:49:42 -07:00
Oliver Gugger
770c80635c
lntest: give async payments enough time to complete
2020-03-24 10:00:59 +01:00
Conner Fromknecht
f3f4093ef0
lntest/timeouts: split into darwin and non-darwin timeouts
2019-03-27 19:00:39 -07:00