[jira] [Work logged] (BEAM-8869) MetricsPusherTest.pushesSystemMetrics is failing on non-portability FlinkRunner

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


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

ASF GitHub Bot logged work on BEAM-8869:


Author: ASF GitHub Bot
Created on: 04/Dec/19 11:17
Start Date: 04/Dec/19 11:17
Worklog Time Spent: 10m 
  Work Description: mxm commented on pull request #10266: [BEAM-8869] 
Exclude system metrics test from legacy runner test suite
URL: https://github.com/apache/beam/pull/10266
 
 
   
 

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: 353414)
Time Spent: 1.5h  (was: 1h 20m)

> MetricsPusherTest.pushesSystemMetrics is failing on non-portability 
> FlinkRunner
> ---
>
> Key: BEAM-8869
> URL: https://issues.apache.org/jira/browse/BEAM-8869
> Project: Beam
>  Issue Type: Bug
>  Components: runner-flink, test-failures
>Reporter: Kenneth Knowles
>Assignee: Michal Walenia
>Priority: Critical
>  Labels: currently-failing
> Fix For: Not applicable
>
>  Time Spent: 1.5h
>  Remaining Estimate: 0h
>
> Started right when it was merged: 
> [https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Flink/5971/]
> Recent: 
> [https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Flink/5986/]
> {code:java}
> java.lang.AssertionError: 
> Expected: is 
>  but: was 
>   at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18)
>   at org.junit.Assert.assertThat(Assert.java:966)
>   at org.junit.Assert.assertThat(Assert.java:931)
>   at 
> org.apache.beam.runners.core.metrics.MetricsPusherTest.pushesSystemMetrics(MetricsPusherTest.java:89)
> {code}
> The assertion is:
> {code:java}
> assertThat(TestMetricsSink.getSystemCounters().isEmpty(), is(false));
> {code}



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


[jira] [Work logged] (BEAM-8869) MetricsPusherTest.pushesSystemMetrics is failing on non-portability FlinkRunner

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


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

ASF GitHub Bot logged work on BEAM-8869:


Author: ASF GitHub Bot
Created on: 04/Dec/19 07:26
Start Date: 04/Dec/19 07:26
Worklog Time Spent: 10m 
  Work Description: mwalenia commented on pull request #10266: [BEAM-8869] 
Exclude system metrics test from legacy runner test suite
URL: https://github.com/apache/beam/pull/10266#discussion_r353582467
 
 

 ##
 File path: 
runners/core-java/src/test/java/org/apache/beam/runners/core/metrics/MetricsPusherTest.java
 ##
 @@ -73,7 +74,12 @@ public void pushesUserMetrics() throws Exception {
 assertThat(TestMetricsSink.getCounterValue(COUNTER_NAME), 
is(NUM_ELEMENTS));
   }
 
