Skip to content

Commit

Permalink
[BEAM-13498, BEAM-13522] Sickbay broken test and test category for Sp…
Browse files Browse the repository at this point in the history
…ark (#16411)
  • Loading branch information
lukecwik authored Jan 1, 2022
1 parent 34118c6 commit 7487bf0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ PostcommitJobBuilder.postCommitJob('beam_PostCommit_Java_PVR_Spark_Batch',
description('Runs the Java PortableValidatesRunner suite on the Spark runner in batch mode.')

// Set common parameters.
commonJobProperties.setTopLevelMainJobProperties(delegate)
commonJobProperties.setTopLevelMainJobProperties(delegate, 'master', 240)

// Publish all test results to Jenkins
publishers {
Expand Down
4 changes: 4 additions & 0 deletions runners/spark/job-server/spark_job_server.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,8 @@ def portableValidatesRunnerTask(String name, Boolean streaming) {
excludeCategories 'org.apache.beam.sdk.testing.UsesCustomWindowMerging'
excludeCategories 'org.apache.beam.sdk.testing.UsesFailureMessage'
excludeCategories 'org.apache.beam.sdk.testing.UsesGaugeMetrics'
excludeCategories 'org.apache.beam.sdk.testing.UsesPerKeyOrderedDelivery'
excludeCategories 'org.apache.beam.sdk.testing.UsesPerKeyOrderInBundle'
excludeCategories 'org.apache.beam.sdk.testing.UsesParDoLifecycle'
excludeCategories 'org.apache.beam.sdk.testing.UsesMapState'
excludeCategories 'org.apache.beam.sdk.testing.UsesSetState'
Expand All @@ -174,6 +176,8 @@ def portableValidatesRunnerTask(String name, Boolean streaming) {
testFilter = {
// TODO (BEAM-10094)
excludeTestsMatching 'org.apache.beam.sdk.transforms.FlattenTest.testFlattenWithDifferentInputAndOutputCoders2'
// TODO(BEAM-13498)
excludeTestsMatching 'org.apache.beam.sdk.transforms.ParDoTest$TimestampTests.testProcessElementSkew'
}
}

Expand Down

0 comments on commit 7487bf0

Please sign in to comment.