aschuhl

Results 3 comments of aschuhl

Yes myFlatMap() changes the structure of the eventStreamPayload, but no matter what I compared it to, it still passed. So I switched to JUnit4 in case that was the problem...

Also here are the imports ``` import io.flinkspector.core.collection.ExpectedRecords; import io.flinkspector.core.input.Input; import io.flinkspector.core.input.InputBuilder; import io.flinkspector.datastream.DataStreamTestBase; import io.flinkspector.datastream.DataStreamTestEnvironment; import io.flinkspector.datastream.functions.TestSink; import org.apache.flink.streaming.api.datastream.DataStream; import org.apache.flink.streaming.api.environment.StreamExecutionEnvironment; import org.json.JSONObject; import org.junit.jupiter.api.Test; import java.util.Arrays; import static...

@Neppord Can you tell me what I am doing wrong here? git tag output: `d0.1.0_deploy_dev d0.1.0_deploy_stg v0.1.0` running: `python git-metrics/git_metrics.py release-lead-time --tag-pattern="*" .` outputs: ```commit timestamp,tag timestamp,previous release tag,release tag,repo...