-  @Category({ValidatesRunner.class, UsesAttemptedMetrics.class, 
UsesCounterMetrics.class})
+  @Category({
+ValidatesRunner.class,
+UsesAttemptedMetrics.class,
+UsesCounterMetrics.class,
+UsesSystemMetrics.class
 
 Review comment:
   I don't think so - MetricsPusher is used in both portable and legacy modes 
of runners. 
   (eg. in 
[FlinkRunner](https://github.com/apache/beam/blob/c2f0d282337f3ae0196a7717712396a5a41fdde1/runners/flink/src/main/java/org/apache/beam/runners/flink/FlinkRunner.java#L137)
 )
   The issue here is that legacy Flink runner doesn't expose system metrics, so 
the test involving them made the whole suite fail.
 

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: 353257)
Time Spent: 1h 20m  (was: 1h 10m)

> MetricsPusherTest.pushesSystemMetrics is failing on non-portability 
> FlinkRunner
> ---
>
> Key: BEAM-8869
> URL: https://issues.apache.org/jira/browse/BEAM-8869
> Project: Beam
>  Issue Type: Bug
>  Components: runner-flink, test-failures
>Reporter: Kenneth Knowles
>Assignee: Michal Walenia
>Priority: Critical
>  Labels: currently-failing
>  Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> Started right when it was merged: 
> [https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Flink/5971/]
> Recent: 
> [https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Flink/5986/]
> {code:java}
> java.lang.AssertionError: 
> Expected: is 
>  but: was 
>   at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18)
>   at org.junit.Assert.assertThat(Assert.java:966)
>   at org.junit.Assert.assertThat(Assert.java:931)
>   at 
> org.apache.beam.runners.core.metrics.MetricsPusherTest.pushesSystemMetrics(MetricsPusherTest.java:89)
> {code}
> The assertion is:
> {code:java}
> assertThat(TestMetricsSink.getSystemCounters().isEmpty(), is(false));
> {code}



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


[jira] [Work logged] (BEAM-8869) MetricsPusherTest.pushesSystemMetrics is failing on non-portability FlinkRunner

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


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

ASF GitHub Bot logged work on BEAM-8869:


Author: ASF GitHub Bot
Created on: 04/Dec/19 02:51
Start Date: 04/Dec/19 02:51
Worklog Time Spent: 10m 
  Work Description: kennknowles commented on pull request #10266: 
[BEAM-8869] Exclude system metrics test from legacy runner test suite
URL: https://github.com/apache/beam/pull/10266#discussion_r353527004
 
 

 ##
 File path: 
runners/core-java/src/test/java/org/apache/beam/runners/core/metrics/MetricsPusherTest.java
 ##
 @@ -73,7 +74,12 @@ public void pushesUserMetrics() throws Exception {
 assertThat(TestMetricsSink.getCounterValue(COUNTER_NAME), 
is(NUM_ELEMENTS));
   }
 
-  @Category({ValidatesRunner.class, UsesAttemptedMetrics.class, 
UsesCounterMetrics.class})
+  @Category({
+ValidatesRunner.class,
+UsesAttemptedMetrics.class,
+UsesCounterMetrics.class,
+UsesSystemMetrics.class
 
 Review comment:
   Just to double check since I don't really know what all the categories mean 
- is it possible that `UsesMetricsPusher` is relevant?
 

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: 353207)
Time Spent: 1h 10m  (was: 1h)

> MetricsPusherTest.pushesSystemMetrics is failing on non-portability 
> FlinkRunner
> ---
>
> Key: BEAM-8869
> URL: https://issues.apache.org/jira/browse/BEAM-8869
> Project: Beam
>  Issue Type: Bug
>  Components: runner-flink, test-failures
>Reporter: Kenneth Knowles
>Assignee: Michal Walenia
>Priority: Critical
>  Labels: currently-failing
>  Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> Started right when it was merged: 
> [https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Flink/5971/]
> Recent: 
> [https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Flink/5986/]
> {code:java}
> java.lang.AssertionError: 
> Expected: is 
>  but: was 
>   at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18)
>   at org.junit.Assert.assertThat(Assert.java:966)
>   at org.junit.Assert.assertThat(Assert.java:931)
>   at 
> org.apache.beam.runners.core.metrics.MetricsPusherTest.pushesSystemMetrics(MetricsPusherTest.java:89)
> {code}
> The assertion is:
> {code:java}
> assertThat(TestMetricsSink.getSystemCounters().isEmpty(), is(false));
> {code}



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


[jira] [Work logged] (BEAM-8869) MetricsPusherTest.pushesSystemMetrics is failing on non-portability FlinkRunner

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


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

ASF GitHub Bot logged work on BEAM-8869:


Author: ASF GitHub Bot
Created on: 03/Dec/19 11:46
Start Date: 03/Dec/19 11:46
Worklog Time Spent: 10m 
  Work Description: mxm commented on issue #10266: [BEAM-8869] Exclude 
system metrics test from legacy runner test suite
URL: https://github.com/apache/beam/pull/10266#issuecomment-561131958
 
 
   Run Java Flink ValidatesRunner
 

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: 352569)
Time Spent: 1h  (was: 50m)

> MetricsPusherTest.pushesSystemMetrics is failing on non-portability 
> FlinkRunner
> ---
>
> Key: BEAM-8869
> URL: https://issues.apache.org/jira/browse/BEAM-8869
> Project: Beam
>  Issue Type: Bug
>  Components: runner-flink, test-failures
>Reporter: Kenneth Knowles
>Assignee: Michal Walenia
>Priority: Critical
>  Labels: currently-failing
>  Time Spent: 1h
>  Remaining Estimate: 0h
>
> Started right when it was merged: 
> [https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Flink/5971/]
> Recent: 
> [https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Flink/5986/]
> {code:java}
> java.lang.AssertionError: 
> Expected: is 
>  but: was 
>   at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18)
>   at org.junit.Assert.assertThat(Assert.java:966)
>   at org.junit.Assert.assertThat(Assert.java:931)
>   at 
> org.apache.beam.runners.core.metrics.MetricsPusherTest.pushesSystemMetrics(MetricsPusherTest.java:89)
> {code}
> The assertion is:
> {code:java}
> assertThat(TestMetricsSink.getSystemCounters().isEmpty(), is(false));
> {code}



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


