Admins will be upgrading ORNL GitLab Servers on Saturday, 16 May 2026, from 7 AM until 11 AM EST. Repositories will experience intermittent outages during this time.
# Different hashes for the different ways of adding the file to the MFS probably come from different linking structures of the merkle tree. Copying the file to /mfs with `cp` is even non-deterministic.
machine.succeed("ipfs files ls --long >&2")
machine.succeed("ls -l /mfs >&2")
with subtest("Check that everyone has permission to read the file (because of Mounts.FuseAllowOther)"):
machine.succeed("su alice -c 'cat /mfs/test-1.txt' | grep fnord3")
machine.succeed("su bob -c 'cat /mfs/test-1.txt' | grep fnord3")