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

dcou: mod banking_trace::for_test #32428

Merged
merged 3 commits into from
Jul 14, 2023

Conversation

ryoqun
Copy link
Member

@ryoqun ryoqun commented Jul 9, 2023

(this is the 3rd use of the shiny dev-context-only-utils, introduced at #32169)

Finally, i atone for another sin at #29196... lol

currently, blocked by #32432 (EDIT: unblocked now)

Comment on lines -7 to -10
solana_perf::{
packet::{to_packet_batches, PacketBatch},
test_tx::test_tx,
},
Copy link
Member Author

Choose a reason for hiding this comment

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

feels so good these dev related uses are removed from root use. :)

@codecov
Copy link

codecov bot commented Jul 10, 2023

Codecov Report

Merging #32428 (a61b291) into master (40249cd) will increase coverage by 0.0%.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master   #32428   +/-   ##
=======================================
  Coverage    82.1%    82.1%           
=======================================
  Files         778      778           
  Lines      210200   210200           
=======================================
+ Hits       172591   172607   +16     
+ Misses      37609    37593   -16     

core/Cargo.toml Outdated
Comment on lines 81 to 84
# Even if we want to activate features only for dev-dep., `cargo publish`
# complains about self-dep with version specified. So don't inherit with
# `workspace = true`. In this way, `cargo publish` will strip this self-dep
# according to https://github.com/rust-lang/cargo/pull/7333
solana-core = { path = ".", features = ["dev-context-only-utils"] }
Copy link
Member Author

Choose a reason for hiding this comment

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

context: #32432

@ryoqun ryoqun requested a review from apfitzge July 11, 2023 12:22
@ryoqun ryoqun force-pushed the dcou-banking-trace-for-test branch from 66713dd to 9e26838 Compare July 13, 2023 05:25
@ryoqun ryoqun force-pushed the dcou-banking-trace-for-test branch from eb4d59c to a61b291 Compare July 13, 2023 07:59
@ryoqun
Copy link
Member Author

ryoqun commented Jul 13, 2023

@apfitzge this pr has been blocked by #32432 for a while. but it's now not. please review it in your convenient time. :)

@apfitzge
Copy link
Contributor

@apfitzge this pr has been blocked by #32432 for a while. but it's now not. please review it in your convenient time. :)

Thanks for the poke. I had seen this previously, but saw the blocking PR which was a lot bigger and touching stuff I wasn't familiar with. Then I immediately forgot this existed 😆

Copy link
Contributor

@apfitzge apfitzge left a comment

Choose a reason for hiding this comment

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

lgtm

@ryoqun ryoqun merged commit 4def121 into solana-labs:master Jul 14, 2023
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants