mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-04 09:48:19 +01:00
Merge pull request #5688 from bhandras/recovery_itest_flake
itest: fix on-chain recovery flake caused by short timeout/btcd on ARM
This commit is contained in:
commit
d50ee834e1
2 changed files with 7 additions and 2 deletions
|
@ -70,10 +70,13 @@ jobs:
|
||||||
script:
|
script:
|
||||||
- make itest-parallel backend=neutrino
|
- make itest-parallel backend=neutrino
|
||||||
|
|
||||||
- name: Btcd Integration ARM
|
- name: Bitcoind Integration ARM
|
||||||
script:
|
script:
|
||||||
- GOARM=7 GOARCH=arm GOOS=linux make itest-parallel
|
- bash ./scripts/install_bitcoind.sh
|
||||||
|
- GOARM=7 GOARCH=arm GOOS=linux make itest-parallel backend=bitcoind
|
||||||
arch: arm64
|
arch: arm64
|
||||||
|
services:
|
||||||
|
- docker
|
||||||
|
|
||||||
- name: Btcd Integration Windows
|
- name: Btcd Integration Windows
|
||||||
script:
|
script:
|
||||||
|
|
|
@ -196,6 +196,8 @@ you.
|
||||||
|
|
||||||
* [Removed nested db tx](https://github.com/lightningnetwork/lnd/pull/5643)
|
* [Removed nested db tx](https://github.com/lightningnetwork/lnd/pull/5643)
|
||||||
|
|
||||||
|
* [Fixed wallet recovery itests on Travis ARM](https://github.com/lightningnetwork/lnd/pull/5688)
|
||||||
|
|
||||||
## Database
|
## Database
|
||||||
|
|
||||||
* [Ensure single writer for legacy
|
* [Ensure single writer for legacy
|
||||||
|
|
Loading…
Add table
Reference in a new issue