Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Timed out after 90 seconds #519

Closed
vvarg229 opened this issue Mar 20, 2023 · 3 comments
Closed

Timed out after 90 seconds #519

vvarg229 opened this issue Mar 20, 2023 · 3 comments
Labels
bug Something isn't working

Comments

@vvarg229
Copy link
Collaborator

vvarg229 commented Mar 20, 2023

Tests fail with an error:
timed out after 90 seconds

On step "Put object to random node"
subprocess.TimeoutExpired: Command 'neofs-cli --config /home/varg/work/neofs-testcases/wallet_config.yml object put --rpc-endpoint 's01.neofs.devenv:8080' --wallet '/home/varg/work/neofs-testcases/ConfigsDir/ace6f6b1-157a-467b-9a8a-c0683e9cec55.json' --cid 'CvrNSXivQBswsTZpW7hFgrcrUuPdu5NC3Ve8hqTJEUL3' --file '/home/varg/work/neofs-testcases/TemporaryDir/4c01b873-27dd-43fd-8593-8c06f2d7316e' --no-progress' timed out after 90 seconds

allure report:
run_failed.zip

A list of failed tests:

test_object_storage_policies
test_get_object_api
test_head_object_api
test_search_object_api
test_object_get_range_hash
test_object_get_range
test_object_get_range_negatives
test_object_get_range_hash_negatives
test_locked_object_cannot_be_deleted
test_already_outdated_lock_should_not_be_applied
test_after_lock_expiration_with_lifetime_user_should_be_able_to_delete_object
test_after_lock_expiration_with_expire_at_user_should_be_able_to_delete_object
test_link_object_of_locked_complex_object_can_be_dropped
test_chunks_of_locked_complex_object_can_be_dropped
test_static_session_read
test_static_session_range
test_static_session_unrelated_object
test_static_session_head_unrelated_user
test_static_session_head_wrong_verb
test_static_session_signed_by_other
test_static_session_signed_for_other_container
test_static_session_without_sign
test_static_session_delete_verb
test_static_session_put_verb
test_static_session_invalid_issued_epoch

Falling tests are reproduced only when these tests are run together with the other tests.
If you run only the failing tests separately, the error is not reproduced.

@vvarg229 vvarg229 added bug Something isn't working testcases labels Mar 20, 2023
@vvarg229 vvarg229 self-assigned this Mar 20, 2023
@roman-khimov
Copy link
Member

Which one fail this way?

@vvarg229
Copy link
Collaborator Author

Which one fail this way?

No, here's a list of failed tests:

test_object_storage_policies
test_get_object_api
test_head_object_api
test_search_object_api
test_object_get_range_hash
test_object_get_range
test_object_get_range_negatives
test_object_get_range_hash_negatives
test_locked_object_cannot_be_deleted
test_already_outdated_lock_should_not_be_applied
test_after_lock_expiration_with_lifetime_user_should_be_able_to_delete_object
test_after_lock_expiration_with_expire_at_user_should_be_able_to_delete_object
test_link_object_of_locked_complex_object_can_be_dropped
test_chunks_of_locked_complex_object_can_be_dropped
test_static_session_read
test_static_session_range
test_static_session_unrelated_object
test_static_session_head_unrelated_user
test_static_session_head_wrong_verb
test_static_session_signed_by_other
test_static_session_signed_for_other_container
test_static_session_without_sign
test_static_session_delete_verb
test_static_session_put_verb
test_static_session_invalid_issued_epoch

roman-khimov added a commit that referenced this issue Mar 21, 2023
Tests that fall with the error "Timed out after 90 seconds" are marked
as skip.
These tests are also marked as nspcc_dev__neofs_testcases__issue_519.
See #519 for details.
roman-khimov added a commit that referenced this issue Mar 21, 2023
Tests that fail with the error "Timed out after 90 seconds" are marked
as skip. These tests are also marked as
nspcc_dev__neofs_testcases__issue_519. See
#519 for details.
@vvarg229 vvarg229 removed their assignment Mar 22, 2023
vvarg229 added a commit to vvarg229/neofs-testcases that referenced this issue May 5, 2023
This commit removes the @pytest.mark.skip and issue_* decorators that were
temporarily skipping tests related to specific issues. The problems
associated with these tests have been resolved in the neofs-node project,
allowing them to be executed along with other tests.

List of removed issues:
nspcc-dev/neofs-node#2262
nspcc-dev#519
nspcc-dev#520
nspcc-dev#521
nspcc-dev#523
nspcc-dev#524
nspcc-dev#533
nspcc-dev#539
https://j.yadro.com/browse/OBJECT-628

But according to the results of test runs added issues, here is their list:
nspcc-dev#535
nspcc-dev#537
nspcc-dev#542
nspcc-dev#544
nspcc-dev#558
nspcc-dev#559

Signed-off-by: Oleg Kulachenko <[email protected]>
@vvarg229
Copy link
Collaborator Author

Fixed:
vvarg229@f2a5a93

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants