comparison NewTests/Concurrency/test_transfer.py @ 734:70757a14b42e default

fix
author Alain Mazy <am@orthanc.team>
date Tue, 22 Oct 2024 09:57:49 +0200
parents b033ef6942eb
children
comparison
equal deleted inserted replaced
733:b033ef6942eb 734:70757a14b42e
61 return oa, ob 61 return oa, ob
62 62
63 def test_push(self): 63 def test_push(self):
64 oa, ob = self.clean_start() 64 oa, ob = self.clean_start()
65 65
66 populator = OrthancTestDbPopulator(ob, studies_count=2, series_count=2, instances_count=200, random_seed=65) 66 populator = OrthancTestDbPopulator(oa, studies_count=2, series_count=2, instances_count=200, random_seed=65)
67 populator.execute() 67 populator.execute()
68 68
69 all_studies_ids = oa.studies.get_all_ids() 69 all_studies_ids = oa.studies.get_all_ids()
70 instances_count = oa.get_statistics().instances_count 70 instances_count = oa.get_statistics().instances_count
71 disk_size = oa.get_statistics().total_disk_size 71 disk_size = oa.get_statistics().total_disk_size