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
{{ message }}
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.
Currently, a series of failures when running tests appear inconsistently and as a consequence they slow down PR review and development.
Those failures are mostly related to the environment where they are being executed (Jenkins), as most of them present no failures in local environment.
Functional WS tests:
Exceeded time limit to wait for confirmations: it happens randomly. See here
Unit tests
Fix brittle cache tests #3131Cache Disabled: it happens randomly too and it´s probably due to Cache tests not being atomic and disabling or enabling cache get overlapped. See here
Expected behavior
No tests should fail
Actual behavior
Currently, a series of failures when running tests appear inconsistently and as a consequence they slow down PR review and development.
Those failures are mostly related to the environment where they are being executed (Jenkins), as most of them present no failures in local environment.
Functional WS tests:
Exceeded time limit to wait for confirmations
: it happens randomly. See hereUnit tests
Cache Disabled
: it happens randomly too and it´s probably due to Cache tests not being atomic and disabling or enabling cache get overlapped. See hereUncaught TypeError: Cannot read property 'height' of undefined
https://github.com/LiskHQ/lisk/blob/949b41e80eb30992385f90b5b59bf7006b388a73/framework/test/mocha/unit/modules/chain/submodules/loader.js#L488BatchError: deadlock detected
https://github.com/LiskHQ/lisk/blob/f0d132869df23642e0300a2c30bb2817ad07db12/framework/test/mocha/unit/modules/chain/components/storage/entitites/transaction.js#L75Integration tests
Note: I will be adding more as soon as I collect them.
Steps to reproduce
Run all tests
Which version(s) does this affect? (Environment, OS, etc...)
*
The text was updated successfully, but these errors were encountered: