-
Notifications
You must be signed in to change notification settings - Fork 684
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 system_queries test to actually test the problem #7613
base: main
Are you sure you want to change the base?
Conversation
Could you change the base for this PR to the main? We normally merge everything into main and then cherry-pick to the release branches, but we didn't follow that approach by accident for #7604 |
db2cd82
to
b53b2cd
Compare
b53b2cd
to
64384dd
Compare
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.
Thanks @Green-Chan for the fix.
Head branch was pushed to by a user without write access
0b4f9c2
to
5359d21
Compare
I've rebased the branch to updated main. |
5359d21
to
1db28fa
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #7613 +/- ##
===========================================
- Coverage 89.70% 73.34% -16.37%
===========================================
Files 283 283
Lines 60506 60063 -443
Branches 7539 7454 -85
===========================================
- Hits 54276 44051 -10225
- Misses 4073 13162 +9089
- Partials 2157 2850 +693 |
1db28fa
to
bd5849f
Compare
bd5849f
to
49263cd
Compare
Finally all required tests have passed! |
49263cd
to
857c38d
Compare
The test added in #7604 doesn't reach the
HasRangeTableRef
function and thus doesn't test what it should.