[jira] [Work logged] (BEAM-8869) MetricsPusherTest.pushesSystemMetrics is failing on non-portability FlinkRunner

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


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

ASF GitHub Bot logged work on BEAM-8869:


Author: ASF GitHub Bot
Created on: 03/Dec/19 11:46
Start Date: 03/Dec/19 11:46
Worklog Time Spent: 10m 
  Work Description: mxm commented on issue #10266: [BEAM-8869] Exclude 
system metrics test from legacy runner test suite
URL: https://github.com/apache/beam/pull/10266#issuecomment-561132082
 
 
   Run Flink ValidatesRunner
 

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: 352568)
Time Spent: 50m  (was: 40m)

> MetricsPusherTest.pushesSystemMetrics is failing on non-portability 
> FlinkRunner
> ---
>
> Key: BEAM-8869
> URL: https://issues.apache.org/jira/browse/BEAM-8869
> Project: Beam
>  Issue Type: Bug
>  Components: runner-flink, test-failures
>Reporter: Kenneth Knowles
>Assignee: Michal Walenia
>Priority: Critical
>  Labels: currently-failing
>  Time Spent: 50m
>  Remaining Estimate: 0h
>
> Started right when it was merged: 
> [https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Flink/5971/]
> Recent: 
> [https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Flink/5986/]
> {code:java}
> java.lang.AssertionError: 
> Expected: is 
>  but: was 
>   at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18)
>   at org.junit.Assert.assertThat(Assert.java:966)
>   at org.junit.Assert.assertThat(Assert.java:931)
>   at 
> org.apache.beam.runners.core.metrics.MetricsPusherTest.pushesSystemMetrics(MetricsPusherTest.java:89)
> {code}
> The assertion is:
> {code:java}
> assertThat(TestMetricsSink.getSystemCounters().isEmpty(), is(false));
> {code}



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


[jira] [Work logged] (BEAM-8869) MetricsPusherTest.pushesSystemMetrics is failing on non-portability FlinkRunner

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


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

ASF GitHub Bot logged work on BEAM-8869:


Author: ASF GitHub Bot
Created on: 03/Dec/19 11:45
Start Date: 03/Dec/19 11:45
Worklog Time Spent: 10m 
  Work Description: mxm commented on issue #10266: [BEAM-8869] Exclude 
system metrics test from legacy runner test suite
URL: https://github.com/apache/beam/pull/10266#issuecomment-561131958
 
 
   Run Java Flink ValidatesRunner
 

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: 352567)
Time Spent: 40m  (was: 0.5h)

> MetricsPusherTest.pushesSystemMetrics is failing on non-portability 
> FlinkRunner
> ---
>
> Key: BEAM-8869
> URL: https://issues.apache.org/jira/browse/BEAM-8869
> Project: Beam
>  Issue Type: Bug
>  Components: runner-flink, test-failures
>Reporter: Kenneth Knowles
>Assignee: Michal Walenia
>Priority: Critical
>  Labels: currently-failing
>  Time Spent: 40m
>  Remaining Estimate: 0h
>
> Started right when it was merged: 
> [https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Flink/5971/]
> Recent: 
> [https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Flink/5986/]
> {code:java}
> java.lang.AssertionError: 
> Expected: is 
>  but: was 
>   at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18)
>   at org.junit.Assert.assertThat(Assert.java:966)
>   at org.junit.Assert.assertThat(Assert.java:931)
>   at 
> org.apache.beam.runners.core.metrics.MetricsPusherTest.pushesSystemMetrics(MetricsPusherTest.java:89)
> {code}
> The assertion is:
> {code:java}
> assertThat(TestMetricsSink.getSystemCounters().isEmpty(), is(false));
> {code}



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


[jira] [Work logged] (BEAM-8869) MetricsPusherTest.pushesSystemMetrics is failing on non-portability FlinkRunner

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


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

ASF GitHub Bot logged work on BEAM-8869:


