[jira] [Work logged] (BEAM-8505) Too many variations of FnApiRunnerTest are running

2020-01-04 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot logged work on BEAM-8505:


Author: ASF GitHub Bot
Created on: 04/Jan/20 23:48
Start Date: 04/Jan/20 23:48
Worklog Time Spent: 10m 
  Work Description: stale[bot] commented on pull request #9910: [BEAM-8505] 
Reducing the variations of FnApiRunnerTest
URL: https://github.com/apache/beam/pull/9910
 
 
   
 

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:
us...@infra.apache.org


Issue Time Tracking
---

Worklog Id: (was: 366254)
Time Spent: 1h 20m  (was: 1h 10m)

> Too many variations of FnApiRunnerTest are running
> --
>
> Key: BEAM-8505
> URL: https://issues.apache.org/jira/browse/BEAM-8505
> Project: Beam
>  Issue Type: Improvement
>  Components: testing
>Reporter: Pablo Estrada
>Priority: Major
>  Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> These variations add up to make the Python Precommit suite very slow.



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


[jira] [Work logged] (BEAM-8505) Too many variations of FnApiRunnerTest are running

2020-01-04 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot logged work on BEAM-8505:


Author: ASF GitHub Bot
Created on: 04/Jan/20 23:48
Start Date: 04/Jan/20 23:48
Worklog Time Spent: 10m 
  Work Description: stale[bot] commented on issue #9910: [BEAM-8505] 
Reducing the variations of FnApiRunnerTest
URL: https://github.com/apache/beam/pull/9910#issuecomment-570830069
 
 
   This pull request has been closed due to lack of activity. If you think that 
is incorrect, or the pull request requires review, you can revive the PR at any 
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
---

Worklog Id: (was: 366253)
Time Spent: 1h 10m  (was: 1h)

> Too many variations of FnApiRunnerTest are running
> --
>
> Key: BEAM-8505
> URL: https://issues.apache.org/jira/browse/BEAM-8505
> Project: Beam
>  Issue Type: Improvement
>  Components: testing
>Reporter: Pablo Estrada
>Priority: Major
>  Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> These variations add up to make the Python Precommit suite very slow.



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


[jira] [Work logged] (BEAM-8505) Too many variations of FnApiRunnerTest are running

2019-12-28 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot logged work on BEAM-8505:


Author: ASF GitHub Bot
Created on: 28/Dec/19 20:59
Start Date: 28/Dec/19 20:59
Worklog Time Spent: 10m 
  Work Description: stale[bot] commented on issue #9910: [BEAM-8505] 
Reducing the variations of FnApiRunnerTest
URL: https://github.com/apache/beam/pull/9910#issuecomment-569450754
 
 
   This pull request has been marked as stale due to 60 days of inactivity. It 
will be closed in 1 week if no further activity occurs. If you think that’s 
incorrect or this pull request requires a review, please simply write any 
comment. If closed, you can revive the PR at any time and @mention a reviewer 
or discuss it on the d...@beam.apache.org list. Thank you for your 
contributions.
   
 

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:
us...@infra.apache.org


Issue Time Tracking
---

Worklog Id: (was: 364260)
Time Spent: 1h  (was: 50m)

> Too many variations of FnApiRunnerTest are running
> --
>
> Key: BEAM-8505
> URL: https://issues.apache.org/jira/browse/BEAM-8505
> Project: Beam
>  Issue Type: Improvement
>  Components: testing
>Reporter: Pablo Estrada
>Priority: Major
>  Time Spent: 1h
>  Remaining Estimate: 0h
>
> These variations add up to make the Python Precommit suite very slow.



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


[jira] [Work logged] (BEAM-8505) Too many variations of FnApiRunnerTest are running

2019-10-29 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot logged work on BEAM-8505:


Author: ASF GitHub Bot
Created on: 29/Oct/19 20:15
Start Date: 29/Oct/19 20:15
Worklog Time Spent: 10m 
  Work Description: udim commented on pull request #9910: [BEAM-8505] 
Reducing the variations of FnApiRunnerTest
URL: https://github.com/apache/beam/pull/9910#discussion_r340301707
 
 

 ##
 File path: sdks/python/apache_beam/runners/portability/fn_api_runner_test.py
 ##
 @@ -1199,24 +1199,6 @@ def create_pipeline(self):
 payload=b'2,0')))
 
 
-class FnApiRunnerTestWithMultiWorkers(FnApiRunnerTest):
-
-  def create_pipeline(self):
-pipeline_options = PipelineOptions(direct_num_workers=2)
-p = beam.Pipeline(
-runner=fn_api_runner.FnApiRunner(),
-options=pipeline_options)
-#TODO(BEAM-8444): Fix these tests..
 
 Review comment:
   Should BEAM-8444 be closed?
 

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:
us...@infra.apache.org


Issue Time Tracking
---

