Andrus Salumets
3977a90682
Add node config overrides ( #14 )
2026-01-27 14:12:45 +02:00
andrussal
a372a808bc
docs: sync book with current framework
2026-01-27 03:42:36 +01:00
andrussal
8d2dd4c86a
Unify ndoe types
2026-01-26 09:08:00 +01:00
Hansie Odendaal
dc06af5486
update for main repo changes ( #10 )
...
Update for main repo changes - this implied many changes in the testing framework code
removal of DA config-related code that was still present because it was required by node code until now
nomos-da-network-core = { workspace = true }
subnetworks-assignations = { workspace = true }
nomos-da-dispersal = { workspace = true }
nomos-da-network-core = { workspace = true }
nomos-da-network-service = { workspace = true }
nomos-da-sampling = { workspace = true }
nomos-da-verifier = { workspace = true }
nomos-ledger = { workspace = true, features = ["serde"] }
removal of the executor node
logos-blockchain-executor = { workspace = true }
2026-01-25 10:11:16 +02:00
andrussal
df5641f573
Constrain manual cluster creation to deployers
2026-01-23 04:58:57 +01:00
andrussal
90816f9e02
Recover from poisoned locks in node control
2026-01-22 14:19:34 +01:00
andrussal
acb146606b
Make manual cluster self-cleaning
2026-01-22 14:19:34 +01:00
andrussal
13a75e7818
Add manual cluster support
2026-01-22 14:19:32 +01:00
andrussal
0fb4eff3c4
testing: allow dynamic node start with peers
2026-01-22 12:13:26 +01:00
andrussal
625179b0e9
testing: add dynamic node control and config helpers
2026-01-22 12:08:13 +01:00
andrussal
6310a5cbe9
Remove DA workload usage from framework
2026-01-22 11:16:13 +01:00
andrussal
015c884f9a
chore: rename node env vars and circuits scripts
2026-01-22 11:09:47 +01:00
andrussal
50ec0e9506
Update testing framework for logos-blockchain rename
2026-01-20 13:39:43 +01:00
andrussal
28685298ba
chore/sync-with-node-repo
2026-01-20 07:54:16 +01:00
Hansie Odendaal
77ae5078a6
feat: refactor for using external cucumber ( #6 )
2026-01-19 08:48:05 +02:00
andrussal
416ec051a5
testing: build real VKs and inject chain sync
2026-01-15 15:42:45 +01:00
andrussal
41c39cfb7b
testing: inject blend key id for kms branch
2026-01-15 11:27:03 +01:00
andrussal
1b336c2c08
monitoring: add dashboards for remaining nomos-node metrics
2026-01-12 08:20:32 +01:00
andrussal
693c999a10
monitoring: update Grafana dashboards for nomos-node metrics
2026-01-12 08:20:32 +01:00
andrussal
ddda1db625
workflows: show max height node on liveness failure
2026-01-12 08:20:32 +01:00
Hansie Odendaal
a443374e4d
feat: add cucumber auto deployer ( #2 )
...
- Added an example that selects the deployer (local or docker compose) based on an environment variable.
- Let cucumber's argument parsing environment select scenarios to run - this allows for a flexible test environment.
2026-01-09 15:30:59 +02:00
Hansie Odendaal
bb538146ac
chore: allow older curl versions as well ( #1 )
2026-01-09 11:22:50 +02:00
andrussal
0576f58a19
cucumber: allow zero executors
2026-01-06 14:22:38 +01:00
andrussal
bfe8764439
runner: honor duration with no workloads
2026-01-06 13:42:37 +01:00
andrussal
30b9950449
chore: rebrand to Logos and refresh docs
2025-12-20 10:05:21 +01:00
andrussal
d4958b5b1a
workflows: split capture task setup
...
Refactors long expectation capture functions into phase helpers.
- DaWorkloadExpectation::start_capture
- Before: planned channel math + shared state init + 2 spawned tasks + state install in one method.
- After: planned_channel_ids/build_capture_state/spawn_run_block_counter/spawn_da_capture.
- TxInclusionExpectation::start_capture
- Before: wallet/plan validation + tracked set build + capture loop in one method.
- After: build_capture_plan/spawn_tx_inclusion_capture/capture_tx_outputs.
2025-12-19 01:55:17 +01:00
andrussal
870280e354
cfgsync: split repo/provider phases
...
Refactors long cfgsync helpers into smaller steps.
- ConfigRepo::run
- Before: wait/timeout + lock draining + config generation + per-host response sending in one block.
- After: wait_for_hosts_with_timeout/take_waiting_hosts/generate_node_configs/
send_error_to_all/send_timeout_to_all/send_configs_to_all_hosts.
- try_create_providers
- Before: mixed validation + duplicated locator parsing for DA/Blend.
- After: validate_provider_inputs/build_da_providers/build_blend_providers/locator_for_host.
2025-12-19 01:48:50 +01:00
andrussal
938d782f8d
deployers: split orchestrator and asset phases
...
Refactors long deployer functions into smaller phase helpers.
- k8s deploy_with_observability
- Before: env/capability observability merge + cluster setup + client/telemetry/block feed init + endpoint printing + Runner construction.
- After: resolve_observability_inputs/init_kube_client/build_node_clients_or_fail/
build_telemetry_or_fail/spawn_block_feed_or_fail/maybe_print_endpoints/finalize_runner.
- k8s prepare_assets/build_values
- Before: cfgsync render + tempdir + script/KZG/chart/values resolution in one function; duplicated validator/executor env building.
- After: create_assets_tempdir/render_and_write_cfgsync/resolve_kzg_path/
render_and_write_values/testnet_image + build_node_group/build_node_values.
- k8s install_release
- Before: mixed KZG arg resolution + long CLI arg chain + debug logging.
- After: resolve_kzg_install_args/build_install_command/maybe_log_install_output.
- compose DeploymentOrchestrator::deploy
- Before: env/cap observability merge + readiness + endpoint logging/printing + Runner construction.
- After: resolve_observability_inputs/wait_for_readiness_or_grace_period/
log_observability_endpoints/maybe_print_endpoints.
2025-12-19 01:41:07 +01:00
andrussal
30a18710da
configs: split config construction phases
...
Refactors long config builders into small, intent-named helpers.
- create_general_configs_with_blend_core_subset
- Before: validation + id/port gen + component config build + provider/genesis + kms + per-node assembly.
- After: validate_node_counts/generate_ids_and_ports/collect_blend_core_providers/
apply_consensus_genesis_tx/build_kms_configs/build_general_configs.
- build_blend_service_config
- Before: mixed constants parsing + user/deployment/network settings build.
- After: message_frequency_per_round/build_blend_user_config/
build_blend_deployment_settings/build_network_deployment_settings.
- create_validator_config/create_executor_config
- Before: large struct literals mixing deployment, DA network, storage, dispersal.
- After: deployment helpers + backend/settings helpers to keep top-level constructor readable.
- create_genesis_tx_with_declarations
- Before: inscription + op building + proof signing + tx wrapping in one block.
- After: build_genesis_inscription/build_genesis_ops/build_genesis_ops_proofs/build_genesis_tx.
2025-12-19 00:50:20 +01:00
andrussal
4d2c4c77e4
core: split topology build/readiness phases
...
Refactors long functions into small helpers without behavior changes.
- TopologyBuilder::build
- Before: validation + base config build + provider/genesis wiring + node descriptor assembly.
- After: participant_count/resolve_and_validate_vectors/collect_provider_infos/
create+apply_consensus_genesis_tx/build_node_descriptors.
- GeneratedTopology::wait_remote_readiness
- Before: endpoint assertions + network readiness + membership endpoint selection.
- After: collect_node_endpoints/wait_for_network_readiness/
collect_membership_endpoints/testing_base_url.
- NetworkReadiness::collect + MembershipReadiness::collect
- Before: duplicated validator/executor join_all blocks.
- After: collect_validator_statuses/collect_executor_statuses helpers.
- spawn_node
- Before: mixed config IO + process spawn + readiness polling.
- After: write_node_config/spawn_node_process/wait_for_consensus_readiness.
2025-12-19 00:05:32 +01:00
andrussal
a1e0dddea3
workflows: remove panics from workloads
2025-12-18 23:10:22 +01:00
andrussal
14148221eb
workflows: avoid panics in scenario builders
2025-12-18 23:05:20 +01:00
andrussal
07ee5bcd20
compose: avoid panics in cleanup and block feed
2025-12-18 23:01:24 +01:00
andrussal
7dea766801
cfgsync: remove panics and blocking mutex
2025-12-18 22:59:16 +01:00
andrussal
ecdbb3a171
core: make scenario initialization fallible
2025-12-18 22:52:53 +01:00
andrussal
47b4e8531d
core: make scenario/topology building fallible
2025-12-18 22:48:45 +01:00
andrussal
4da09bfe85
core: avoid Url parse expect in topology readiness
2025-12-18 22:28:37 +01:00
andrussal
5bcdb6a1c9
core: remove deprecated membership panic helper
2025-12-18 22:27:52 +01:00
andrussal
a6bd57e1cf
core: remove panics from ApiClient testing paths
2025-12-18 22:26:43 +01:00
andrussal
132c8d823e
core: make node spawning fallible
2025-12-18 22:23:02 +01:00
andrussal
e16a169bbb
configs: remove remaining unwrap/expect in topology configs
2025-12-18 22:16:42 +01:00
andrussal
b150c584c0
configs: remove unwrap/expect from node configs
2025-12-18 22:14:55 +01:00
andrussal
17180d8c37
configs: make consensus/genesis generation fallible
2025-12-18 22:12:28 +01:00
andrussal
c46f815293
configs: remove unwrap/expect from DA configs
2025-12-18 22:04:28 +01:00
andrussal
e841809d50
configs: make network config generation fallible
2025-12-18 22:02:25 +01:00
andrussal
9f403bf235
configs: remove ProviderId unwrap
2025-12-18 22:01:07 +01:00
andrussal
9b2cfeadfe
configs: avoid SocketAddr parse unwrap
2025-12-18 21:59:40 +01:00
andrussal
347d72950d
k8s: avoid blocking port-forwarding in async
2025-12-18 21:21:07 +01:00
andrussal
9392280127
k8s: remove panics from runner invariants
2025-12-18 21:17:26 +01:00
andrussal
e66a813e05
tests: add cfgsync/topology parity checks
2025-12-18 21:01:24 +01:00