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

MASP CI False Positives and Negatives #1376

Closed
Tracked by #2020
murisi opened this issue May 15, 2023 · 1 comment
Closed
Tracked by #2020

MASP CI False Positives and Negatives #1376

murisi opened this issue May 15, 2023 · 1 comment
Assignees
Labels
bug Something isn't working CI MASP

Comments

@murisi
Copy link
Contributor

murisi commented May 15, 2023

The CI reports that the 3 MASP E2E tests are passing when they should be failing. That the tests should be failing can be established from the fact that trying to manually construct shielded-to-shielded transactions with namadac (almost?) always fails due to issues with the MASP transaction signer, and also because the MASP E2E tests (almost?) always fail when executed locally.

Interestingly when the aforementioned issues with namadac are fixed, the local E2E tests start passing but the 3 MASP E2E tests in the CI begin to fail. For reference, these fixes are at

TxSigningKey::SecretKey(signing_key) => signing_key,
and
default_signer.clone(),
.

A solution to this issue would prevent future regressions in the MASP code. cc @Fraccaman @gijswijs

@cwgoes
Copy link
Contributor

cwgoes commented Oct 20, 2023

Closing since this seems to be out-of-date, please reopen if I'm mistaken.

@cwgoes cwgoes closed this as completed Oct 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working CI MASP
Projects
None yet
Development

No branches or pull requests

3 participants