bug: propagate deletion of parent PIDs properly #5662
Annotations
10 errors
Run tests:
tests/requests/test_user_moderation_actions.py#L83
test_user_moderation_approve
sqlalchemy.exc.InvalidRequestError: Can't operate on closed transaction inside context manager. Please complete the context manager before emitting further commands.
|
Run tests:
tests/tokens/test_resource_access.py#L184
test_rec_files_permissions_with_rat
assert 400 == 200
+ where 400 = <WrapperTestResponse streamed [400 BAD REQUEST]>.status_code
|
Run tests:
tests/tokens/test_resource_access.py#L242
test_rec_metadata_permissions_with_rat
assert 400 == 200
+ where 400 = <WrapperTestResponse streamed [400 BAD REQUEST]>.status_code
|
Run tests:
tests/tokens/test_resource_access.py#L300
test_draft_files_permissions_with_rat
assert 400 == 200
+ where 400 = <WrapperTestResponse streamed [400 BAD REQUEST]>.status_code
|
Run tests:
tests/tokens/test_resource_access.py#L358
test_draft_metadata_permissions_with_rat
assert 400 == 200
+ where 400 = <WrapperTestResponse streamed [400 BAD REQUEST]>.status_code
|
Run tests:
tests/tokens/test_resource_access.py#L415
test_fully_restricted_rec_files_permissions_with_rat
assert 400 == 200
+ where 400 = <WrapperTestResponse streamed [400 BAD REQUEST]>.status_code
|
Run tests:
tests/tokens/test_resource_access.py#L474
test_fully_restricted_draft_files_permissions_with_rat
assert 400 == 200
+ where 400 = <WrapperTestResponse streamed [400 BAD REQUEST]>.status_code
|
Run tests:
tests/tokens/test_resource_access.py#L779
test_rec_files_permissions_with_rat_wrong_file
assert 400 == 200
+ where 400 = <WrapperTestResponse streamed [400 BAD REQUEST]>.status_code
|
Run tests:
tests/tokens/test_resource_access.py#L837
test_rec_files_permissions_with_rat_wrong_access
assert 400 == 200
+ where 400 = <WrapperTestResponse streamed [400 BAD REQUEST]>.status_code
|
Run tests:
tests/tokens/test_resource_access.py#L896
test_rec_files_permissions_with_rat_wrong_recid
assert 400 == 200
+ where 400 = <WrapperTestResponse streamed [400 BAD REQUEST]>.status_code
|
Loading