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/06/05 01:22:03 UTC

[GitHub] [beam] damccorm opened a new issue, #21709: beam_PostCommit_Java_ValidatesRunner_Samza Failing

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

   This test has been failing since May 28th.
   
    
   
   _Use this form to file an issue for test failure:_
    * Jenkins Job - https://ci-beam.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Samza/9560/
   
   Initial investigation:
   
   It looks like a timeout.
   *07:04:13* org.apache.beam.sdk.io.BoundedReadFromUnboundedSourceTest \> testTimeBound FAILED*07:04:13*     org.junit.runners.model.TestTimedOutException at BoundedReadFromUnboundedSourceTest.java:145
   \--\--
   _After you've filled out the above details, please [assign the issue to an individual](https://beam.apache.org/contribute/postcommits-guides/index.html#find_specialist). Assignee should [treat test failures as high-priority](https://beam.apache.org/contribute/postcommits-policies/#assigned-failing-test), helping to fix the issue or find a more appropriate owner. See [Apache Beam Post-Commit Policies](https://beam.apache.org/contribute/postcommits-policies)._
   
   Imported from Jira [BEAM-14543](https://issues.apache.org/jira/browse/BEAM-14543). Original Jira may contain additional context.
   Reported by: Ryan.Thompson.


-- 
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] aaltay commented on issue #21709: beam_PostCommit_Java_ValidatesRunner_Samza Failing

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

   @kw2542 - do you know who could look into this?


-- 
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 #21709: beam_PostCommit_Java_ValidatesRunner_Samza Failing

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

   @fernando-wizeline it seems like the changes to the samza ValidatesRunner suite are the culprit for this redness


-- 
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] ryanthompson591 commented on issue #21709: beam_PostCommit_Java_ValidatesRunner_Samza Failing

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

   @youngoli Can you help me find who should look into this failure.
   
   A little more research makes this bug look like this test is failing.
   org.apache.beam.sdk.io.BoundedReadFromUnboundedSourceTest.testTimeBound
   
   https://ci-beam.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Samza/9581/testReport/org.apache.beam.sdk.io/BoundedReadFromUnboundedSourceTest/testTimeBound/


-- 
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] fernando-wizeline commented on issue #21709: beam_PostCommit_Java_ValidatesRunner_Samza Failing

Posted by GitBox <gi...@apache.org>.
fernando-wizeline commented on issue #21709:
URL: https://github.com/apache/beam/issues/21709#issuecomment-1157858866

   Taking a look into this!


-- 
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 #21709: beam_PostCommit_Java_ValidatesRunner_Samza Failing

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

   Hmm based on the change at https://github.com/apache/beam/commit/9a6f7699b5d8daf846221d522d3702c5a4c7b562#diff-4a16a525202cde179b4211e986d385360aea8b5ab4cd8ca8de121155d5af84e8R89 I think the addition of the sickbay test workflow was faulty and caused this to start failing. I have a feeling the various configuration blocks in the gradle are having side effects which mutate some configuration so the tasks and bleeding in to each other.


-- 
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 #21709: beam_PostCommit_Java_ValidatesRunner_Samza Failing

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

   This test has been green for a while.


-- 
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 #21709: beam_PostCommit_Java_ValidatesRunner_Samza Failing

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

   Note #21916 just sickbays the test. I think this is still P1 until we've clearly identify what would need to change in the Samza Runner to get this test passing and unsickbayed.
   
   Could you help with that @fernando-wizeline?


-- 
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] fernando-wizeline commented on issue #21709: beam_PostCommit_Java_ValidatesRunner_Samza Failing

Posted by GitBox <gi...@apache.org>.
fernando-wizeline commented on issue #21709:
URL: https://github.com/apache/beam/issues/21709#issuecomment-1168885482

   Hi Brian @TheNeuralBit!
   The intention of the task was to add it to a separate job to keep it from flying under the radar.
   I can certainly take a look at this as part of another issue.
   Thanks!


-- 
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 #21709: beam_PostCommit_Java_ValidatesRunner_Samza Failing

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

   @xinyuiscool ?


-- 
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 #21709: beam_PostCommit_Java_ValidatesRunner_Samza Failing

Posted by GitBox <gi...@apache.org>.
kennknowles closed issue #21709: beam_PostCommit_Java_ValidatesRunner_Samza Failing
URL: https://github.com/apache/beam/issues/21709


-- 
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 #21709: beam_PostCommit_Java_ValidatesRunner_Samza Failing

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

   We also do not need to run these sickbayed tests, necessarily. The excluded ValidatesRunner tests may just be unsupported features. The goal of the sickbayed test task is (I think) to notice if a test has been deflaked. So we don't need to run things that are not related to that goal.


-- 
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 #21709: beam_PostCommit_Java_ValidatesRunner_Samza Failing

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

   Even with sickbayed test, we don't have specific interested people in sorting it out at this time.


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