Worklog Id: (was: 335729)
Time Spent: 50m  (was: 40m)

> Too many variations of FnApiRunnerTest are running
> --
>
> Key: BEAM-8505
> URL: https://issues.apache.org/jira/browse/BEAM-8505
> Project: Beam
>  Issue Type: Improvement
>  Components: testing
>Reporter: Pablo Estrada
>Priority: Major
>  Time Spent: 50m
>  Remaining Estimate: 0h
>
> These variations add up to make the Python Precommit suite very slow.



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


[jira] [Work logged] (BEAM-8505) Too many variations of FnApiRunnerTest are running

2019-10-29 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot logged work on BEAM-8505:


Author: ASF GitHub Bot
Created on: 29/Oct/19 18:01
Start Date: 29/Oct/19 18:01
Worklog Time Spent: 10m 
  Work Description: pabloem commented on pull request #9910: [BEAM-8505] 
Reducing the variations of FnApiRunnerTest
URL: https://github.com/apache/beam/pull/9910#discussion_r340239129
 
 

 ##
 File path: sdks/python/apache_beam/runners/portability/fn_api_runner_test.py
 ##
 @@ -1169,15 +1169,6 @@ def has_mi_for_ptransform(mon_infos, ptransform):
   raise
 
 
-class FnApiRunnerTestWithGrpc(FnApiRunnerTest):
 
 Review comment:
   Re-added this test.
 

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:
us...@infra.apache.org


Issue Time Tracking
---

Worklog Id: (was: 335650)
Time Spent: 40m  (was: 0.5h)

> Too many variations of FnApiRunnerTest are running
> --
>
> Key: BEAM-8505
> URL: https://issues.apache.org/jira/browse/BEAM-8505
> Project: Beam
>  Issue Type: Improvement
>  Components: testing
>Reporter: Pablo Estrada
>Priority: Major
>  Time Spent: 40m
>  Remaining Estimate: 0h
>
> These variations add up to make the Python Precommit suite very slow.



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


[jira] [Work logged] (BEAM-8505) Too many variations of FnApiRunnerTest are running

2019-10-28 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot logged work on BEAM-8505:


Author: ASF GitHub Bot
Created on: 28/Oct/19 23:09
Start Date: 28/Oct/19 23:09
Worklog Time Spent: 10m 
  Work Description: robertwb commented on pull request #9910: [BEAM-8505] 
Reducing the variations of FnApiRunnerTest
URL: https://github.com/apache/beam/pull/9910#discussion_r339832739
 
 

 ##
 File path: sdks/python/apache_beam/runners/portability/fn_api_runner_test.py
 ##
 @@ -1169,15 +1169,6 @@ def has_mi_for_ptransform(mon_infos, ptransform):
   raise
 
 
-class FnApiRunnerTestWithGrpc(FnApiRunnerTest):
 
 Review comment:
   We should probably keep this, as it exercises codepaths the others don't.  
 

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:
us...@infra.apache.org


Issue Time Tracking
---

Worklog Id: (was: 335257)
Time Spent: 0.5h  (was: 20m)

> Too many variations of FnApiRunnerTest are running
> --
>
> Key: BEAM-8505
> URL: https://issues.apache.org/jira/browse/BEAM-8505
> Project: Beam
>  Issue Type: Improvement
>  Components: testing
>Reporter: Pablo Estrada
>Priority: Major
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> These variations add up to make the Python Precommit suite very slow.



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


[jira] [Work logged] (BEAM-8505) Too many variations of FnApiRunnerTest are running

2019-10-28 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot logged work on BEAM-8505:


Author: ASF GitHub Bot
Created on: 28/Oct/19 23:09
Start Date: 28/Oct/19 23:09
Worklog Time Spent: 10m 
  Work Description: robertwb commented on pull request #9910: [BEAM-8505] 
Reducing the variations of FnApiRunnerTest
URL: https://github.com/apache/beam/pull/9910#discussion_r339832793
 
 

 ##
 File path: sdks/python/apache_beam/runners/portability/fn_api_runner_test.py
 ##
 @@ -1247,26 +1220,6 @@ def test_register_finalizations(self):
 raise unittest.SkipTest("TODO: Avoid bundle finalizations on repeat.")
 
 
-class FnApiRunnerTestWithBundleRepeatAndMultiWorkers(FnApiRunnerTest):
 
 Review comment:
   +1
 

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:
us...@infra.apache.org


Issue Time Tracking
---

Worklog Id: (was: 335256)
Time Spent: 20m  (was: 10m)

> Too many variations of FnApiRunnerTest are running
> --
>
> Key: BEAM-8505
> URL: https://issues.apache.org/jira/browse/BEAM-8505
> Project: Beam
>  Issue Type: Improvement
>  Components: testing
>Reporter: Pablo Estrada
>Priority: Major
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> These variations add up to make the Python Precommit suite very slow.



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


