-
Notifications
You must be signed in to change notification settings - Fork 18
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
Labels
bug
Something isn't working
Comments
Which one fail this way? |
No, here's a list of failed tests:
|
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.
This was referenced 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]>
Fixed: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
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.
The text was updated successfully, but these errors were encountered: