Alexander Bayandin
30a7dd630c
ruff: enable TC — flake8-type-checking ( #11368 )
...
## Problem
`TYPE_CHECKING` is used inconsistently across Python tests.
## Summary of changes
- Update `ruff`: 0.7.0 -> 0.11.2
- Enable TC (flake8-type-checking):
https://docs.astral.sh/ruff/rules/#flake8-type-checking-tc
- (auto)fix all new issues
2025-03-30 18:58:33 +00:00
Tristan Partin
5bd8e2363a
Enable all pyupgrade checks in ruff
...
This will help to keep us from using deprecated Python features going
forward.
Signed-off-by: Tristan Partin <tristan@neon.tech >
2024-10-08 14:32:26 -05:00
Heikki Linnakangas
723c0971e8
Don't create 'empty' branch in neon_simple_env ( #8965 )
...
Now that we've given up hope on sharing the neon_simple_env between
tests, there's no reason to not use the 'main' branch directly.
2024-09-09 12:38:34 +03:00
Arseny Sher
0353a72a00
pg_waldump segment on safekeeper in test_pg_waldump.
...
To test it as well.
2024-05-06 07:18:38 +03:00
Anastasia Lubennikova
69bf1bae7d
Fix usage of pg_waldump --ignore option ( #7578 )
...
Previously, the --ignore option was only used when reading from a single
file.
With this PR pg_waldump -i is enough to open any neon WAL segments
2024-05-02 11:52:30 +00:00