Skip to content

Commit

Permalink
Split IntegrationSpec (#1535)
Browse files Browse the repository at this point in the history
This change makes `IntegrationSpec` an abstract class trait that defines
common utilities used in most integration tests, and splits the actual tests
in two separate files that extend that class. Channel tests have themselves
been split between standard and anchor commitments to gain extra
parallelism.

The tests themselves aren't changed at all, except for the TCP ports they
use, and to remove nodes that have become useless in each of the specs. `expectMsg`
have been increased to 60 seconds to account for the increased parallelization.

Some tests have been refactored, cleaned up and block expiries have been reduced.
  • Loading branch information
t-bast committed Sep 24, 2020
1 parent 3a773c1 commit 483cce4
Show file tree
Hide file tree
Showing 3 changed files with 1,464 additions and 1,311 deletions.

0 comments on commit 483cce4

Please sign in to comment.