From e07776c999445c92833db1b6f9cbdcdee9ac50d1 Mon Sep 17 00:00:00 2001 From: Oleksandr Havryliak <88387200+olexandr-havryliak@users.noreply.github.com> Date: Wed, 18 Sep 2024 10:04:27 +0300 Subject: [PATCH] PBM-1297 re-enable the test (#220) --- pbm-functional/pytest/test_PBM-1297.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pbm-functional/pytest/test_PBM-1297.py b/pbm-functional/pytest/test_PBM-1297.py index 4de3e6e..f0c5140 100644 --- a/pbm-functional/pytest/test_PBM-1297.py +++ b/pbm-functional/pytest/test_PBM-1297.py @@ -60,7 +60,7 @@ def start_cluster(cluster,newcluster,request): newcluster.destroy(cleanup_backups=True) @pytest.mark.timeout(600, func_only=True) -def test_disabled_pitr_PBM_T253(start_cluster,cluster,newcluster): +def test_logical_pitr_PBM_T253(start_cluster,cluster,newcluster): cluster.check_pbm_status() cluster.make_backup("logical") cluster.enable_pitr(pitr_extra_args="--set pitr.oplogSpanMin=0.5")