Problem: tests fail with recursion error on very large transfers #114
Labels
Columbia University Library
CUL: phase 1
Type: bug
A flaw in the code that causes the software to produce an incorrect or unexpected result.
When attempting to start a very large transfer, the AMAUAT tests call
ArchivematicaBrowserTransferAbility.wait_for_transfer_to_appear
recursively. This becomes problematic when waiting for a very large transfer to become ready for approval. The specific exception raised isRecursionError: maximum recursion depth exceeded while calling a Python object
. Python's maximum recursion limit is 1000:The text was updated successfully, but these errors were encountered: