-
Notifications
You must be signed in to change notification settings - Fork 141
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
[Manual Backport] Backport doctest fix to 2.x #3087
[Manual Backport] Backport doctest fix to 2.x #3087
Conversation
Signed-off-by: Simeon Widdis <[email protected]>
Signed-off-by: Simeon Widdis <[email protected]> (cherry picked from commit cf1564b)
Signed-off-by: Simeon Widdis <[email protected]>
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.
> Task :sql:jacocoTestReport
FAILURE: Build failed with an exception.
> Task :sql:check
* What went wrong:
Execution failed for task ':integ-test:integTest'.
> There were failing tests. See the report at: file:///__w/sql/sql/integ-test/build/reports/tests/integTest/index.html
Does any other PR fix this?
Signed-off-by: Simeon Widdis <[email protected]>
Additionally copied import fix from #3113 |
This reverts commit 5efb64c. Signed-off-by: Simeon Widdis <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## 2.x #3087 +/- ##
=========================================
Coverage 94.54% 94.54%
Complexity 5454 5454
=========================================
Files 529 529
Lines 15600 15600
Branches 1027 1027
=========================================
Hits 14749 14749
Misses 804 804
Partials 47 47
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Description
Backport of #3053
Related Issues
N/A
Check List
--signoff
.By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.