You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: resolve merge conflicts and fix test correctness after rebase
- broker_module_test.go: use generate transport (not memory) for
ensureStream tests since memory is not a valid Bento input type;
keep memory transport for Init/StartStop tests that don't call
ensureStream; restore time.Sleep before Stop to allow goroutines
to start running streams
- processor_step_test.go: use mapping: YAML format (not - bloblang:
list format) since AddProcessorYAML expects a single processor
object, not a sequence; reduce invalid bloblang timeout from 5s
to 2s; keep lenient error handling for construction-time failures
- stream_module_test.go: restore errors import and timeout context
for StopWithoutStart since Stop blocks on done channel when stream
was never started
- trigger_test.go: restore timeout context for StopWithoutStart
since done channel is never closed when Start was not called
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments