-
Notifications
You must be signed in to change notification settings - Fork 14.4k
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
fix: skip unit test that is failing in master for test-postgres-hive #11196
Conversation
Codecov Report
@@ Coverage Diff @@
## master #11196 +/- ##
==========================================
- Coverage 65.43% 55.75% -9.68%
==========================================
Files 829 402 -427
Lines 39200 13338 -25862
Branches 3693 3389 -304
==========================================
- Hits 25649 7437 -18212
+ Misses 13444 5714 -7730
- Partials 107 187 +80
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
tests/datasets/api_tests.py
Outdated
@@ -864,13 +865,15 @@ def test_export_dataset(self): | |||
back_references=False, | |||
include_defaults=False, | |||
) | |||
print(cli_export) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
dd
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I added that to debug, since I'm having trouble reproduce the error locally. Will remove after.
…pache#11196) * Get full diff * Test * Test * Test * Test * Test * Explicitly detect backend to skip test
SUMMARY
Merging #11098 made a unit test start failing in master (9785667). Since the unit test is bypassed out for Presto, I added code to bypass it when the
birth_names
table is not found in the export.BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
NA
TEST PLAN
Unit tests now pass in CI.
ADDITIONAL INFORMATION