Skip to content

Update mixed min block time test to use 4 profiles + network tuning#381

Merged
marta-lokhova merged 1 commit intostellar:mainfrom
marta-lokhova:MixedLoadMinBlockTimeTest
Apr 29, 2026
Merged

Update mixed min block time test to use 4 profiles + network tuning#381
marta-lokhova merged 1 commit intostellar:mainfrom
marta-lokhova:MixedLoadMinBlockTimeTest

Conversation

@marta-lokhova
Copy link
Copy Markdown
Contributor

@marta-lokhova marta-lokhova commented Apr 29, 2026

Follow-up: #382 (requires some core changes)

Copilot AI review requested due to automatic review settings April 29, 2026 00:08
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Updates the MinBlockTimeMixed mission to run against the new overlay-only MIXED_PREGEN_* stellar-core loadgen modes, including stream-specific TPS controls and associated network limit tuning.

Changes:

  • Add MIXED_PREGEN_* loadgen modes + per-stream TPS fields (classicTxRate / sorobanTxRate) and plumb them through CLI + mission context.
  • Update min-block-time mixed mission/test flow to (a) scale Soroban limits for the selected synthetic Soroban tx type and (b) toggle overlay-only mode during measurement load.
  • Improve multi-peer loadgen partitioning to support stream-specific rates and skip zero-rate peers; adjust docs accordingly.

Reviewed changes

Copilot reviewed 9 out of 9 changed files in this pull request and generated 4 comments.

Show a summary per file
File Description
src/FSLibrary/StellarStatefulSets.fs Adds DeployUpgradeEntriesAndArmAfter; updates RunMultiLoadgen to split/filter stream-specific rates.
src/FSLibrary/StellarMissionContext.fs Extends MissionContext with mixed-mode config and per-stream TPS options.
src/FSLibrary/StellarCoreHTTP.fs Adds new loadgen modes, helpers for mixed pregen mode parsing, new loadgen query params, and overlay-only toggle endpoint.
src/FSLibrary/MissionMinBlockTimeMixed.fs Switches mixed min-block-time mission to overlay-only MIXED_PREGEN_* modes and configures classic/soroban TPS split.
src/FSLibrary/MinBlockTimeTest.fs Implements mixed-pregen Soroban limit scaling + overlay-only toggling in the min-block-time search loop.
src/FSLibrary.Tests/Tests.fs Updates test MissionContext construction for new required fields.
src/App/Program.fs Adds CLI flags for mixed pregen mode + per-stream TPS; increases default probe timeout.
doc/missions.md Updates mission description for new mixed pregen overlay-only behavior.
doc/measuring-minimum-block-time.md Updates documentation for new mixed pregen options and behavior (needs multiplier correction).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread src/FSLibrary/MinBlockTimeTest.fs
Comment thread src/FSLibrary/MinBlockTimeTest.fs
Comment thread src/FSLibrary/MinBlockTimeTest.fs Outdated
Comment thread doc/measuring-minimum-block-time.md Outdated
@marta-lokhova marta-lokhova force-pushed the MixedLoadMinBlockTimeTest branch from d8a25ad to f89a5af Compare April 29, 2026 00:47
@marta-lokhova marta-lokhova merged commit c34a819 into stellar:main Apr 29, 2026
3 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.

3 participants