This is an automated email from the ASF dual-hosted git repository.

damccorm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new ed39503878e Skip TestTimers_ProcessingTime_Unbounded for spark. 
(#36527)
ed39503878e is described below

commit ed39503878ef8b6aff8439e0b757068f5f5493a7
Author: Shunping Huang <[email protected]>
AuthorDate: Wed Oct 15 13:49:48 2025 -0400

    Skip TestTimers_ProcessingTime_Unbounded for spark. (#36527)
    
    * Skip TestTimers_ProcessingTime_Unbounded for spark.
    
    * Add a trigger file to trigger the failed test.
---
 .github/trigger_files/beam_PostCommit_Go_VR_Spark.json | 5 +++++
 sdks/go/test/integration/integration.go                | 6 +++---
 2 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/.github/trigger_files/beam_PostCommit_Go_VR_Spark.json 
b/.github/trigger_files/beam_PostCommit_Go_VR_Spark.json
new file mode 100644
index 00000000000..72b690e649d
--- /dev/null
+++ b/.github/trigger_files/beam_PostCommit_Go_VR_Spark.json
@@ -0,0 +1,5 @@
+{
+  "comment": "Modify this file in a trivial way to cause this test suite to 
run",
+  "modification": 1,
+  "https://github.com/apache/beam/pull/36527": "skip a processing time timer 
test in spark",
+}
diff --git a/sdks/go/test/integration/integration.go 
b/sdks/go/test/integration/integration.go
index eae64dcb205..b6d2c60e0fb 100644
--- a/sdks/go/test/integration/integration.go
+++ b/sdks/go/test/integration/integration.go
@@ -278,9 +278,9 @@ var sparkFilters = []string{
        "TestSetStateClear",
        "TestSetState",
 
-       "TestTimers_EventTime_Unbounded",     // Side inputs in executable 
stage not supported.
-       "TestTimers_ProcessingTime_Infinity", // Spark doesn't support test 
stream.
-
+       "TestTimers_EventTime_Unbounded",      // Side inputs in executable 
stage not supported.
+       "TestTimers_ProcessingTime_Infinity",  // Spark doesn't support test 
stream.
+       "TestTimers_ProcessingTime_Unbounded", // Side inputs in executable 
stage not supported.
        // no support for BundleFinalizer
        "TestParDoBundleFinalizer.*",
 }

Reply via email to