Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix flaky channel integration tests #1879

Merged
merged 2 commits into from
Jul 16, 2021
Merged

Fix flaky channel integration tests #1879

merged 2 commits into from
Jul 16, 2021

Conversation

t-bast
Copy link
Member

@t-bast t-bast commented Jul 16, 2021

Our test suite is putting a lot of strain on our CI machines, and we start hitting some timeouts. There were places where we would put a 60 seconds timeout on an awaitCond but inside we'd still use the default 15 seconds timeout.

The wumbo test was failing sometimes because we generated blocks before the closing tx reached the mempool.

Our test suite is putting a lot of strain on our CI machines, and we start
hitting some timeouts. There were places where we would put a 60 seconds
timeout on an `awaitCond` but inside we'd still use the default 15 seconds
timeout.
@codecov-commenter
Copy link

codecov-commenter commented Jul 16, 2021

Codecov Report

Merging #1879 (5825f50) into master (733c6e7) will decrease coverage by 0.01%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #1879      +/-   ##
==========================================
- Coverage   87.34%   87.33%   -0.02%     
==========================================
  Files         159      159              
  Lines       11935    11943       +8     
  Branches      466      471       +5     
==========================================
+ Hits        10425    10430       +5     
- Misses       1510     1513       +3     
Impacted Files Coverage Δ
.../scala/fr/acinq/eclair/db/sqlite/SqliteUtils.scala 82.60% <0.00%> (-17.40%) ⬇️
...src/main/scala/fr/acinq/eclair/db/pg/PgUtils.scala 90.32% <0.00%> (-1.62%) ⬇️
...cala/fr/acinq/eclair/payment/relay/NodeRelay.scala 96.06% <0.00%> (-1.58%) ⬇️
...clair/channel/publish/ReplaceableTxPublisher.scala 85.79% <0.00%> (-1.19%) ⬇️
...cala/fr/acinq/eclair/crypto/TransportHandler.scala 90.21% <0.00%> (-0.55%) ⬇️
...c/main/scala/fr/acinq/eclair/channel/Channel.scala 86.37% <0.00%> (+0.08%) ⬆️
...ala/fr/acinq/eclair/balance/ChannelsListener.scala 96.55% <0.00%> (+3.44%) ⬆️
.../src/main/scala/fr/acinq/eclair/db/Databases.scala 86.48% <0.00%> (+4.34%) ⬆️

@t-bast t-bast marked this pull request as ready for review July 16, 2021 12:08
@t-bast t-bast requested a review from pm47 July 16, 2021 12:08
@t-bast t-bast merged commit 5182402 into master Jul 16, 2021
@t-bast t-bast deleted the flaky-integration-test branch July 16, 2021 12:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants