Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

Remove bank test_max_accounts_data_size_exceeded()#26772

Merged
brooksprumo merged 1 commit intosolana-labs:masterfrom
brooksprumo:accounts-data-len/remove-bank-test_max_accounts_data_size_exceeded
Aug 5, 2022
Merged

Remove bank test_max_accounts_data_size_exceeded()#26772
brooksprumo merged 1 commit intosolana-labs:masterfrom
brooksprumo:accounts-data-len/remove-bank-test_max_accounts_data_size_exceeded

Conversation

@brooksprumo
Copy link
Copy Markdown
Contributor

@brooksprumo brooksprumo commented Jul 25, 2022

Problem

The accounts data size total limit will not be checked per instruction, so no instruction error will be thrown. When that change occurs, this test will no longer be useful/needed. Tests to the check the total accounts data size will be moved to ReplayStage.

See #26744 for full set of changes.

Part of #26439.

Summary of Changes

Remove test_max_accounts_data_size_exceeded()

@brooksprumo brooksprumo marked this pull request as ready for review July 25, 2022 18:38
@brooksprumo brooksprumo requested review from Lichtso and jstarry July 25, 2022 18:39
@brooksprumo
Copy link
Copy Markdown
Contributor Author

@jstarry @Lichtso Adding y'all as reviewers. There will be a few more similar PRs in prep for moving all the accounts data size stuffs into the final spots.

@brooksprumo
Copy link
Copy Markdown
Contributor Author

@Lichtso @jstarry Let me know if you'd like to personally review this, or if you're OK with me asking other folks to review. Thanks!

Copy link
Copy Markdown
Contributor

@Lichtso Lichtso left a comment

Choose a reason for hiding this comment

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

Please add this PR to the description of #26744 so that we can later verify that all test cases are covered again.

@brooksprumo brooksprumo merged commit 06a6101 into solana-labs:master Aug 5, 2022
@brooksprumo brooksprumo deleted the accounts-data-len/remove-bank-test_max_accounts_data_size_exceeded branch August 5, 2022 13:55
@brooksprumo brooksprumo linked an issue Aug 5, 2022 that may be closed by this pull request
xiangzhu70 pushed a commit to xiangzhu70/solana that referenced this pull request Aug 17, 2022
bank: remove test_max_accounts_data_size_exceeded()
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Enforcing max account data cap may introduce indeterminism

2 participants