Author: ASF GitHub Bot
Created on: 03/Dec/19 07:27
Start Date: 03/Dec/19 07:27
Worklog Time Spent: 10m 
  Work Description: mwalenia commented on issue #10266: [BEAM-8869] Exclude 
system metrics test from legacy runner test suite
URL: https://github.com/apache/beam/pull/10266#issuecomment-561037197
 
 
   R: @kennknowles Thanks for pointing out the failing test. I fixed it, can 
you take a look?
 

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: 352475)
Time Spent: 0.5h  (was: 20m)

> MetricsPusherTest.pushesSystemMetrics is failing on non-portability 
> FlinkRunner
> ---
>
> Key: BEAM-8869
> URL: https://issues.apache.org/jira/browse/BEAM-8869
> Project: Beam
>  Issue Type: Bug
>  Components: runner-flink, test-failures
>Reporter: Kenneth Knowles
>Assignee: Michal Walenia
>Priority: Critical
>  Labels: currently-failing
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> Started right when it was merged: 
> [https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Flink/5971/]
> Recent: 
> [https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Flink/5986/]
> {code:java}
> java.lang.AssertionError: 
> Expected: is 
>  but: was 
>   at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18)
>   at org.junit.Assert.assertThat(Assert.java:966)
>   at org.junit.Assert.assertThat(Assert.java:931)
>   at 
> org.apache.beam.runners.core.metrics.MetricsPusherTest.pushesSystemMetrics(MetricsPusherTest.java:89)
> {code}
> The assertion is:
> {code:java}
> assertThat(TestMetricsSink.getSystemCounters().isEmpty(), is(false));
> {code}



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


[jira] [Work logged] (BEAM-8869) MetricsPusherTest.pushesSystemMetrics is failing on non-portability FlinkRunner

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


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

ASF GitHub Bot logged work on BEAM-8869:


Author: ASF GitHub Bot
Created on: 03/Dec/19 07:17
Start Date: 03/Dec/19 07:17
Worklog Time Spent: 10m 
  Work Description: mwalenia commented on issue #10266: [BEAM-8869] Exclude 
system metrics test from legacy runner test suite
URL: https://github.com/apache/beam/pull/10266#issuecomment-561034609
 
 
   Run Flink ValidatesRunner
 

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: 352473)
Time Spent: 20m  (was: 10m)

> MetricsPusherTest.pushesSystemMetrics is failing on non-portability 
> FlinkRunner
> ---
>
> Key: BEAM-8869
> URL: https://issues.apache.org/jira/browse/BEAM-8869
> Project: Beam
>  Issue Type: Bug
>  Components: runner-flink, test-failures
>Reporter: Kenneth Knowles
>Assignee: Michal Walenia
>Priority: Critical
>  Labels: currently-failing
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> Started right when it was merged: 
> [https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Flink/5971/]
> Recent: 
> [https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Flink/5986/]
> {code:java}
> java.lang.AssertionError: 
> Expected: is 
>  but: was 
>   at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18)
>   at org.junit.Assert.assertThat(Assert.java:966)
>   at org.junit.Assert.assertThat(Assert.java:931)
>   at 
> org.apache.beam.runners.core.metrics.MetricsPusherTest.pushesSystemMetrics(MetricsPusherTest.java:89)
> {code}
> The assertion is:
> {code:java}
> assertThat(TestMetricsSink.getSystemCounters().isEmpty(), is(false));
> {code}



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


[jira] [Work logged] (BEAM-8869) MetricsPusherTest.pushesSystemMetrics is failing on non-portability FlinkRunner

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


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

ASF GitHub Bot logged work on BEAM-8869:


Author: ASF GitHub Bot
Created on: 03/Dec/19 07:17
Start Date: 03/Dec/19 07:17
Worklog Time Spent: 10m 
  Work Description: mwalenia commented on pull request #10266: [BEAM-8869] 
Exclude system metrics test from legacy runner test suite
URL: https://github.com/apache/beam/pull/10266
 
 
   Since system metrics aren't available in legacy runners, I disabled them for 
legacy Flink test suite.
   
   
   
   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/)[![Build
 
Status](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_SparkStructuredStreaming/lastCompletedBuild/badge/icon)](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_SparkStructuredStreaming/lastCompletedBuild/)
   Python | [![Build 
Status](https://builds.apache.org/job/beam_PostCommit_Python2/lastCompletedBuild/badge/icon)](https://builds.apache.org/job/beam_PostCommit_Python2/lastCompletedB