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

Add integration test that transacts against single node rotating on each tick #2693

Closed
wants to merge 1 commit into from

Conversation

mvines
Copy link
Member

@mvines mvines commented Feb 7, 2019

This demonstrates one way to trigger issue #2675

@codecov
Copy link

codecov bot commented Feb 8, 2019

Codecov Report

❗ No coverage uploaded for pull request base (master@e7df3cf). Click here to learn what that means.
The diff coverage is 27.2%.

@@           Coverage Diff            @@
##             master   #2693   +/-   ##
========================================
  Coverage          ?   76.6%           
========================================
  Files             ?     113           
  Lines             ?   18405           
  Branches          ?       0           
========================================
  Hits              ?   14108           
  Misses            ?    4297           
  Partials          ?       0

@mvines
Copy link
Member Author

mvines commented Feb 13, 2019

302 #2750

@mvines mvines closed this Feb 13, 2019
joncinque added a commit to joncinque/solana that referenced this pull request Aug 27, 2024
* cli: Use simulated compute units in ping

#### Problem

The CLI has the ability to simulate transactions before sending to use
the correct number of compute units, but `solana ping` is still using
the default compute unit limit.

#### Summary of changes

Simulate once to get the compute unit limit and then re-use the
simulated number for every ping.

* Refactor per review

* Only get compute unit limit if simulation needed, add test
jeffwashington pushed a commit to jeffwashington/solana that referenced this pull request Aug 27, 2024
* cli: Use simulated compute units in ping

#### Problem

The CLI has the ability to simulate transactions before sending to use
the correct number of compute units, but `solana ping` is still using
the default compute unit limit.

#### Summary of changes

Simulate once to get the compute unit limit and then re-use the
simulated number for every ping.

* Refactor per review

* Only get compute unit limit if simulation needed, add test
jeffwashington pushed a commit to jeffwashington/solana that referenced this pull request Aug 27, 2024
* cli: Use simulated compute units in ping

#### Problem

The CLI has the ability to simulate transactions before sending to use
the correct number of compute units, but `solana ping` is still using
the default compute unit limit.

#### Summary of changes

Simulate once to get the compute unit limit and then re-use the
simulated number for every ping.

* Refactor per review

* Only get compute unit limit if simulation needed, add test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked Unable to proceed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant