commit | 748d07115cbf64aecd9b366d3053ebbe71a476e6 | [log] [tgz] |
---|---|---|
author | Rui Qi Sim <rqsim@fuchsia.infra.roller.google.com> | Tue Apr 09 06:42:42 2024 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Mon Apr 08 23:43:51 2024 -0700 |
tree | fd6c5ca4913898539a864ceddbe0a0cb51690973 | |
parent | d906426b16d76ca6bb22f4c0bc20b69d54cbf8de [diff] |
[roll] Roll fuchsia [storage] Add conformance tests for opening after rmdir When we remove a directory, we should not be able to open it at the path. `openat(fd, ".")`, where fd is references the removed directory, is expected to pass. We should also be able to call fstat on fd after. Fix bug in Fxfs where calling open2 with GET_REPRESENTATION attempts to find the object linked to the removed directory returns early with an integrity error. Original-Bug: b/331491118 Test: fx test fxfs-platform-test Test: fx test fs-directory-tests Test: fx test fdio-unittest-package Test: fx test starnix_user_tests Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1015873 Original-Revision: e46459c3ce8fa9f1f6e42b6075d4bb065a3cd82a GitOrigin-RevId: 63d171d05b6c0e9f4e39e2a748a78a27216aba32 Change-Id: I56a44a5cfd9a6d19ac944634f78ed7001b1e7b52
This repository contains Fuchsia's Global Integration manifest files.
All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.
Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia
on Freenode.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party
.