Fix race in ci/run-sanity.sh#10796
Conversation
|
Is the problem not that we're querying the slot with I ran into similar when plumbing |
|
@t-nelson Well, Let's see how this pr stabilizes. :) |
|
@t-nelson I was lying...: solana/runtime/src/accounts_db.rs Line 1837 in 0550b89
|
(cherry picked from commit 4dc9f37)
(cherry picked from commit 4dc9f37)
@t-nelson I was about to create a new PR for this, but it turns out solana/ledger-tool/src/main.rs Line 1255 in 4b93a7c So, my quoted code does work correctly:
So, I think there is no need to improve this further. |
Problem
CI is a bit unstable on master:
https://buildkite.com/solana-labs/solana/builds/26540#3a9158a5-2de3-4b61-b25a-25e63f4400ac/2724-2898
Even if this
evaluates to:
, it seems that we can't create snapshot for the slot 1:
Summary of Changes
Wait more.
context
frustrated while developing at #10718