Skip to content

fix: update pipelinesteps test counts for new DLQ/event/resilience steps#172

Merged
intel352 merged 1 commit intomainfrom
fix/ws01-engine-security
Feb 26, 2026
Merged

fix: update pipelinesteps test counts for new DLQ/event/resilience steps#172
intel352 merged 1 commit intomainfrom
fix/ws01-engine-security

Conversation

@intel352
Copy link
Contributor

Summary

  • Update TestStepFactories expected step list to include the 5 new steps added to the pipeline-steps plugin: step.event_publish, step.dlq_send, step.dlq_replay, step.retry_with_backoff, and step.resilient_circuit_breaker
  • Update TestPluginLoads expected count from 23 to 28 to match the current registered step factories

Test plan

  • go build ./...
  • go test ./...
  • go test ./plugins/pipelinesteps/... passes (TestStepFactories and TestPluginLoads)

🤖 Generated with Claude Code

Update TestStepFactories and TestPluginLoads to reflect the 28 step
factories now registered by the pipeline-steps plugin, including the
newly added step.event_publish, step.dlq_send, step.dlq_replay,
step.retry_with_backoff, and step.resilient_circuit_breaker.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings February 26, 2026 20:51
Copy link
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

This PR updates the test expectations in the pipelinesteps plugin to reflect the addition of 5 new pipeline steps that provide event publishing, dead letter queue (DLQ) management, and resilience features (retry with backoff and circuit breaker). The plugin now registers 28 step factories instead of the previous 23.

Changes:

  • Added 5 new step types to TestStepFactories expected list: step.event_publish, step.dlq_send, step.dlq_replay, step.retry_with_backoff, and step.resilient_circuit_breaker
  • Updated TestPluginLoads expected count from 23 to 28 step factories

@intel352 intel352 merged commit bdb4b6f into main Feb 26, 2026
18 checks passed
@intel352 intel352 deleted the fix/ws01-engine-security branch February 26, 2026 20:58
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.

2 participants