c4dt / d-voting

📧 E-Voting platform based on the Dela blockchain
https://dedis.github.io/d-voting
BSD 3-Clause "New" or "Revised" License
1 stars 1 forks source link

TestCrash fails sometimes #90

Closed ineiti closed 8 months ago

ineiti commented 9 months ago

The TestCrash in ./integration/integration_test.go:24 fails sometimes on line 298 when verifying the call to decryptBallots because the previous transactions have not been correctly included. This has mostly been fixed by allowing the pool.Add to fail in txManager.addAndWait in ./integration/transaction.go:117, but might pop up here and there again.

Another failure is in line 288, the call waitForStatus(types.PubSharesSubmitted, ...) fails with already made a submission. But this is much more rare and has not been invested into yet.

PascalinDe commented 8 months ago

can this be closed as the related PR has been merged?