tkaymak commented on issue #36841: URL: https://github.com/apache/beam/issues/36841#issuecomment-5679762317
Thanks for the suggestion. Looked into wiring ValidatesRunner for streaming now. All existing ValidatesRunner tests in sdks/java/core use Create.of or PAssert, which require GroupByKey (Slice 5c) and Impulse (Slice 5d), so zero SDK ValidatesRunner tests can pass on master yet. We will introduce validatesStructuredStreamingRunnerStreaming alongside Slice 5c and 5d, so standard SDK tests start validating the runner end to end as soon as GroupByKey and PAssert land. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
