-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[test only] Test PostCommit runs for #31116 #31107
[test only] Test PostCommit runs for #31116 #31107
Conversation
#30770 was several bug fix together. We can add them back one at a time for those did not have issue. |
The Workflow run is cancelling this PR. It is an earlier duplicate of 2083803 run. |
The Workflow run is cancelling this PR. It is an earlier duplicate of 1729654 run. |
Stopping reviewer notifications for this pull request: review requested by someone other than the bot, ceding control |
yeah, for some reason, in the flink runner specifically, after the |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #31107 +/- ##
=============================================
+ Coverage 60.36% 71.01% +10.64%
Complexity 2980 2980
=============================================
Files 659 1064 +405
Lines 66058 133212 +67154
Branches 3231 3231
=============================================
+ Hits 39875 94595 +54720
- Misses 23083 35517 +12434
Partials 3100 3100
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@Abacn I found the cause of the issue in the test. The Flink runner wasn't able to access the local file-system with |
@benkonz thanks for the fix. The test wasn't only failing on Flink runner, it's also failing on direct runner (and all runners) See https://github.com/apache/beam/actions/workflows/beam_PostCommit_XVR_Spark3.yml?query=event%3Aschedule https://github.com/apache/beam/actions/workflows/beam_PostCommit_XVR_Samza.yml?query=event%3Aschedule https://github.com/apache/beam/actions/runs/8847577228/job/24295682944 Let me trigger tests for #31116 to see if the test is fixed on all runners |
0dfdcc2
to
2ed07b8
Compare
Reverts #30770
the newly added test
TestFastAvro::test_avro_schema_to_beam_schema_with_nullable_atomic_fields
failing XVR test:#30770 (comment)