-
Notifications
You must be signed in to change notification settings - Fork 12
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
Adviser tests are failing because of allocated CPU time exceeded #266
Comments
/priority critical-urgent |
/kind bug |
To test the resolver is such cases, I try to create a lock file using Pipenv and submit an advise with the lock file as generated by Pipenv. In that case, resolver reports why it removes packages Pipenv resolved:
See docs. |
/sig stack-guidance |
Failing tests:
Failure:
Failure:
Failure:
Failure:
Based on the lock file we use in repos, it looks like that thoth-solver was not able to solve jupyter-tensorboard==0.2.0' in the given runtime environment. However, for some schenarios adviser was able to resolve application dependencies when triggered manually. I've created a new integration-tests job to confirm if these tests are still failing. Nevertheless, it would be great to check why thoth-solver did not solve jupyter-tensorboard in the given runtime environment. |
thoth-solver fails to install jupyterlab-tensorboard with the following error:
The issue here is that jupyter-tensorboard executes code after installation that expects |
In the recent report, the adviser was able to find a resolution to this issue - that is using an older version of jupyter-tensorboard that does not perform any post-install procedure. Closing this as integration tests are green. Nevertheless, we should report this upstream and see what their opinion is on this one. /close |
@fridex: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/reopen |
@fridex: Reopened this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Today's aws-prod tests show green. |
/assign @fridex |
Scheduled integration-tests for stage, we should receive an email report after the integration tests finish. |
Right now, integration tests in stage are not running (thoth-station/thoth-application#2599) |
In yesterday's run of the integration tests in aws-prod, one of the adviser tests failed (
|
Another anecdotal update: yesterday's aws-prod integration test runs have 2 tests failing due to allocated CPU time exceeded: |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with /lifecycle stale |
/remove-lifecycle stale |
Describe the bug
Tests for the
thamos_advise
feature are producing the following error in stage:To Reproduce
Steps to reproduce the behavior:
See last integration tests report for stage environment.
Expected behavior
Tests complete successfully.
The text was updated successfully, but these errors were encountered: