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

Add tests for fstat during writing covering breaking cases #1044

Merged
merged 2 commits into from
Oct 8, 2024

Conversation

dannycjones
Copy link
Contributor

Description of change

In a recent support case, we saw that fstat (stat given some file descriptor) cannot tolerate ESTALE being returned by Mountpoint. The fstat call will fail outright, rather than being able to tolerate it and perform a new lookup like stat does.

These tests document the behavior, such that we can enable them once we know its addressed.

For now, we're not actively working on a fix.

Relevant issues: N/A

Does this change impact existing behavior?

Nope, just adds ignored tests.

Does this change need a changelog entry in any of the crates?

No, tests only.


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license and I agree to the terms of the Developer Certificate of Origin (DCO).

Signed-off-by: Daniel Carl Jones <djonesoa@amazon.com>
Signed-off-by: Daniel Carl Jones <djonesoa@amazon.com>
@dannycjones dannycjones temporarily deployed to PR integration tests October 1, 2024 17:17 — with GitHub Actions Inactive
@dannycjones dannycjones temporarily deployed to PR integration tests October 1, 2024 17:17 — with GitHub Actions Inactive
@dannycjones dannycjones temporarily deployed to PR integration tests October 1, 2024 17:17 — with GitHub Actions Inactive
@dannycjones dannycjones temporarily deployed to PR integration tests October 1, 2024 17:17 — with GitHub Actions Inactive
@dannycjones dannycjones had a problem deploying to PR integration tests October 1, 2024 17:17 — with GitHub Actions Failure
@dannycjones dannycjones temporarily deployed to PR integration tests October 1, 2024 17:17 — with GitHub Actions Inactive
@dannycjones dannycjones temporarily deployed to PR integration tests October 1, 2024 17:17 — with GitHub Actions Inactive
@dannycjones dannycjones temporarily deployed to PR integration tests October 1, 2024 18:29 — with GitHub Actions Inactive
@dannycjones dannycjones marked this pull request as ready for review October 8, 2024 15:56
@dannycjones dannycjones added this pull request to the merge queue Oct 8, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Oct 8, 2024
@dannycjones dannycjones added this pull request to the merge queue Oct 8, 2024
Merged via the queue into awslabs:main with commit 548c0de Oct 8, 2024
23 checks passed
@dannycjones dannycjones deleted the fstat-tests branch October 8, 2024 16:21
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.

2 participants