Skip to content

fix(core): subflow outputs (#6214) #768

fix(core): subflow outputs (#6214)

fix(core): subflow outputs (#6214) #768

Triggered via push November 29, 2024 18:51
Status Success
Total duration 22s
Artifacts
Commit directly to PR
13s
Commit directly to PR
Open PR for a forked repository
0s
Open PR for a forked repository
Fit to window
Zoom out
Zoom in

Annotations

17 errors
FlowCreateOrUpdateCommandTest.runWithDelete(): cli/src/test/java/io/kestra/cli/commands/flows/FlowCreateOrUpdateCommandTest.java#L40
java.lang.AssertionError: Expected: a string containing "4 flow(s)" but: was ""
FlowTest.waitSuccess(): core/src/test/java/io/kestra/core/models/flows/FlowTest.java#L14
java.lang.AssertionError: Expected: is <SUCCESS> but: was <FAILED>
FlowTest.waitFailed(): core/src/test/java/io/kestra/core/models/flows/FlowTest.java#L19
java.lang.NullPointerException: Cannot invoke "java.util.Map.get(Object)" because the return value of "java.util.Map.get(Object)" is null
FlowTest.noLabels(): core/src/test/java/io/kestra/core/models/flows/FlowTest.java#L29
java.lang.AssertionError: Expected: is <SUCCESS> but: was <FAILED>
SubflowTest.shouldReturnOutputsForSubflowOutputsEnabled(): core/src/test/java/io/kestra/plugin/core/flow/SubflowTest.java#L141
java.lang.AssertionError: Expected: is <{executionId=executionId, state=SUCCESS, outputs={key=value}}> but: was <{executionId=executionId, state=SUCCESS}>
SubflowTest.shouldOnlyReturnOutputsFromFlowOutputs(): core/src/test/java/io/kestra/plugin/core/flow/SubflowTest.java#L163
java.lang.NullPointerException: Cannot invoke "io.kestra.core.runners.FlowInputOutput.flowOutputsToMap(java.util.List)" because "flowInputOutput" is null
SubflowTest.shouldNotReturnOutputsForSubflowOutputsDisabled(): core/src/test/java/io/kestra/plugin/core/flow/SubflowTest.java#L101
java.lang.AssertionError: Expected: is <{executionId=executionId, state=SUCCESS, outputs={}}> but: was <{executionId=executionId, state=SUCCESS}>
H2RunnerTest.concurrencyQueue(): jdbc-h2/src/test/java/io/kestra/runner/h2/H2RunnerTest.java#L1
java.lang.AssertionError: Expected: is <QUEUED> but: was <RUNNING>
H2RunnerTest.[5]: jdbc-h2/src/test/java/io/kestra/runner/h2/H2RunnerTest.java#L1
org.gradle.internal.exceptions.DefaultMultiCauseException: Test execution #5 (of up to 5 with at least 1 successes) failed ~> test fails - see cause for details (5 failures) org.opentest4j.TestAbortedException: Expected: is <SUCCESS> but: was <FAILED> Test execution #1 (of up to 5) failed ~> will retry in 0 ms... org.opentest4j.TestAbortedException: Expected: is <SUCCESS> but: was <FAILED> Test execution #2 (of up to 5) failed ~> will retry in 0 ms... org.opentest4j.TestAbortedException: Expected: is <SUCCESS> but: was <FAILED> Test execution #3 (of up to 5) failed ~> will retry in 0 ms... org.opentest4j.TestAbortedException: Expected: is <SUCCESS> but: was <FAILED> Test execution #4 (of up to 5) failed ~> will retry in 0 ms... org.opentest4j.TestAbortedException: Expected: is <SUCCESS> but: was <FAILED> Test execution #5 (of up to 5) failed ~> will not retry any more
H2RunnerTest.concurrencyFail(): jdbc-h2/src/test/java/io/kestra/runner/h2/H2RunnerTest.java#L1
java.lang.AssertionError: Expected: is <FAILED> but: was <SUCCESS>
H2RunnerTest.concurrencyCancel(): jdbc-h2/src/test/java/io/kestra/runner/h2/H2RunnerTest.java#L1
java.lang.AssertionError: Expected: is <CANCELLED> but: was <SUCCESS>
H2RunnerTest.flowWaitFailed(): jdbc-h2/src/test/java/io/kestra/runner/h2/H2RunnerTest.java#L1
java.lang.NullPointerException: Cannot invoke "java.util.Map.get(Object)" because the return value of "java.util.Map.get(Object)" is null
MysqlRunnerTest.concurrencyQueue(): jdbc-mysql/src/test/java/io/kestra/runner/mysql/MysqlRunnerTest.java#L1
java.lang.AssertionError: Expected: is <QUEUED> but: was <RUNNING>
MysqlRunnerTest.[5]: jdbc-mysql/src/test/java/io/kestra/runner/mysql/MysqlRunnerTest.java#L1
org.gradle.internal.exceptions.DefaultMultiCauseException: Test execution #5 (of up to 5 with at least 1 successes) failed ~> test fails - see cause for details (5 failures) org.opentest4j.TestAbortedException: Expected: is <SUCCESS> but: was <FAILED> Test execution #1 (of up to 5) failed ~> will retry in 0 ms... org.opentest4j.TestAbortedException: Expected: is <SUCCESS> but: was <FAILED> Test execution #2 (of up to 5) failed ~> will retry in 0 ms... org.opentest4j.TestAbortedException: Expected: is <SUCCESS> but: was <FAILED> Test execution #3 (of up to 5) failed ~> will retry in 0 ms... org.opentest4j.TestAbortedException: Expected: is <SUCCESS> but: was <FAILED> Test execution #4 (of up to 5) failed ~> will retry in 0 ms... org.opentest4j.TestAbortedException: Expected: is <SUCCESS> but: was <FAILED> Test execution #5 (of up to 5) failed ~> will not retry any more
MysqlRunnerTest.concurrencyFail(): jdbc-mysql/src/test/java/io/kestra/runner/mysql/MysqlRunnerTest.java#L1
java.lang.AssertionError: Expected: is <FAILED> but: was <SUCCESS>
MysqlRunnerTest.concurrencyCancel(): jdbc-mysql/src/test/java/io/kestra/runner/mysql/MysqlRunnerTest.java#L1
java.lang.AssertionError: Expected: is <CANCELLED> but: was <SUCCESS>
MysqlRunnerTest.flowWaitFailed(): jdbc-mysql/src/test/java/io/kestra/runner/mysql/MysqlRunnerTest.java#L1
java.lang.NullPointerException: Cannot invoke "java.util.Map.get(Object)" because the return value of "java.util.Map.get(Object)" is null