[
https://issues.apache.org/jira/browse/BEAM-6005?focusedWorklogId=163574&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-163574
]
ASF GitHub Bot logged work on BEAM-6005:
----------------------------------------
Author: ASF GitHub Bot
Created on: 07/Nov/18 18:33
Start Date: 07/Nov/18 18:33
Worklog Time Spent: 10m
Work Description: jasonkuster commented on issue #6923: [BEAM-6005]
PCollectionCustomCoderTest updates to fix test to actually function.
URL: https://github.com/apache/beam/pull/6923#issuecomment-436729915
Overall answer to the questions here:
There is no contract that specified what kind of exception will be bubbled
back up to the client when there are exceptions on the worker. In the case of
the DirectRunner, the exceptions are bubbled directly up, but in the case of
runners which run remote they may return just Exception, they may return
RuntimeException, or they may attempt to pipe the actual exception cause up.
This test is not intended to enforce a contract for how the runners should
handle this behavior, and the test prior to this would only have passed on the
DirectRunner. This way it can be run against any runner.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 163574)
Time Spent: 1h (was: 50m)
> PCollectionCustomCoderTest passes spuriously.
> ---------------------------------------------
>
> Key: BEAM-6005
> URL: https://issues.apache.org/jira/browse/BEAM-6005
> Project: Beam
> Issue Type: Bug
> Components: testing
> Reporter: Jason Kuster
> Assignee: Jason Kuster
> Priority: Major
> Time Spent: 1h
> Remaining Estimate: 0h
>
> The test assertions trigger before the coder is used on the actual runner.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)