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

tests(behavior): add test for writer write overwrite #4818

Merged
merged 1 commit into from
Jun 29, 2024

Conversation

yuchanns
Copy link
Member

fix #4790

@yuchanns
Copy link
Member Author

Now the behavior tests can run on PR. I have no idea about what happens to sftp.

@yuchanns yuchanns force-pushed the 4790 branch 2 times, most recently from 9221d8d to a843227 Compare June 28, 2024 09:50
@Xuanwo
Copy link
Member

Xuanwo commented Jun 28, 2024

Seems sftp does have some issues:

---- behavior::test_writer_write_overwrite ----
test panicked: assertion `left == right` failed: read content_two
  left: "eec0453ded52696abe7e34987d12d89daa382e5d70c0d0271c3ccfd4706e5245"
 right: "4e4c5edbadda8d42c622f28de6b643397820abfc37c6e35eeed67a360cb3f65e"


failures:
    behavior::test_writer_write_overwrite

test result: FAILED. 84 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 21.25s

I will double check there. Feel free to dive in if you are interested too.

@Xuanwo
Copy link
Member

Xuanwo commented Jun 29, 2024

Wow, perfect!

Copy link
Member

@Xuanwo Xuanwo left a comment

Choose a reason for hiding this comment

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

Thanks a lot!

@Xuanwo Xuanwo merged commit ea39468 into apache:main Jun 29, 2024
216 checks passed
@yuchanns yuchanns deleted the 4790 branch June 29, 2024 08:18
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.

test for write with overwrite doesn't work as expected
2 participants