feat(tracing): vendor conway_fast cluster scripts with trace-dispatch…#3476
Draft
OlufemiAdeOlusile wants to merge 4 commits into
Draft
feat(tracing): vendor conway_fast cluster scripts with trace-dispatch…#3476OlufemiAdeOlusile wants to merge 4 commits into
OlufemiAdeOlusile wants to merge 4 commits into
Conversation
…er config Add cardano_node_tests/cluster_scripts/conway_fast/ to override the cardonnay-installed scripts for the default regression variant. The vendored template-config.json uses trace-dispatcher exclusively: TraceOptions with EKGBackend, PrometheusSimple, and stdout output. All legacy iohk-monitoring fields (hasEKG, hasPrometheus, Trace* booleans, setupScribes, mapBackends, etc.) are removed. Update logfiles.py to ignore Forge.Loop.DidntAdoptBlock in the new trace-dispatcher log format, matching the existing TraceDidntAdoptBlock entry for the legacy format. conway_slow and mainnet_fast continue to use the cardonnay-installed scripts.
TraceForgedBlock is no longer emitted in the old iohk-monitoring JSON format. The new trace-dispatcher log line is: [timestamp][host:Forge.Loop.ForgedBlock](Info,slot) Forged block in slot N Update the regex and slot-extraction pattern in test_pool_blocks accordingly.
The temporary vendor is no longer needed now that cardonnay has the correct trace-dispatcher config. cardano-node-tests will use the scripts from the installed cardonnay package directly.
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary:
cardano-node's migration to trace-dispatcher 2.12.1 changed both the log message format and the startup behaviour of the node. This PR updates the test framework and tests to handle the new format.
Changes:
log format
Verified: Full regression (1895 passed, 0 failures, 0 errors)