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

Refactor Masp E2E tests #1714

Closed
wants to merge 39 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
eed5435
WIP refactoring masp e2e tests
batconjurer Jul 4, 2023
f3f4f98
fixup! WIP refactoring masp e2e tests
sug0 Jul 4, 2023
71c0ddb
converts faucet_withdrawal_limit to be correct
bengtlofgren Jul 5, 2023
9a6724f
[feat]: Removed unused associated type from ShieldedUtils
batconjurer Jul 5, 2023
0d15b50
[feat]: Implement mock cli and client for integration tests
batconjurer Jul 5, 2023
f6a2ce1
[chore]: Removed unnecessary trait bounds
batconjurer Jul 6, 2023
eed5212
[feat]: First basic integration test passing with plumbing
batconjurer Jul 6, 2023
c19062b
[fix]: Fixed the faucet to use uint instead of amount. This makes it …
batconjurer Jul 6, 2023
53c1cba
[fix]: Merge in main
batconjurer Jul 6, 2023
43598ba
[fix]: Merge in main
batconjurer Jul 6, 2023
755abba
[fix]: Porting over masp incentives e2e test
batconjurer Jul 7, 2023
07a0740
[feat]: Finished rewritign masp incentives test. However, does not cu…
batconjurer Jul 8, 2023
3cb6bde
[feat]: Added masp pinned tx test which passes
batconjurer Jul 10, 2023
94feb73
[feat]: Added masp_txs_and_queries integration test which passes. Rem…
batconjurer Jul 11, 2023
9615a4d
[feat]: All masp e2e tests refactored into integration tests. Update …
batconjurer Jul 11, 2023
ac75a7d
[fix]: Indentified flakiness in masp_txs_and_queries
batconjurer Jul 13, 2023
d45a22d
Merge branch 'main' into bat/refactor-masp-e2e
batconjurer Jul 13, 2023
ff5c451
[fix]: Resolved conflicts with eth bridge cli changes
batconjurer Jul 13, 2023
493c577
[fix]: Cleanups
batconjurer Jul 13, 2023
5e69bc0
[chore]: Removed unnecessary visibility qualifier
batconjurer Jul 13, 2023
897f022
[chore]: Making the docs happy
batconjurer Jul 13, 2023
f5c7b57
Update tests/Cargo.toml
batconjurer Jul 14, 2023
935a9a7
[chore]: Add lazy_static as workspace dep
batconjurer Jul 14, 2023
4a1b6cc
Merge branch 'bat/refactor-masp-e2e' of github.com:anoma/namada into …
batconjurer Jul 14, 2023
962181e
Update tests/src/integration/masp.rs
batconjurer Jul 14, 2023
6b4b07a
Update apps/src/lib/cli/utils.rs
batconjurer Jul 14, 2023
ab841d6
[chore]: Re-add #[cfg(test)] to test router modules
batconjurer Jul 14, 2023
bd7c2f7
[chore]: Replaced dev with testing feature flag on stio redirect func
batconjurer Jul 14, 2023
5275401
[chore]: Move mock definitions into apps to re-restrict visibility. B…
batconjurer Jul 18, 2023
316cfed
Merge branch 'bat/remove-unused-assoc-ty' into bat/feature/refactor-cli
batconjurer Jul 19, 2023
ca154cd
[feat]: Moved cli commands common to testing, cli, and sdk out into apps
batconjurer Jul 19, 2023
6d6595e
Merge branch 'bat/feature/refactor-cli' into bat/refactor-masp-e2e
batconjurer Jul 19, 2023
8dd8643
[feat]: Re-used code from the cli using new CliApi type
batconjurer Jul 19, 2023
353ff99
Merge branch 'main' into bat/refactor-masp-e2e
batconjurer Jul 19, 2023
76f98d0
tests: enable feature(internal_output_capture) for tests only
tzemanovic Jul 20, 2023
a2107f2
make: build tests with nightly
tzemanovic Jul 20, 2023
06f3e21
clippy fix
tzemanovic Jul 20, 2023
25f7726
rustdoc: rm links to private symbols
tzemanovic Jul 20, 2023
b055203
changelog: add #1714
tzemanovic Jul 21, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .changelog/unreleased/testing/1714-refactor-e2e-tests.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Added integration testing infrastructure for node, client and
the wallet and replaced MASP E2E tests with integration tests.
([\#1714](https://github.com/anoma/namada/pull/1714))
Loading