-
Notifications
You must be signed in to change notification settings - Fork 11.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rpc-alt: testing query transaction + pruning
## Description Adding a test to make sure that transaction querying continues to work in the presence of pruning, because there is some tricky logic related to applying a lowerbound to the filtered results. At the same time, I also created a testing-specific config for the indexer, which speeds up polling but reduces concurrency -- this shaves off about 10 to 15s from local testing runs overall, and 30s for the newly added test (which generates a lot of checkpoints). ## Test plan ``` sui$ cargo nextest run -p sui-indexer-alt-e2e-tests \ --test transaction_pruning_tests ```
- Loading branch information
Showing
5 changed files
with
431 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.