[
https://issues.apache.org/jira/browse/BEAM-8655?focusedWorklogId=343801&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-343801
]
ASF GitHub Bot logged work on BEAM-8655:
----------------------------------------
Author: ASF GitHub Bot
Created on: 14/Nov/19 22:29
Start Date: 14/Nov/19 22:29
Worklog Time Spent: 10m
Work Description: liumomo315 commented on pull request #10096:
[BEAM-8655] Strengthen trigger transcript tests.
URL: https://github.com/apache/beam/pull/10096#discussion_r346580083
##########
File path: sdks/python/apache_beam/transforms/trigger_test.py
##########
@@ -859,13 +892,92 @@ class
WeakTestStreamTranscriptTest(BaseTestStreamTranscriptTest):
allow_out_of_order = True
+class BatchTranscriptTest(TranscriptTest):
+
+ def _execute(
+ self, window_fn, trigger_fn, accumulation_mode, timestamp_combiner,
+ transcript, spec):
+ if timestamp_combiner == TimestampCombiner.OUTPUT_AT_EARLIEST_TRANSFORMED:
+ self.skipTest(
+ 'Non-fnapi timestamp combiner: %s' % spec.get('timestamp_combiner'))
+
+ if accumulation_mode != AccumulationMode.ACCUMULATING:
Review comment:
Shall we still run test for Discarding mode in Batch, since it should be
legitimate?
----------------------------------------------------------------
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: 343801)
Time Spent: 0.5h (was: 20m)
> Strengthen trigger transcript tests
> -----------------------------------
>
> Key: BEAM-8655
> URL: https://issues.apache.org/jira/browse/BEAM-8655
> Project: Beam
> Issue Type: Bug
> Components: testing
> Reporter: Robert Bradshaw
> Priority: Major
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> We should run them with multiple keys, using combiners as well as
> group-by-key, and when possible in batch mode.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)