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

Removes test_full_coinjoin #1230

Merged
merged 1 commit into from
Apr 9, 2022
Merged

Removes test_full_coinjoin #1230

merged 1 commit into from
Apr 9, 2022

Conversation

AdamISZ
Copy link
Member

@AdamISZ AdamISZ commented Apr 9, 2022

This is a stale test that we never got to a properly
working state, but we now have test/e2e-coinjoin-test.py
which does the same job more effectively, using the RPC-API.
Also removed this from parameters of run_tests script.

Copy link
Member

@kristapsk kristapsk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cr utACK eea4cbc

The former was a stale test that we never got to a properly
working state, so we replace it with test/e2e-coinjoin-test.py
which does the same job more effectively, using the RPC-API.
Also removed the old file from parameters of run_tests script.
@AdamISZ AdamISZ force-pushed the remove-test-full-coinjoin branch from eea4cbc to 3b3bd39 Compare April 9, 2022 18:25
@AdamISZ
Copy link
Member Author

AdamISZ commented Apr 9, 2022

As per discussion in #1229, added in also the newer equivalent, test/test_e2e_coinjoin.py. With some edits.

This looks like it bumps up total test time by about 40 seconds. The edits were actually related: while this test was run isolated, I could override default fidelity bond time values to cut down wallet load time but that borked other tests (because the changes were global); changed to use the monkeypatch feature in pytest to localize those changes.

Copy link
Member

@kristapsk kristapsk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ACK 3b3bd39. Test suite passes.

@AdamISZ AdamISZ merged commit 88b5e6a into master Apr 9, 2022
@AdamISZ AdamISZ deleted the remove-test-full-coinjoin branch April 11, 2022 09:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants