Add domain pipeline compatibility baselines
This commit is contained in:
@@ -1823,6 +1823,9 @@ func TestRunReturnsPartialOutputWhenLaterLaneFails(t *testing.T) {
|
||||
if len(output.NormalizeOutputs) != 1 {
|
||||
t.Fatalf("len(NormalizeOutputs) = %d, want first lane output", len(output.NormalizeOutputs))
|
||||
}
|
||||
if len(modules.output.requests) != 0 {
|
||||
t.Fatalf("output requests = %d, want framework error to abort before output", len(modules.output.requests))
|
||||
}
|
||||
}
|
||||
|
||||
func resolvedPipeline() ResolvedPipeline {
|
||||
|
||||
Reference in New Issue
Block a user