Remove RunnableOnService with tests with ExpectedException#444
Conversation
These tests aren't truly portable across runners, as excepitons thorwn on failure may be different.
|
Not according to the Beam TestPipeline docs: |
|
I agree that the exception raised by a runner in this situation should be predictable enough to at least check assertions. (though I'm not sure Can you be specific about what problem arose? |
|
The expected exceptions expect a Additionally, the documented behavior for the Dataflow SDK The |
|
We can remove it but in reality TestPipeline should throw the underlying cause but because the only runner here is Dataflow and it doesn't support this right now. Can be added if we ever get to adding support for this here. |
These tests aren't truly portable across runners, as excepitons thorwn
on failure may be different.