Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TestPedersen_SyncDB fails #91

Open
ineiti opened this issue Jan 25, 2024 · 2 comments
Open

TestPedersen_SyncDB fails #91

ineiti opened this issue Jan 25, 2024 · 2 comments

Comments

@ineiti
Copy link
Member

ineiti commented Jan 25, 2024

This test is trying to get some forms on the ledger and then work on them. But the original version just fakes everything and ignores errors, so it works. When errors are caught, everything falls apart.

I tried to add some needed logic to it, but it still fails, because it tries to Encode using a GoodEncoder, which is (of course) not implemented for the forms.

@ineiti ineiti added this to D-Voting Jan 25, 2024
@ineiti ineiti moved this to Backlog in D-Voting Jan 25, 2024
@PascalinDe
Copy link
Member

can you add some more infos to this ticket? you refer to some changes you made, could you link the commit?

@ineiti
Copy link
Member Author

ineiti commented Oct 11, 2024

From what I remember, I added a lot of err := / require.NoError(t, err) and it started to fail. But I don't have these changes around anymore.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Backlog
Development

No branches or pull requests

2 participants