You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some E2E tests / Testnet workflow executions fail with a GH Actionss timeout during redemption of the first deposit.
Starting redemption of the first deposit...
Using redeemer address: tb1qklp740pnnjwt2jz0atw66ucxh4jpdznsepkwgw
Connecting to electrum server...
You are connected to an ElectrumX 1.16.0 server.
Negotiated version: [ElectrumX 1.16.0,1.4.2]
Closing connection to electrum server...
Looking up Deposit contract at address 0xD6A3D14de2A8319F696AC1FbD2b2C43fc4966D9a...
Looking up Created event for deposit 0xD6A3D14de2A8319F696AC1FbD2b2C43fc4966D9a...
FromBlock is less or equal zero; setting FromBlock to source contract deployment block
Found keep address 0xb6f546Cb57bEfD9Bb0C0543d226E282590Bd00e1.
Found existing Bitcoin address for deposit 0xD6A3D14de2A8319F696AC1FbD2b2C43fc4966D9a...
Looking up UTXO size and transaction fee for redemption transaction...
Approving transfer of 100000000000000 to the vending machine....
Initiating redemption of deposit 0xD6A3D14de2A8319F696AC1FbD2b2C43fc4966D9a from vending machine...
Looking up latest redemption details for deposit 0xD6A3D14de2A8319F696AC1FbD2b2C43fc4966D9a...
Finding or waiting for transaction signature for deposit 0xD6A3D14de2A8319F696AC1FbD2b2C43fc4966D9a...
FromBlock is less or equal zero; setting FromBlock to source contract deployment block
FromBlock is less or equal zero; setting FromBlock to source contract deployment block
FromBlock is less or equal zero; setting FromBlock to source contract deployment block
FromBlock is less or equal zero; setting FromBlock to source contract deployment block
FromBlock is less or equal zero; setting FromBlock to source contract deployment block
FromBlock is less or equal zero; setting FromBlock to source contract deployment block
Some history:
Before we started to see problems described in #127, around 60% of executions of E2E tests / Testnet workflow were ending with a failure, 40% were successful.
The errors that we saw were either:
Error: execution reverted: not at current or previous difficulty
or
the same error, but also UnhandledPromiseRejectionWarning: Unhandled promise rejection, after which execution was hanging and workflow was being aborted after 6 hours due to a timeout.
The problems have been suspected to be related to the fact that relay maintainer updates difficulty less often that difficulty is being changed on testnet (on testnet the difficulty can increase/decrease the very next block), but the fix we tried to apply did not improve the failure/success ratio (still only ~40% jobs were passing).
After some time, problem described in #127 occurred. Since we fixed it, all E2E tests run on Testnet (Ropsten) are failing. Most fail pretty quick with already known Error: execution reverted: not at current or previous difficulty error (during creation of first deposit), but some fail due to a GH Actions timeout during redemption of the first deposit (this is something that we didn't see before and I hope may be fixed).
The text was updated successfully, but these errors were encountered:
Some
E2E tests / Testnet
workflow executions fail with a GH Actionss timeout during redemption of the first deposit.Example of such job: https://github.com/keep-network/local-setup/runs/5440977179?check_suite_focus=true)
Some history:
Before we started to see problems described in #127, around 60% of executions of
E2E tests / Testnet
workflow were ending with a failure, 40% were successful.The errors that we saw were either:
Error: execution reverted: not at current or previous difficulty
or
UnhandledPromiseRejectionWarning: Unhandled promise rejection
, after which execution was hanging and workflow was being aborted after 6 hours due to a timeout.The problems have been suspected to be related to the fact that relay maintainer updates difficulty less often that difficulty is being changed on testnet (on testnet the difficulty can increase/decrease the very next block), but the fix we tried to apply did not improve the failure/success ratio (still only ~40% jobs were passing).
After some time, problem described in #127 occurred. Since we fixed it, all E2E tests run on Testnet (Ropsten) are failing. Most fail pretty quick with already known
Error: execution reverted: not at current or previous difficulty
error (during creation of first deposit), but some fail due to a GH Actions timeout during redemption of the first deposit (this is something that we didn't see before and I hope may be fixed).The text was updated successfully, but these errors were encountered: