File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -513,8 +513,6 @@ async def _directory_creator(
513513 assert file_upload_complete_response
514514 state_url = URL (f"{ file_upload_complete_response .links .state } " ).relative ()
515515
516- # check that it finished updating TODO: this works via celery now
517- # get_completed_upload_tasks(initialized_app).clear()
518516 # now check for the completion
519517 async for attempt in AsyncRetrying (
520518 reraise = True ,
Original file line number Diff line number Diff line change @@ -676,8 +676,6 @@ async def test_upload_real_file_with_emulated_storage_restart_after_completion_w
676676 assert file_upload_complete_response
677677 state_url = URL (f"{ file_upload_complete_response .links .state } " ).relative ()
678678
679- # # here we do not check now for the state completion. instead we simulate a restart where the tasks disappear TODO: fix
680- # get_completed_upload_tasks(initialized_app).clear()
681679 # now check for the completion
682680 completion_etag = None
683681 async for attempt in AsyncRetrying (
You can’t perform that action at this time.
0 commit comments