Joonas Koivunen
6f28da1737
fix: LocalFs root in test_compatibility is PosixPath('...') ( #5261 )
...
I forgot a `str(...)` conversion in #5243 . This lead to log lines such
as:
```
Using fs root 'PosixPath('/tmp/test_output/test_backward_compatibility[debug-pg14]/compatibility_snapshot/repo/local_fs_remote_storage/pageserver')' as a remote storage
```
This surprisingly works, creating hierarchy of under current working
directory (`repo_dir` for tests):
- `PosixPath('`
- `tmp` .. up until .. `local_fs_remote_storage`
- `pageserver')`
It should not work but right now test_compatibility.py tests finds local
metadata and layers, which end up used. After #5172 when remote storage
is the source of truth it will no longer work.
2023-09-08 20:27:00 +03:00
..
2023-08-02 12:38:12 +03:00
2023-07-20 13:39:19 -04:00
2023-09-08 13:54:23 +03:00
2023-07-18 12:56:40 +03:00
2023-07-18 12:56:40 +03:00
2023-04-13 14:34:29 +03:00
2023-07-03 15:21:10 +03:00
2023-07-03 15:21:10 +03:00
2023-04-13 14:34:29 +03:00
2023-09-08 16:19:57 +01:00
2023-07-18 12:56:40 +03:00
2023-04-13 14:34:29 +03:00
2023-09-08 16:19:57 +01:00
2023-09-08 20:27:00 +03:00
2023-04-13 14:34:29 +03:00
2023-04-13 14:34:29 +03:00
2023-04-13 14:34:29 +03:00
2023-04-13 14:34:29 +03:00
2023-06-30 14:17:44 -07:00
2023-09-08 13:54:23 +03:00
2023-09-08 13:54:23 +03:00
2023-08-08 09:16:21 +01:00
2023-04-13 14:34:29 +03:00
2023-08-03 17:20:24 +03:00
2023-09-08 13:54:23 +03:00
2023-08-19 01:01:44 +03:00
2023-08-09 16:27:53 +01:00
2023-09-08 16:19:57 +01:00
2023-09-08 16:19:57 +01:00
2023-09-08 13:54:23 +03:00
2023-07-18 12:56:40 +03:00
2023-04-25 14:10:18 +02:00
2023-04-13 14:34:29 +03:00
2023-09-08 13:54:23 +03:00
2023-07-21 21:20:53 +03:00
2023-09-08 16:19:57 +01:00
2023-08-03 17:20:24 +03:00
2023-04-13 14:34:29 +03:00
2023-04-13 14:34:29 +03:00
2023-07-18 12:56:40 +03:00
2023-09-08 16:19:57 +01:00
2023-09-08 16:19:57 +01:00
2023-04-13 14:34:29 +03:00
2023-09-08 13:54:23 +03:00
2023-07-18 12:56:40 +03:00
2023-07-18 12:56:40 +03:00
2023-08-10 15:24:43 +03:00
2023-04-13 14:34:29 +03:00
2023-08-16 17:20:28 +01:00
2023-09-08 16:19:57 +01:00
2023-07-18 12:56:40 +03:00
2023-04-13 14:34:29 +03:00
2023-07-31 07:43:12 +00:00
2023-09-08 16:19:57 +01:00
2023-07-18 12:56:40 +03:00
2023-08-03 17:20:24 +03:00
2023-08-10 15:24:43 +03:00
2023-09-08 16:19:57 +01:00
2023-09-08 16:19:57 +01:00
2023-09-08 16:19:57 +01:00
2023-09-08 16:19:57 +01:00
2023-06-24 10:34:15 +03:00
2023-06-15 17:30:12 +03:00
2023-09-08 16:19:57 +01:00
2023-09-08 16:19:57 +01:00
2023-09-08 13:54:23 +03:00
2023-09-08 16:19:57 +01:00
2023-09-08 13:54:23 +03:00
2023-07-18 12:56:40 +03:00
2023-04-13 14:34:29 +03:00
2023-04-13 14:34:29 +03:00
2023-04-13 14:34:29 +03:00
2023-08-08 09:16:21 +01:00
2023-09-08 13:54:23 +03:00
2023-06-19 15:59:38 +04:00
2023-09-08 16:19:57 +01:00
2023-09-08 16:19:57 +01:00