-
Notifications
You must be signed in to change notification settings - Fork 29
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
Enable caching using memcached #164
Enable caching using memcached #164
Conversation
/retest |
/hold Looks like I need to update the functional tests. |
c73dbd2
to
c2e3678
Compare
/retest "Error from server (NotFound): deployments.apps "openstack-operator-controller-manager" not found" |
/retest failed to wait for the created cluster claim to become ready |
/retest 5 tempest failures all due to 401 Unauthorized errors when deleting a share in the teardown phase. The tests themselves all passed. |
/retest-required |
/retest Current analysis is a spurious timeout in one test triggers a cascade of false timeouts in other tests. There are ongoing upstream efforts to address these issues in tempest, and the current advice is "cross your fingers and try again." |
There's an issue here I think that's causing these failures: a number of "deferred" cleanups fail; The way this works is that the tests request a project credential, and create a bunch of resources for multiple test cases to share... and these common resources are cleaned up at the end of the test class. The cleanup is done with the project credentials that were saved when the resource was created... Under normal circumstances, this is fine.. but, I think that tokens are expiring by the time the tests come around to clean up.. one of the failures indicates this from the tempest log:
Digging into this; the test requested share creation at
and cleanup was attempted at |
auth_type = password | ||
project_domain_name = Default | ||
user_domain_name = Default | ||
project_name = service | ||
username = {{ .ServiceUser }} | ||
password = {{ .ServicePassword }} | ||
interface = internal | ||
token_cache_time = 600 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
WIP: This is just to test whether tempest tests pass when the token timeout is increased.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/retest-required
Three auth failures on the last run that resulted in two cleanup failures in the last run.. re-running the job to see if these repeat.
|
/retest |
Jira: OSP-30046
/retest-required |
/unhold |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: abays, ASBishop, fmount The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/test manila-operator-build-deploy-tempest |
250f67f
into
openstack-k8s-operators:main
Jira: OSP-30046