[ 
https://issues.apache.org/jira/browse/BEAM-12596?focusedWorklogId=625742&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-625742
 ]

ASF GitHub Bot logged work on BEAM-12596:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 20/Jul/21 18:48
            Start Date: 20/Jul/21 18:48
    Worklog Time Spent: 10m 
      Work Description: lukecwik commented on a change in pull request #15186:
URL: https://github.com/apache/beam/pull/15186#discussion_r673392053



##########
File path: sdks/go/pkg/beam/core/runtime/exec/sdf_test.go
##########
@@ -925,3 +1083,105 @@ func (rt *SplittableUnitRTracker) TrySplit(_ float64) 
(interface{}, interface{},
 func (rt *SplittableUnitRTracker) GetProgress() (float64, float64) {
        return rt.Done, rt.Remaining
 }
+
+// TestMultiWindowProcessing tests that ProcessSizedElementsAndRestrictions
+// handles processing multiple windows correctly, even when progress is
+// reported and splits are performed during processing.
+func TestSplittingValidationProcessing(t *testing.T) {

Review comment:
       Your right, thanks, will remove.




-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 625742)
    Time Spent: 6.5h  (was: 6h 20m)

> Ensure that size reported by an SDF is non-negative
> ---------------------------------------------------
>
>                 Key: BEAM-12596
>                 URL: https://issues.apache.org/jira/browse/BEAM-12596
>             Project: Beam
>          Issue Type: Bug
>          Components: sdk-go, sdk-java-core, sdk-py-core
>            Reporter: Luke Cwik
>            Assignee: Luke Cwik
>            Priority: P2
>          Time Spent: 6.5h
>  Remaining Estimate: 0h
>
> Currently we don't validate size being non-negative.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to