Yong
Yong
Depending on #6759, this PR continues the refactor work to fix the itest flakes. A few bugs have been found and documented in new issues along the way. Most of...
This PR introduces an almost new testing framework. To avoid interfering with other PRs and rebasing hell, a new test flag `temptest` is added so we can run both the...
### The Issue When Alice and Bob each makes a connection to the other side at the same time, it's likely neither connection could succeed. For instance, if Alice restarts...
From the [TODO](https://github.com/lightningnetwork/lnd/blob/master/lntemp/rpc/lnd.go#L137), the error found in build: ``` === RUN TestLightningNetworkDaemonTemp/tranche03/06-of-99/bitcoind/data_loss_protection lnd.go:125: Error Trace: lnd.go:125 harness_assertion.go:436 wait.go:48 wait.go:24 asm_amd64.s:1571 Error: Received unexpected error: rpc error: code = Unknown desc...
Fixing a user reported error re `migration25`, ``` 2022-07-21 15:59:59.362 [INF] CHDB: Checking for schema update: latest_version=27, db_version=24 2022-07-21 15:59:59.362 [INF] CHDB: Performing database schema migration 2022-07-21 15:59:59.362 [INF] CHDB:...
This PR bumps the image versions used in `regtest`, also points the bitcoind image to `lightninglabs`.
Please check #6825 for more context. Depending on #6823, this PR continues the fix of the tests. This PR starts at commit `lntemp+itest: refactor testSwitchCircuitPersistence`.
Please check #6825 for more context. Depending on #6822, this PR continues the fix of the tests. This PR starts at commit `lntemp+itest: refactor testEtcdFailover`
This PR replaces #5940 and fixes all the itest failures we’ve seen in the past. The goal is to put our itest builds in a state where a simple typo...