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

[Feature][Connector-V2-e2e][LocalFile] Add local file connector e2e #3221

Merged
merged 3 commits into from
Oct 30, 2022

Conversation

TyrantLucifer
Copy link
Member

Purpose of this pull request

close #3159

Check list

Comment on lines 33 to 39
Container.ExecResult textResult = container.executeJob("/text/fake_to_local_file_text.conf");
Assertions.assertEquals(0, textResult.getExitCode());
Container.ExecResult jsonResult = container.executeJob("/json/fake_to_local_file_json.conf");
Assertions.assertEquals(0, jsonResult.getExitCode());
Container.ExecResult orcResult = container.executeJob("/orc/fake_to_local_file_orc.conf");
Assertions.assertEquals(0, orcResult.getExitCode());
Container.ExecResult parquetResult = container.executeJob("/parquet/fake_to_local_file_parquet.conf");
Copy link
Member

@hailin0 hailin0 Oct 28, 2022

Choose a reason for hiding this comment

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

Add local_file_xxx_to_assert.conf validate row count & field types?

Or

you can read sink data check rows & fields

Copy link
Member Author

Choose a reason for hiding this comment

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

Yup, this pull request is not completed. It's also a draft pr.

@TyrantLucifer TyrantLucifer marked this pull request as draft October 28, 2022 12:23
@TyrantLucifer TyrantLucifer marked this pull request as ready for review October 28, 2022 17:17
Copy link
Member

@EricJoy2048 EricJoy2048 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
Member

@ashulin ashulin left a comment

Choose a reason for hiding this comment

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

+1

@ashulin ashulin merged commit 185621a into apache:dev Oct 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature][e2e] Add local file connector e2e tests
4 participants