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

Add client options env var to testnet-automation#6023

Closed
danpaul000 wants to merge 4 commits into
solana-labs:masterfrom
danpaul000:client_options
Closed

Add client options env var to testnet-automation#6023
danpaul000 wants to merge 4 commits into
solana-labs:masterfrom
danpaul000:client_options

Conversation

@danpaul000
Copy link
Copy Markdown
Contributor

Problem

We need a way to set client options from the testnet-automation pipeline

Summary of Changes

Add it. Also, set the default options in the pipeline: https://buildkite.com/solana-labs/solana-testnet/settings

Fixes #

pgarg66
pgarg66 previously approved these changes Sep 23, 2019
@mergify mergify Bot dismissed pgarg66’s stale review September 23, 2019 17:38

Pull request has been modified.

@danpaul000 danpaul000 requested a review from t-nelson September 25, 2019 18:40
@danpaul000
Copy link
Copy Markdown
Contributor Author

@t-nelson I started this the other day related to #5103 but bash barfs all over the quotation parsing.

@garious
Copy link
Copy Markdown
Contributor

garious commented Oct 15, 2019

@danpaul000, finish it or merge it?

Comment thread ci/testnet-automation.sh
echo --- start "$nodeCount" node test
if [[ -n $USE_PREBUILT_CHANNEL_TARBALL ]]; then
net/net.sh start -f "cuda" -o noValidatorSanity -t "$CHANNEL"
net/net.sh start -f "cuda" -o noValidatorSanity -t "$CHANNEL" -c bench-tps=1="--tx_count 50000 --thread-batch-sleep-ms 1000"
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

-c 'bench-tps=1="--tx_count 50000 --thread-batch-sleep-ms 1000"' oughta do it I'd think

@danpaul000
Copy link
Copy Markdown
Contributor Author

This fix got addressed when I implemented the nightly perf testing.

@danpaul000 danpaul000 closed this Oct 15, 2019
@danpaul000 danpaul000 deleted the client_options branch October 15, 2019 15:18
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.

4 participants