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

Introduce FileHandle #1063

Merged
merged 10 commits into from
Oct 29, 2024
Merged

Introduce FileHandle #1063

merged 10 commits into from
Oct 29, 2024

Conversation

blt
Copy link
Collaborator

@blt blt commented Oct 25, 2024

What does this PR do?

This commit introduces a FileHandle concept, allowing us to rig the filesystem
up so that we can keep track of bytes lost when files are unlinked and then
the last fp is closed. Unfortunately as of this commit the property tests
are still failing but it's a start.

@blt blt mentioned this pull request Oct 25, 2024
@blt blt marked this pull request as ready for review October 25, 2024 00:07
@blt blt requested a review from a team as a code owner October 25, 2024 00:07
@blt blt force-pushed the blt/improve_property_tests branch from 58a67df to c2831b1 Compare October 28, 2024 14:46
@blt blt force-pushed the blt/improve_property_tests branch from c2831b1 to da74cc9 Compare October 28, 2024 15:51
@blt blt force-pushed the blt/improve_property_tests branch from da74cc9 to 3d8cc76 Compare October 28, 2024 16:29
@blt blt force-pushed the blt/improve_property_tests branch from 3d8cc76 to c435364 Compare October 28, 2024 16:31
@blt blt force-pushed the blt/improve_property_tests branch from c435364 to 9c9823d Compare October 28, 2024 17:20
@blt blt force-pushed the blt/improve_property_tests branch from 9c9823d to 0b4565a Compare October 28, 2024 17:46
@blt blt force-pushed the blt/improve_property_tests branch from 0b4565a to b4aebbb Compare October 28, 2024 18:26
@blt blt changed the base branch from blt/improve_property_tests to graphite-base/1063 October 29, 2024 00:29
This commit introduces a FileHandle concept, allowing us to rig the filesystem
up so that we can keep track of bytes lost when files are unlinked and then
the last fp is closed. Unfortunately as of this commit the property tests
are still failing but it's a start.

Signed-off-by: Brian L. Troutwine <brian.troutwine@datadoghq.com>
Signed-off-by: Brian L. Troutwine <brian.troutwine@datadoghq.com>
Signed-off-by: Brian L. Troutwine <brian.troutwine@datadoghq.com>
Signed-off-by: Brian L. Troutwine <brian.troutwine@datadoghq.com>
Signed-off-by: Brian L. Troutwine <brian.troutwine@datadoghq.com>
Signed-off-by: Brian L. Troutwine <brian.troutwine@datadoghq.com>
Signed-off-by: Brian L. Troutwine <brian.troutwine@datadoghq.com>
Signed-off-by: Brian L. Troutwine <brian.troutwine@datadoghq.com>
Signed-off-by: Brian L. Troutwine <brian.troutwine@datadoghq.com>
@blt blt changed the base branch from graphite-base/1063 to main October 29, 2024 00:30
Signed-off-by: Brian L. Troutwine <brian.troutwine@datadoghq.com>
@blt blt merged commit 7fb0ad7 into main Oct 29, 2024
16 checks passed
Copy link
Collaborator Author

blt commented Oct 29, 2024

Merge activity

  • Oct 28, 9:06 PM EDT: A user merged this pull request with Graphite.

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.

2 participants