comparison NewTests/Concurrency/test_transfer.py @ 731:33e8cb8511ca

accelerate transfer tests
author Alain Mazy <am@orthanc.team>
date Mon, 21 Oct 2024 11:30:18 +0200
parents b50b6acc1206
children b033ef6942eb
comparison
equal deleted inserted replaced
730:d2ac1c6588db 731:33e8cb8511ca
89 89
90 90
91 def test_pull(self): 91 def test_pull(self):
92 oa, ob = self.clean_start() 92 oa, ob = self.clean_start()
93 93
94 populator = OrthancTestDbPopulator(ob, studies_count=5, random_seed=65) 94 populator = OrthancTestDbPopulator(ob, studies_count=2, series_count=2, instances_count=200, random_seed=65)
95 populator.execute() 95 populator.execute()
96 96
97 all_studies_ids = ob.studies.get_all_ids() 97 all_studies_ids = ob.studies.get_all_ids()
98 instances_count = ob.get_statistics().instances_count 98 instances_count = ob.get_statistics().instances_count
99 disk_size = ob.get_statistics().total_disk_size 99 disk_size = ob.get_statistics().total_disk_size