Hi everyone, I'm currently tinkering with adding integration tests for Go (BEAM-3827) and wrote down a small proposal to that end:
https://docs.google.com/document/d/1jy6EE7D4RjgfNV0FhD3rMsT1YKhnUfcHRZMAlC6ygXw/edit?usp=sharing Similarly to other SDKs, the proposal is to add self-validating integration tests that don't produce output. But unlike Java, we can't easily reuse the Go example code directly and use a driver program with all tests linked in to run against an arbitrary runner. Comments welcome! Thanks, Henning
