[
https://issues.apache.org/jira/browse/BEAM-10024?focusedWorklogId=439125&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-439125
]
ASF GitHub Bot logged work on BEAM-10024:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 30/May/20 18:51
Start Date: 30/May/20 18:51
Worklog Time Spent: 10m
Work Description: reuvenlax commented on a change in pull request #11739:
URL: https://github.com/apache/beam/pull/11739#discussion_r432878308
##########
File path:
sdks/java/core/src/test/java/org/apache/beam/sdk/transforms/ParDoTest.java
##########
@@ -3539,6 +3539,7 @@ public void onTimer() {}
@Category({
ValidatesRunner.class,
UsesTimersInParDo.class,
+ UsesUnboundedPCollections.class,
Review comment:
I think it was so that it would run on a streaming runner (especially
the Dataflow runner). ValidatesRunner tests that use TestStream don't run on
Dataflow today I believe, and we have several other places in our test codebase
where this pattern is used.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 439125)
Time Spent: 1h (was: 50m)
> Spark runner failing testOutputTimestampDefault
> -----------------------------------------------
>
> Key: BEAM-10024
> URL: https://issues.apache.org/jira/browse/BEAM-10024
> Project: Beam
> Issue Type: Bug
> Components: test-failures
> Reporter: Kyle Weaver
> Assignee: Kyle Weaver
> Priority: P2
> Labels: currently-failing
> Fix For: 2.22.0
>
> Time Spent: 1h
> Remaining Estimate: 0h
>
> This is causing postcommit to fail
> java.lang.UnsupportedOperationException: Found TimerId annotations on
> org.apache.beam.sdk.transforms.ParDoTest$TimerTests$12, but DoFn cannot yet
> be used with timers in the SparkRunner.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)