test: trial template tests on pilot (DO NOT MERGE)#2
Closed
JacobPEvans-personal wants to merge 2 commits into
Closed
test: trial template tests on pilot (DO NOT MERGE)#2JacobPEvans-personal wants to merge 2 commits into
JacobPEvans-personal wants to merge 2 commits into
Conversation
- Replace template skeletons with VisiCore gold-standard content: default/inputs.yml (file monitor + OTLP gRPC sources) default/pipelines/route.yml (claude-code-session-logs + claude-code-otel) default/pipelines/claude-code-otel/conf.yml default/pipelines/claude-code-session-logs/conf.yml default/samples.yml, default/pack.yml data/samples/ (19 captured sample events) package.json, README.md - Preserve template tooling (tests/, Makefile, docker-compose.yml, .github/workflows/) for DRY across packs - Validated locally: 7/7 route tests pass, pipeline tests skipped pending fixture authoring Pilot for the dryvist/cc-edge-pack-template DRY scaffold; fixtures will be added incrementally per data/samples/.expected.json convention.
Throwaway PR — DO NOT MERGE. Sample-consumer verification gate for dryvist/cc-edge-pack-template#2. Validates the new template tests don't regress the pilot's existing scaffolding before merging the template PR. (claude)
Member
Author
|
Throwaway sample-consumer trial for the now-superseded Python template extensions PR. No longer needed. Branch retained for reference. |
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
Throwaway PR — sample-consumer verification gate for dryvist/cc-edge-pack-template#2.
Copies the new generic test files (
tests/cribl_client.py,tests/test_routes.py,tests/test_pipelines.py) andpyrightconfig.jsonfrom the template'sfeature/full-test-suitebranch onto the pilot's existing scaffolding. Confirms the new tests don't regress the pilot's harness before merging the template PR.Will be closed without merging once CI proves green.
Expected outcome
REPLACE_*placeholders)test_route_flow_executes_pipelinecases (one per pilot route) PASS — filters are canonicaldatatype=='X'test_pipeline_processes_sampleSKIPPED (no fixtures yet — fixtures land in a separate post-merge PR)