Skip to content
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

Merged
merged 2 commits into from
May 18, 2022
Merged

chore(ci): remove unused e2e test #2616

merged 2 commits into from
May 18, 2022

Conversation

BowenXiao1999
Copy link
Contributor

@BowenXiao1999 BowenXiao1999 commented May 18, 2022

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

  • I have written necessary docs and comments
  • I have added necessary unit tests and integration tests

Refer to a related PR or issue link (optional)

Comment on lines -97 to -101
- name: Run batch tests on Postgresql
timeout-minutes: 10
run: |
sqllogictest -p ${{ env.PG_PORT }} './e2e_test/batch/**/*.slt'

Copy link
Contributor Author

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

Copy link
Contributor

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?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor

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.

Copy link
Contributor Author

@BowenXiao1999 BowenXiao1999 May 18, 2022

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.

Copy link
Contributor

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.

Copy link
Contributor

@skyzh skyzh left a 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

Comment on lines -97 to -101
- name: Run batch tests on Postgresql
timeout-minutes: 10
run: |
sqllogictest -p ${{ env.PG_PORT }} './e2e_test/batch/**/*.slt'

Copy link
Contributor

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?

Comment on lines -97 to -101
- name: Run batch tests on Postgresql
timeout-minutes: 10
run: |
sqllogictest -p ${{ env.PG_PORT }} './e2e_test/batch/**/*.slt'

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@codecov
Copy link

codecov bot commented May 18, 2022

Codecov Report

Merging #2616 (8a05510) into main (7e23940) will decrease coverage by 0.00%.
The diff coverage is n/a.

@@            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     
Flag Coverage Δ
rust 72.33% <ø> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/connector/src/filesystem/file_common.rs 80.35% <0.00%> (-0.45%) ⬇️

📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more

Copy link
Contributor

@liurenjie1024 liurenjie1024 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Contributor

@TennyZhuang TennyZhuang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@TennyZhuang TennyZhuang merged commit d903a00 into main May 18, 2022
@TennyZhuang TennyZhuang deleted the bw/fix-e2e-test1 branch May 18, 2022 07:24
@huangjw806
Copy link
Contributor

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants