move to 495

This commit is contained in:
Alexey Masterov
2025-05-21 08:33:43 +02:00
parent 27ba297487
commit 20de8c2d52
3 changed files with 4488 additions and 2 deletions

View File

@@ -55,7 +55,7 @@ jobs:
run: |
cd "vendor/postgres-v${PG_VERSION}"
patch -p1 < "../../compute/patches/cloud_regress_pg${PG_VERSION}.patch"
patch -p1 < "../../compute/patches/cloud_regress_pg17_395.patch"
patch -p1 < "../../compute/patches/cloud_regress_pg17_495.patch"
- name: Generate a random password
id: pwgen

File diff suppressed because it is too large Load Diff

View File

@@ -15,7 +15,7 @@ if TYPE_CHECKING:
from fixtures.pg_version import PgVersion
@pytest.mark.timeout(7200)
@pytest.mark.timeout(10800)
@pytest.mark.remote_cluster
def test_cloud_regress(
remote_pg: RemotePostgres,