Dmitry Rodionov
65704708fa
remove unused imports, make more use of pathlib.Path
2022-07-01 18:56:51 +03:00
bojanserafimov
90e2c9ee1f
Rename zenith to neon in python tests ( #1871 )
2022-06-02 16:21:28 -04:00
Anastasia Lubennikova
67d6ff4100
Rename custom GUCs:
...
- zenith.zenith_tenant -> neon.tenant_id
- zenith.zenith_timeline -> neon.timeline_id
2022-05-30 11:11:01 +03:00
Anastasia Lubennikova
6a867bce6d
Rename 'zenith_admin' role to 'cloud_admin'
2022-05-30 11:11:01 +03:00
Anastasia Lubennikova
3accde613d
Rename contrib/zenith to contrib/neon. Rename custom GUCs:
...
- zenith.page_server_connstring -> neon.pageserver_connstring
- zenith.zenith_tenant -> neon.tenantid
- zenith.zenith_timeline -> neon.timelineid
- zenith.max_cluster_size -> neon.max_cluster_size
2022-05-30 11:11:01 +03:00
Kirill Bulatov
9a0fed0880
Enable at least 1 safekeeper in every test
2022-05-17 01:17:44 +03:00
Arseny Sher
abcd7a4b1f
Insert less data in test_wal_restore.
...
Otherwise it sometimes hits 2m statement timeout in CI.
2022-04-21 16:00:15 +04:00
Kirill Bulatov
81cad6277a
Move and library crates into a dedicated directory and rename them
2022-04-21 13:30:33 +03:00
Konstantin Knizhnik
ac52f4f2d6
Set superuser when initializing database for wal recovery ( #1544 )
2022-04-20 13:24:38 +03:00
Heikki Linnakangas
5e95338ee9
Improve logging in test_wal_restore.py
...
- Capture the output of the restore_from_wal.sh in a log file
- Kill "restored" Postgres server on test failure
2022-04-20 11:18:40 +03:00
Konstantin Knizhnik
07a9553700
Add test for restore from WAL ( #1366 )
...
* Add test for restore from WAL
* Fix python formatting
* Choose unused port in wal restore test
* Move recovery tests to zenith_utils/scripts
* Set LD_LIBRARY_PATH in wal recovery scripts
* Fix python test formatting
* Fix mypy warning
* Bump postgres version
* Bump postgres version
2022-04-11 22:30:08 +03:00