Skip to content

Commit

Permalink
Merge #2230: [GA] Dont run the feature_dbcrash test in GA
Browse files Browse the repository at this point in the history
7f170b9 [GA] Dont run the feature_dbcrash test in GA (Fuzzbawls)

Pull request description:

  This test takes over an hour to run and is susceptible to timeout
  failures, which require re-running all jobs.

  Exclude it for GA jobs.

ACKs for top commit:
  furszy:
    utACK 7f170b9
  random-zebra:
    ACK 7f170b9 and merging...

Tree-SHA512: 23ddedf61ab454aa688ee409bc0b1a563459280ca28c5e4eb6996a04d5a6200bb0c5a91289a6d371e0b5799f7fa99d0f3d403b5491ba2c4da10b0a594a908525
  • Loading branch information
random-zebra committed Mar 4, 2021
2 parents 41064cf + 7f170b9 commit 0f97274
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ jobs:
unit_tests: true
functional_tests: true
goal: install
test_runner_extra: "--coverage --all"
test_runner_extra: "--coverage --all --exclude feature_dbcrash"
BITCOIN_CONFIG: "--enable-zmq --with-gui=qt5 --enable-glibc-back-compat --enable-reduce-exports --disable-online-rust"

- name: x86_64 Linux [GOAL:install] [bionic] [no GUI no unit tests - only functional tests on legacy pre-HD wallets]
Expand All @@ -303,7 +303,7 @@ jobs:
functional_tests: true
no_depends: 1
goal: install
test_runner_extra: "--all"
test_runner_extra: "--all --exclude feature_dbcrash"
BITCOIN_CONFIG: "--enable-zmq --with-incompatible-bdb --with-gui=qt5 CPPFLAGS=-DDEBUG_LOCKORDER --disable-hardening --disable-asm"

- name: x86_64 Linux [GOAL:install] [bionic] [no depends only system libs]
Expand Down

0 comments on commit 0f97274

Please sign in to comment.