Synthetixio / synthetix-pm

Private repo for project management of the americas team
0 stars 2 forks source link

job-test-deploy-script fails in CI often, and passes when restarted, fails with message: "Invalid JSON RPC response: " #162

Open theethernaut opened 3 years ago

theethernaut commented 3 years ago

Probably promise concurrency issue

leomassazza commented 3 years ago

Some notes on it. I managed to get the same error in local a few times and it may happen BEFORE calling hre.run('test', taskArguments); so our initial idea of reducing concurrency on the tests could help, but not solve all issues.