Skip to content

Fix XVR test exclusions#30354

Merged
Abacn merged 2 commits intoapache:masterfrom
Abacn:fixxvrtestexclude
Feb 21, 2024
Merged

Fix XVR test exclusions#30354
Abacn merged 2 commits intoapache:masterfrom
Abacn:fixxvrtestexclude

Conversation

@Abacn
Copy link
Copy Markdown
Contributor

@Abacn Abacn commented Feb 20, 2024

fix #30353

Please add a meaningful description for your change here


Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily:

  • Mention the appropriate issue in your description (for example: addresses #123), if applicable. This will automatically add a link to the pull request in the issue. If you would like the issue to automatically close on merging the pull request, comment fixes #<ISSUE NUMBER> instead.
  • Update CHANGES.md with noteworthy changes.
  • If this contribution is large, please file an Apache Individual Contributor License Agreement.

See the Contributor Guide for more tips on how to make review process smoother.

To check the build health, please visit https://github.com/apache/beam/blob/master/.test-infra/BUILD_STATUS.md

GitHub Actions Tests Status (on master branch)

Build python source distribution and wheels
Python tests
Java tests
Go tests

See CI.md for more information about GitHub Actions CI or the workflows README to see a list of phrases to trigger workflows.

@Abacn
Copy link
Copy Markdown
Contributor Author

Abacn commented Feb 20, 2024

@Abacn
Copy link
Copy Markdown
Contributor Author

Abacn commented Feb 20, 2024

R: @chamikaramj @kennknowles

@github-actions
Copy link
Copy Markdown
Contributor

Stopping reviewer notifications for this pull request: review requested by someone other than the bot, ceding control

@Abacn
Copy link
Copy Markdown
Contributor Author

Abacn commented Feb 21, 2024

R: @damccorm

]

def commonRunnerV2ExcludeCategories = [
'org.apache.beam.sdk.testing.UsesExternalService',
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will this result in all Runner V2 test suites not running x-lang tests (essentially disabling all x-lang tests) ?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"commonRunnerV2ExcludeCategories" is only used in "createRunnerV2ValidatesRunnerTest" in runners/google-cloud-dataflow-java/build.gradle. For XVR test, it is created in createCrossLanguageValidatesRunnerTask that defined in BeamModulePlugin. So this won't get excluded.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, thanks. We should fix the name in that case.

@chamikaramj
Copy link
Copy Markdown
Contributor

LGTM (minus test failures)

@Abacn
Copy link
Copy Markdown
Contributor Author

Abacn commented Feb 21, 2024

Failed tests:

  • beam_PostCommit_Java_ValidatesRunner_SparkStructuredStreaming
    • run1: org.apache.beam.sdk.transforms.CombineTest$CombineWithContextTests > testHotKeyCombineWithSideInputs
    • run2: same failing. This looks like a real breakage happened recently
  • beam_PostCommit_Java_PVR_Spark3_Streaming
  • beam_PostCommit_Java_PVR_Spark_Batch
    • run1: testWindowingInStartAndFinishBundle (org.apache.beam.sdk.transforms.ParDoTest$LifecycleTests)
    • run2: many tests failed pipeline file not found. This is likely a racing condition
  • beam_PostCommit_Java_ValidatesRunner_Flink_Java11
    • run1: org.apache.beam.sdk.transforms.ParDoLifecycleTest > testTeardownCalledAfterExceptionInStartBundleStateful
    • run2: org.apache.beam.sdk.transforms.ParDoLifecycleTest > testTeardownCalledAfterExceptionInProcessElementStateful

@Abacn
Copy link
Copy Markdown
Contributor Author

Abacn commented Feb 21, 2024

Let me merge this to get the postcommits back work then investigating unrelated test failures

@Abacn Abacn merged commit 9d2fea4 into apache:master Feb 21, 2024
@Abacn Abacn deleted the fixxvrtestexclude branch February 21, 2024 16:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Failing Test]: XVR tests running on VR test suites causing test failure

2 participants