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

Flaky Test: solana-core banking_stage::consumer::tests::test_write_persist_loaded_addresses #4855

Closed
anza-team opened this issue Feb 7, 2025 · 1 comment
Assignees
Labels

Comments

@anza-team
Copy link
Collaborator

AUTO-GENERATED. DO NOT EDIT.

📝 Buildkite Analytics

@steviez
Copy link

steviez commented Feb 7, 2025

I'm going to close this issue as duplicate of #4855. The failure is the same; both services are writing transaction metadata to the blockstore, and then failing to read it back. While the data that this test writes goes to a different column than #4855, the data is assembled in a single batch:

blockstore.add_transaction_status_to_batch(
slot,
*transaction.signature(),
keys_with_writable,
transaction_status_meta,
transaction_index,
&mut status_and_memos_batch,
)?;

and then written atomically:
blockstore.write_batch(status_and_memos_batch)?;

@steviez steviez closed this as completed Feb 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants