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

ci: add a new test case for the disk is full #3079

Merged
merged 9 commits into from
Oct 13, 2023
Merged

Conversation

sunheyi6
Copy link
Contributor

@sunheyi6 sunheyi6 commented Sep 15, 2023

Fix #3062

@dqhl76
Copy link
Member

dqhl76 commented Sep 15, 2023

I think there might be some misunderstanding here. We need use github action to create a environment that disk is full and test this case in a new crate.

@sunheyi6
Copy link
Contributor Author

@dqhl76 cc new changed

@Xuanwo Xuanwo marked this pull request as draft September 18, 2023 12:46
@Zheaoli
Copy link
Member

Zheaoli commented Oct 13, 2023

I think this PR is almost done; just need to update the file header. You can update it when you have time @sunheyi6

@dqhl76 dqhl76 changed the title Add a new test case for the disk is full test: add a new test case for the disk is full Oct 13, 2023
@sunheyi6
Copy link
Contributor Author

I think this PR is almost don; just need to update the file header. You can update it when you have time @sunheyi6

I don't quite understand. Could you please explain it in more detail?

@dqhl76
Copy link
Member

dqhl76 commented Oct 13, 2023

I don't quite understand. Could you please explain it in more detail?

We blocked here because file_write_full_disk.rs needs a license header like others

// Licensed to the Apache Software Foundation (ASF) under one....
....

@dqhl76
Copy link
Member

dqhl76 commented Oct 13, 2023

Sorry for missing reminding. .github/workflows/fs_write_full_disk.yml also need license header

You can check this for next time https://github.com/apache/incubator-opendal/actions/runs/6505420221/job/17669006210?pr=3079

@dqhl76 dqhl76 marked this pull request as ready for review October 13, 2023 07:47
@Xuanwo Xuanwo changed the title test: add a new test case for the disk is full ci: add a new test case for the disk is full Oct 13, 2023
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!

@Xuanwo Xuanwo merged commit 6fbdcf2 into apache:main Oct 13, 2023
101 checks passed
@sunheyi6 sunheyi6 deleted the issue_3062 branch October 13, 2023 09:11
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.

Add a new test case for the disk is full
4 participants