[
https://issues.apache.org/jira/browse/BEAM-13921?focusedWorklogId=724813&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-724813
]
ASF GitHub Bot logged work on BEAM-13921:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 10/Feb/22 22:04
Start Date: 10/Feb/22 22:04
Worklog Time Spent: 10m
Work Description: damccorm commented on a change in pull request #16815:
URL: https://github.com/apache/beam/pull/16815#discussion_r804156084
##########
File path: sdks/go/test/integration/integration.go
##########
@@ -123,6 +123,8 @@ var sparkFilters = []string{
// The trigger and pane tests uses TestStream
"TestTrigger.*",
"TestPanes",
+ // [BEAM-13921]: Spark doesn't support side inputs to executable stages
+ "TestDebeziumIO_BasicRead",
Review comment:
Thanks for doing this! Just for my edification, how was this failure
introduced - did we add the integration test and its never worked on spark, or
did we add a feature that then broke this test on Spark?
I ask because I'm wondering if it would be worthwhile to introduce a policy
that when the integration tests are changed, all post commit tests like this
run automatically (or if we already have a policy like that and we just missed
this). I much prefer robots checking stuff like this to humans remembering to
run everything
--
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: 724813)
Time Spent: 50m (was: 40m)
> validatesCrossLanguageRunnerGoUsingJava failing for beam_PostCommit_XVR_Spark
> ------------------------------------------------------------------------------
>
> Key: BEAM-13921
> URL: https://issues.apache.org/jira/browse/BEAM-13921
> Project: Beam
> Issue Type: Bug
> Components: cross-language, test-failures
> Reporter: Chamikara Madhusanka Jayalath
> Assignee: Ritesh Ghorse
> Priority: P1
> Time Spent: 50m
> Remaining Estimate: 0h
>
> For example,
> https://ci-beam.apache.org/job/beam_PostCommit_XVR_Spark/3349/console
> https://ci-beam.apache.org/job/beam_PostCommit_XVR_Spark/3350/console
> https://ci-beam.apache.org/job/beam_PostCommit_XVR_Spark/3351/console
> Ritesh, is this related to recent Go wrapper updates ?
> cc: [~lostluck]
--
This message was sent by Atlassian Jira
(v8.20.1#820001)