-
Notifications
You must be signed in to change notification settings - Fork 68
Add blaster test for endpoint performance evaluation #855
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
Open
cjonas9
wants to merge
128
commits into
main
Choose a base branch
from
blaster-test
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
128 commits
Select commit
Hold shift + click to select a range
3392f09
pull initial work from branch load-testing
cjonas9 ffe27bc
add ledger generation test adapted for RPC
cjonas9 65da3b5
add apply load config
cjonas9 34f086d
add generated ledger output to infrastructure/testdata/
cjonas9 80c982d
add basic ingestion of synthetic ledgers phase
cjonas9 94c69b7
disable debug logs for load test for timeout reasons
cjonas9 f4a16f9
add functions for snapshotting + restoring test DB
cjonas9 1d53b96
improve ad restructure db restoration helpers/API
cjonas9 baf2255
finish DB restoration logic flow and wiring
cjonas9 1647464
skip migrations/fee-stats in load test mode
cjonas9 2f14765
ingest test: refactor, minor semantic fixes
cjonas9 d7c90a9
test.go: add retention window to config, fix fake history archive for…
cjonas9 0390757
minor db restore/trim helper fixes
cjonas9 e0a86e7
rename restore backed-up ledgers function for accuracy
cjonas9 f151a35
refactor, add env vars, change DB helpers to take sequences
cjonas9 bffb101
remove db restoration functionality
cjonas9 e04d51d
add performance metrics json emission functionality
cjonas9 bd8c784
migrate to polling getHealth, change ingest test limits to 1000 ledgers
cjonas9 c7bc001
remove ledger fixtures
cjonas9 786423d
add workflow and script
cjonas9 1606829
fix yaml referencing wrong path for script
cjonas9 7d41b1a
fix yml parsing indentation bug
cjonas9 b701108
use head-object for metadata rather than tags
cjonas9 b1cec1d
refine workflow + instance script
cjonas9 b9ef27e
add apply load cfg
cjonas9 73df1e7
testing: on-push runs
cjonas9 241bdf8
minor yml syntax fixes
cjonas9 1161e3f
set test e2e.yml + add debugging info from instance to ssm
cjonas9 47437f4
skip e2e.yml for testing, add retry loop for root volume lookup
cjonas9 008f327
build-libs over build-stellar-rpc to cut time back
cjonas9 9441749
further slim build phase with no-install-recommends
cjonas9 36c0a82
make instance script best-effort if head-object or stellar-core versi…
cjonas9 4535977
temporarily modify script to work on scratch dev box; increase timeout
cjonas9 54f0b41
fix cfg path error and run ID regression
cjonas9 44e093c
improve error logging
cjonas9 1ce515e
fix error logging wrapper
cjonas9 22a8e6e
patch premature exit due to err trap bug
cjonas9 e925d3c
fix empty GOPATH/GOMODCACHE
cjonas9 ffb3299
updated apply-load config for specific core on runner
cjonas9 bae2fdc
fix version check if warning prints
cjonas9 70eb9dc
bump all timeouts to >= 2 hours
cjonas9 705edec
increase ingest phase timeout
cjonas9 c697510
extend aws role lifetime
cjonas9 caec3f4
undo session time limit increase, use pre-generated synthetic ledgers
cjonas9 b32181d
require confirmed gp3 throttling, extend GHA AWS session to 4 hours
cjonas9 3a0571f
patch logic for throttling behavior
cjonas9 2c4a004
slim needless instance bootstrapping work
cjonas9 d620450
refactor ephemeral load test runner
cjonas9 41529f4
fix minor refactor false sha-verify failure
cjonas9 2a21c73
add support for multiple ledger profiles/files
cjonas9 04f0fe1
change log level to warn, decrease each soroban scenario meta to 1000…
cjonas9 02556cc
refactored duplicate/messy code
cjonas9 807ca42
stop grepping to determine success status, make GHA->ec2 parameter pa…
cjonas9 af9f7b9
split offline ledger generation out of the ingest benchmark
cjonas9 e4180dd
refactor and remove old apply load cfg
cjonas9 4c3394c
Merge remote-tracking branch 'origin/main' into apply-load
cjonas9 bc2e490
Merge branch 'main' into apply-load
cjonas9 555483e
Merge branch 'apply-load' of https://github.com/stellar/stellar-rpc i…
cjonas9 a620cdc
fix linter errors
cjonas9 2dabdf3
add json file providing configurability for eval thresholds
cjonas9 3f873f7
add basic coordinator for epic's tasks
cjonas9 8f4f1d1
make ec2 ingest load test callable
cjonas9 c1c437f
propogate apply load ingest test metrics to coordinator
cjonas9 b031d9d
add releaseeval package for subtest tooling and execution
cjonas9 61d4877
make ingest load test share perf schema w/ coordinator
cjonas9 65cb6ff
update go version
cjonas9 4aca1ef
update default ledger bundle/config to existent ones for test
cjonas9 3d61ceb
decompose ec2 script into go programs
cjonas9 9bef115
reduce comment verbosity, minor clean up
cjonas9 8b39ed5
install jq on load-test box for build-libs; surface build-libs errors
cjonas9 714b1fa
throttle load-test benchmark via cgroup io.max instead of EBS ModifyV…
cjonas9 d9987f6
drop accidentally-committed refresh tooling and orphaned apply-load.cfg
cjonas9 5058ad3
fix linter errors in load-test runner
cjonas9 8cf9f6b
make load-test ingest frequency and ledger count configurable via env
cjonas9 3b33626
EXPERIMENT: run load-test benchmark un-throttled at volume-provisione…
cjonas9 7e60661
use SDK's maxLedgersPerFile ceiling and multiple-bundle functionality
cjonas9 fdb1926
simplify verification walk
cjonas9 1f974a4
simplify and refactor, add ledger ingest stall timeout
cjonas9 19a3115
simplify correctness check, delegate apply-load config work to SDK
cjonas9 103b648
remove ingest phase dependence on unnecessary supplied apply load con…
cjonas9 7e13bf3
bump go sdk to v0.6.x
cjonas9 8333974
bump go sdk again, merge SDK main into loadtest-patch
cjonas9 f3f3d58
Merge remote-tracking branch 'origin/main' into apply-load
cjonas9 a6241f6
update comments in light of changes
cjonas9 855527c
merge apply-load recent work into coordinator
cjonas9 8d5f523
rework handshake into instance->s3 results push, fix minor leaks + OO…
cjonas9 21b8045
replace polling-based ledger timing computation with daemon hook
cjonas9 a8931fe
remove trigger-on-push behavior
cjonas9 97af867
Merge branch 'apply-load' into gha-coordinator
cjonas9 b15e2e3
simplify significantly, refactor into on-release-push job launcher + …
cjonas9 fbd8b2b
moved ingest load test go programs into separate folder
cjonas9 237578c
refactored coordinator logic into go
cjonas9 4651084
Merge remote-tracking branch 'origin/main' into gha-coordinator
cjonas9 f1b4473
add temporary trigger and log->s3 for testing
cjonas9 c601be5
bring main verbosity cleanups into coordinator
cjonas9 d846b52
decompose shared ec2/gha programming into reusable modular components
cjonas9 f83c4d8
move run-load-test.sh scripting into run_leg helper in common shell s…
cjonas9 c57a23b
add initial backfill-specific testing and wiring
cjonas9 3901d85
use callable workflows in coordinator
cjonas9 c91c61f
refactor into callable workflow, factor out common main Run() func
cjonas9 f5c4f3f
Merge branch 'gha-coordinator' into backfill-test
cjonas9 4d7084d
add push to branch backfill-test to coordinator triggers
cjonas9 0d261a6
resolve the PR by head without --base main
cjonas9 2bbb35e
in ec2, build daemon to a path that doesn't collide with the repo dir
cjonas9 cda0eb4
clean up comments, increase MaxSessionDuration and backfill time limits
cjonas9 1624ebe
keep ec2 box alive on job cancel + upload more logs
cjonas9 9d0cce9
Merge remote-tracking branch 'origin/main' into backfill-test
cjonas9 1a50e42
revert residual testing changes
cjonas9 b352ba9
minor: don't hard-code binaryPath in backfill's instantiate
cjonas9 8fbda79
add blaster leg skeleton to yml files
cjonas9 df2466c
add serving phase/stay-up functionality to backfill test
cjonas9 ec6b8fb
add rendezvous logic to coordinate between standing RPC box and new b…
cjonas9 612509d
add endpoint load test runner script + box runner code
cjonas9 c2eab96
adjust endpoint test time budget for true worst-case allowable
cjonas9 c1f1070
add push to this branch as trigger
cjonas9 b29c700
set endpoint request patterns + backfill to be minimal, pipe limit to…
cjonas9 6defac9
remove overly-granular deadlines, simplify/dedup around branch
cjonas9 ee0f5cb
add dedicated leg program
cjonas9 c6cd9d4
simplification pass + use blaster's exported limit in results json
cjonas9 89de217
minor comment changes
cjonas9 e6c36cc
Merge branch 'main' into blaster-test
cjonas9 431e788
remove getEvents from endpoint blast
cjonas9 94046f8
minor simplification pass
cjonas9 a9493eb
major refactor: remove ec2 rendezvous protocol, use gha in box coordi…
cjonas9 abec2ae
patch trigger to push on this branch
cjonas9 54c2ae4
simplify comments, use env parsing library
cjonas9 3e7d884
pull latest blaster commit, use cooloff parameter + sample endpoint cfg
cjonas9 63f6724
bump blaster ref to dev
cjonas9 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 3 additions & 2 deletions
5
...ellar-rpc/internal/integrationtest/infrastructure/perf-eval/backfill-test/run-backfill.sh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.