-
Notifications
You must be signed in to change notification settings - Fork 600
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
chore(ci): remove unused e2e test #2616
Conversation
- name: Run batch tests on Postgresql | ||
timeout-minutes: 10 | ||
run: | | ||
sqllogictest -p ${{ env.PG_PORT }} './e2e_test/batch/**/*.slt' | ||
|
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.
Do not know why e2e-source has a test on PG. Looks unnecessary so delete. cc @shanicky @tabVersion
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.
This is used by regression test?
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.
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.
It's to make ensure that we have the same query result as pg, I think it's necessary.
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.
No. If regression tests, it should be runned by RW and PG at the same time. However RW is not.
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.
No, it's not used by regression test.
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.
May also help updating CONTRIBUTING.md
- name: Run batch tests on Postgresql | ||
timeout-minutes: 10 | ||
run: | | ||
sqllogictest -p ${{ env.PG_PORT }} './e2e_test/batch/**/*.slt' | ||
|
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.
This is used by regression test?
- name: Run batch tests on Postgresql | ||
timeout-minutes: 10 | ||
run: | | ||
sqllogictest -p ${{ env.PG_PORT }} './e2e_test/batch/**/*.slt' | ||
|
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.
Codecov Report
@@ Coverage Diff @@
## main #2616 +/- ##
==========================================
- Coverage 72.33% 72.33% -0.01%
==========================================
Files 678 678
Lines 88225 88225
==========================================
- Hits 63821 63820 -1
- Misses 24404 24405 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more |
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.
LGTM
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.
LGTM
LGTM |
What's changed and what's your intention?
Remove batch/streaming e2e test first.
Next step will rename the v2 tests into first class citizen
Checklist
Refer to a related PR or issue link (optional)