qa/tests: skip rgw site tests in api#63126
Conversation
7e23c4d to
d61e3ee
Compare
qa/tasks/mgr/dashboard/test_rgw.py
Outdated
| return self._get('/api/rgw/user/{}?stats={}'.format(uid, stats)) | ||
|
|
||
|
|
||
| @unittest.skipUnless(os.environ.get('ghprbPullTitle', '').starswith('mgr/dashboard:')) |
There was a problem hiding this comment.
If we need (and surely we'll need it) to use this in more places, maybe we can create a couple of aliases :
# helper.py
skipUnlessDashboardPR = unittest.skipUnless(
os.environ.get('ghprbPullTitle', '').starswith('mgr/dashboard:')
)
skipUnlessPRDescription = lambda keyword="run_all_api_tests": unittest.skipUnless(keyword in os.environ.get('ghprbPullLongDescription', ''))There was a problem hiding this comment.
for now I've added the alias for skipping unless dashboard PR. I didn't added the other one.
qa/tasks/mgr/dashboard/test_rgw.py
Outdated
|
|
||
| @unittest.skipUnless( | ||
| os.environ.get('ghprbPullTitle', '').startswith('mgr/dashboard:'), | ||
| 'Skipping because PR title does not start with mgr/dashboard') |
|
@nizamial09 for this specific one, I'm not sure we should disable it. It looks like the time out is set to 45 seconds and this is taking 47 to complete... Let's wait for @cbodley's feedback on the potential impact of the recently merged #62398, and also on guidance about reasonable time-out for RGW realm listing (current one is 45 secs, and failures report 46-47 secs). |
|
@epuertat that sounds good to me. I'll wait for their confirmation. I've seen some tests goes beyond 50s as well in the logs and in other cases it didn't get logged because the tests was stopped and clients were destroyed before fetching the response. If I can find those logs I can share it later. |
|
@nizamial09 we might need to merge this PR, while RGW team troubleshoots the issue, as this failure is affecting other PRs, and re-enable after that. |
so should I just go with the current one then? instead of increasing timeout? |
|
btw, make check's started failing :/. Ongoing discussion in a slack thread |
|
opened https://tracker.ceph.com/issues/71239 to track the regression |
Failure in https://jenkins.ceph.com/job/ceph-api/95185/ ``` dashboard.rest_client.RequestException: RGW REST API GET timed out after 45 seconds (url=http://172.21.5.32:8000/admin/realm?list). ``` Signed-off-by: Nizamudeen A <nia@redhat.com>
d61e3ee to
1479e11
Compare
|
https://jenkins.ceph.com/job/ceph-pull-requests-arm64/73706/
|
|
jenkins test make check arm64 |
|
https://jenkins.ceph.com/job/ceph-pull-requests-arm64/73729/
|
|
jenkins test make check arm64 |
|
jenkins test make check arm64 |
|
out of curiosity, have we seen this timeout failure in teuthology? |
|
i shared some updates in the #sepia slack discussion, but i doubt there's a fix for this coming soon is it possible to enable retries on the http client you're using in these tests? i would expect that to help with their stability under vstart |
Failure in https://jenkins.ceph.com/job/ceph-api/95185/
Contribution Guidelines
To sign and title your commits, please refer to Submitting Patches to Ceph.
If you are submitting a fix for a stable branch (e.g. "quincy"), please refer to Submitting Patches to Ceph - Backports for the proper workflow.
When filling out the below checklist, you may click boxes directly in the GitHub web UI. When entering or editing the entire PR message in the GitHub web UI editor, you may also select a checklist item by adding an
xbetween the brackets:[x]. Spaces and capitalization matter when checking off items this way.Checklist
Show available Jenkins commands
jenkins test classic perfJenkins Job | Jenkins Job Definitionjenkins test crimson perfJenkins Job | Jenkins Job Definitionjenkins test signedJenkins Job | Jenkins Job Definitionjenkins test make checkJenkins Job | Jenkins Job Definitionjenkins test make check arm64Jenkins Job | Jenkins Job Definitionjenkins test submodulesJenkins Job | Jenkins Job Definitionjenkins test dashboardJenkins Job | Jenkins Job Definitionjenkins test dashboard cephadmJenkins Job | Jenkins Job Definitionjenkins test apiJenkins Job | Jenkins Job Definitionjenkins test docsReadTheDocs | Github Workflow Definitionjenkins test ceph-volume allJenkins Jobs | Jenkins Jobs Definitionjenkins test windowsJenkins Job | Jenkins Job Definitionjenkins test rook e2eJenkins Job | Jenkins Job Definition