Files
neon/test_runner/fixtures
Christian Schwarz 8c855f4e1f many_tenants: create the snapshot using overlayfs if supported
The single-threaded copytree to create the snasphot was by far the
costliest part of creating the snapshot in my 20k tenants example.

As part of this change, also fix when we do overlayfs teardown.
We want to do it after the log-checking has happened.
Actually, we want it to happen even if `not self.env`.
However, that means the local storage cleanups would do a lot of
useless work if we mounted a large snapshot via overlayfs.
So, make the local storage cleanup skip files on overlayfs mounts.
All storage used by the changes in the overlayfs will be cleared
by overlayfs teardown.
2024-01-09 15:49:25 +00:00
..
2021-05-03 11:31:32 -07:00
2023-09-12 15:11:32 +02:00