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
This test fails non-deterministically when running this command from inside the enclosing package's src/move/rewards directory:
git ls-files | entr -c sh -c "\ aptos move test --dev --move-2 --coverage && aptos move fmt"
The command watches the test directory and re-runs tests whenever I save in my IDE (VS Code), and when I just let it run then hit save, without modifying any source code the test fails about 10% of the time or so. I suspect that perhaps it has something to do with the ed25519 APIs? Maybe a stack overflow?
The text was updated successfully, but these errors were encountered:
@brmataptos @fEst1ck @georgemitenkov @rahxephon89 @runtian-zhou @vineethk @wrwg
Steps to reproduce
This test fails non-deterministically when running this command from inside the enclosing package's
src/move/rewards
directory:The command watches the test directory and re-runs tests whenever I save in my IDE (VS Code), and when I just let it run then hit save, without modifying any source code the test fails about 10% of the time or so. I suspect that perhaps it has something to do with the ed25519 APIs? Maybe a stack overflow?
The text was updated successfully, but these errors were encountered: