You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/08/26 13:59:53 UTC

[GitHub] [beam] jrmccluskey opened a new issue, #22913: [Bug]: beam_PostCommit_Java_ValidatesRunner_Flink is failing

jrmccluskey opened a new issue, #22913:
URL: https://github.com/apache/beam/issues/22913

   ### What happened?
   
   The `org.apache.beam.sdk.transforms.ParDoLifecycleTest > testTeardownCalledAfterExceptionInStartBundleStateful` and `org.apache.beam.sdk.transforms.GroupByKeyTest > org.apache.beam.sdk.transforms.GroupByKeyTest$BasicTests.testAfterProcessingTimeContinuationTriggerUsingState` tests are failing in the Java Flink ValidatesRunner PosCommit suite. 
   
   ### Issue Priority
   
   Priority: 1
   
   ### Issue Component
   
   Component: test-failures


-- 
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: github-unsubscribe@beam.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] TheNeuralBit commented on issue #22913: [Bug]: beam_PostCommit_Java_ValidatesRunner_Flink is flakey

Posted by GitBox <gi...@apache.org>.
TheNeuralBit commented on issue #22913:
URL: https://github.com/apache/beam/issues/22913#issuecomment-1247338198

   `org.apache.beam.sdk.transforms.ParDoLifecycleTest.testTeardownCalledAfterExceptionInStartBundleStateful` is tracked in #21266
   
   Maybe this should just track the GroupByKey one? It does look quite flaky: 
   ![image](https://user-images.githubusercontent.com/675055/190269517-97482460-0cde-4296-956c-8509ee7dc058.png)
   


-- 
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: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] kennknowles commented on issue #22913: [Bug]: beam_PostCommit_Java_ValidatesRunner_Flink is failing

Posted by GitBox <gi...@apache.org>.
kennknowles commented on issue #22913:
URL: https://github.com/apache/beam/issues/22913#issuecomment-1246041829

   Not failing today. It does have some flakes, but not this one from what I can see.


-- 
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: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] apilloud commented on issue #22913: [Bug]: beam_PostCommit_Java_ValidatesRunner_Flink is flakes in org.apache.beam.sdk.transforms.GroupByKeyTest$BasicTests.testAfterProcessingTimeContinuationTriggerUsingState

Posted by GitBox <gi...@apache.org>.
apilloud commented on issue #22913:
URL: https://github.com/apache/beam/issues/22913#issuecomment-1299528712

   As much as I want to work on this, that hasn't happened in the last two weeks and I don't see it happening this year so I'm going to unassign it.


-- 
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: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] TheNeuralBit commented on issue #22913: [Bug]: beam_PostCommit_Java_ValidatesRunner_Flink is flakes in org.apache.beam.sdk.transforms.GroupByKeyTest$BasicTests.testAfterProcessingTimeContinuationTriggerUsingState

Posted by GitBox <gi...@apache.org>.
TheNeuralBit commented on issue #22913:
URL: https://github.com/apache/beam/issues/22913#issuecomment-1254068269

   Updated the description so this just tracks the GroupByKeyTest failure. Let's use https://github.com/apache/beam/issues/21266 to track the ParDoLifecycleTest flake


-- 
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: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] kennknowles closed issue #22913: [Bug]: beam_PostCommit_Java_ValidatesRunner_Flink is failing

Posted by GitBox <gi...@apache.org>.
kennknowles closed issue #22913: [Bug]: beam_PostCommit_Java_ValidatesRunner_Flink is failing
URL: https://github.com/apache/beam/issues/22913


-- 
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: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] apilloud commented on issue #22913: [Bug]: beam_PostCommit_Java_ValidatesRunner_Flink is flakes in org.apache.beam.sdk.transforms.GroupByKeyTest$BasicTests.testAfterProcessingTimeContinuationTriggerUsingState

Posted by GitBox <gi...@apache.org>.
apilloud commented on issue #22913:
URL: https://github.com/apache/beam/issues/22913#issuecomment-1281307319

   This is the top flaky test in the suite. Recent failures:
   https://ci-beam.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Flink/10960/testReport/org.apache.beam.sdk.transforms/GroupByKeyTest$BasicTests/testAfterProcessingTimeContinuationTriggerUsingState/
   https://ci-beam.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Flink/10961/testReport/org.apache.beam.sdk.transforms/GroupByKeyTest$BasicTests/testAfterProcessingTimeContinuationTriggerUsingState/
   
   ```
   java.lang.AssertionError: Second Triggered sum/Values/Values/Map/ParMultiDo(Anonymous).output: 
   Expected: iterable with items [<42>] in any order
        but: no match for: <84>
   	at org.apache.beam.sdk.testing.PAssert$PAssertionSite.capture(PAssert.java:175)
   	at org.apache.beam.sdk.testing.PAssert.that(PAssert.java:460)
   	at org.apache.beam.sdk.testing.PAssert.that(PAssert.java:452)
   	at org.apache.beam.sdk.transforms.GroupByKeyTest$BasicTests.testAfterProcessingTimeContinuationTriggerUsingState(GroupByKeyTest.java:302)
   ```


-- 
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: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] kennknowles commented on issue #22913: [Bug]: beam_PostCommit_Java_ValidatesRunner_Flink is failing

Posted by GitBox <gi...@apache.org>.
kennknowles commented on issue #22913:
URL: https://github.com/apache/beam/issues/22913#issuecomment-1246041960

   Wait, I read it wrong. This is exactly the flake.


-- 
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: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org