Skip to content

Commit

Permalink
Add test case for zephyr
Browse files Browse the repository at this point in the history
  • Loading branch information
olexandr-havryliak committed Dec 11, 2024
1 parent 6fdfd9c commit 4ef9fcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pbm-functional/pytest/test_drop_pitr.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def start_cluster(cluster,request):
@pytest.mark.parametrize('primary_shard',['unchanged','changed'])
@pytest.mark.parametrize('old_collection',['sharded','unsharded'])
@pytest.mark.parametrize('new_collection',['sharded','unsharded'])
def test_load_drop_pitr(start_cluster,cluster,restore_type,primary_shard,old_collection,new_collection):
def test_load_drop_pitr_PBM_T281(start_cluster,cluster,restore_type,primary_shard,old_collection,new_collection):
cluster.check_pbm_status()
client = pymongo.MongoClient(cluster.connection)
# the primary shard for old database - rs1
Expand Down

0 comments on commit 4ef9fcc

Please sign in to comment.