[jira] [Work logged] (BEAM-8505) Too many variations of FnApiRunnerTest are running

2019-10-28 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot logged work on BEAM-8505:


Author: ASF GitHub Bot
Created on: 28/Oct/19 22:09
Start Date: 28/Oct/19 22:09
Worklog Time Spent: 10m 
  Work Description: pabloem commented on pull request #9910: [BEAM-8505] 
Reducing the variations of FnApiRunnerTest
URL: https://github.com/apache/beam/pull/9910
 
 
   
   
   
   Thank you for your contribution! Follow this checklist to help us 
incorporate your contribution quickly and easily:
   
- [ ] [**Choose 
reviewer(s)**](https://beam.apache.org/contribute/#make-your-change) and 
mention them in a comment (`R: @username`).
- [ ] Format the pull request title like `[BEAM-XXX] Fixes bug in 
ApproximateQuantiles`, where you replace `BEAM-XXX` with the appropriate JIRA 
issue, if applicable. This will automatically link the pull request to the 
issue.
- [ ] If this contribution is large, please file an Apache [Individual 
Contributor License Agreement](https://www.apache.org/licenses/icla.pdf).
   
   See the [Contributor Guide](https://beam.apache.org/contribute) for more 
tips on [how to make review process 
smoother](https://beam.apache.org/contribute/#make-reviewers-job-easier).
   
   Post-Commit Tests Status (on master branch)
   

   
   Lang | SDK | Apex | Dataflow | Flink | Gearpump | Samza | Spark
   --- | --- | --- | --- | --- | --- | --- | ---
   Go | [![Build 
Status](https://builds.apache.org/job/beam_PostCommit_Go/lastCompletedBuild/badge/icon)](https://builds.apache.org/job/beam_PostCommit_Go/lastCompletedBuild/)
 | --- | --- | [![Build 
Status](https://builds.apache.org/job/beam_PostCommit_Go_VR_Flink/lastCompletedBuild/badge/icon)](https://builds.apache.org/job/beam_PostCommit_Go_VR_Flink/lastCompletedBuild/)
 | --- | --- | [![Build 
Status](https://builds.apache.org/job/beam_PostCommit_Go_VR_Spark/lastCompletedBuild/badge/icon)](https://builds.apache.org/job/beam_PostCommit_Go_VR_Spark/lastCompletedBuild/)
   Java | [![Build 
Status](https://builds.apache.org/job/beam_PostCommit_Java/lastCompletedBuild/badge/icon)](https://builds.apache.org/job/beam_PostCommit_Java/lastCompletedBuild/)
 | [![Build 
Status](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Apex/lastCompletedBuild/badge/icon)](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Apex/lastCompletedBuild/)
 | [![Build 
Status](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Dataflow/lastCompletedBuild/badge/icon)](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Dataflow/lastCompletedBuild/)
 | [![Build 
Status](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Flink/lastCompletedBuild/badge/icon)](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Flink/lastCompletedBuild/)[![Build
 
Status](https://builds.apache.org/job/beam_PostCommit_Java_PVR_Flink_Batch/lastCompletedBuild/badge/icon)](https://builds.apache.org/job/beam_PostCommit_Java_PVR_Flink_Batch/lastCompletedBuild/)[![Build
 
Status](https://builds.apache.org/job/beam_PostCommit_Java_PVR_Flink_Streaming/lastCompletedBuild/badge/icon)](https://builds.apache.org/job/beam_PostCommit_Java_PVR_Flink_Streaming/lastCompletedBuild/)
 | [![Build 
Status](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Gearpump/lastCompletedBuild/badge/icon)](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Gearpump/lastCompletedBuild/)
 | [![Build 
Status](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Samza/lastCompletedBuild/badge/icon)](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Samza/lastCompletedBuild/)
 | [![Build 
Status](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Spark/lastCompletedBuild/badge/icon)](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Spark/lastCompletedBuild/)[![Build
 
Status](https://builds.apache.org/job/beam_PostCommit_Java_PVR_Spark_Batch/lastCompletedBuild/badge/icon)](https://builds.apache.org/job/beam_PostCommit_Java_PVR_Spark_Batch/lastCompletedBuild/)
   Python | [![Build 
Status](https://builds.apache.org/job/beam_PostCommit_Python2/lastCompletedBuild/badge/icon)](https://builds.apache.org/job/beam_PostCommit_Python2/lastCompletedBuild/)[![Build
 
Status](https://builds.apache.org/job/beam_PostCommit_Python35/lastCompletedBuild/badge/icon)](https://builds.apache.org/job/beam_PostCommit_Python35/lastCompletedBuild/)[![Build
 
Status](https://builds.apache.org/job/beam_PostCommit_Python36/lastCompletedBuild/badge/icon)](https://builds.apache.org/job/beam_PostCommit_Python36/lastCompletedBuild/)[![Build