-
Notifications
You must be signed in to change notification settings - Fork 8
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
routing: dot in url gives 404 not found #71
Comments
I would like to take this issue @VallariAg |
@tech-rounak sure, go ahead! |
hey @VallariAg I tried configuring the pulpit-ng repo |
That's right! And integrate pulpito-ng with the teuthology setup to see the data. Instructions to do that are in README: https://github.com/ceph/pulpito-ng?tab=readme-ov-file#integrate-with-teuthology-docker-setup |
Tried Following the steps mentioned on the docs when I replace the pulpito services in teuthology docker compose file and run it, Do give your insights on this. |
Hey, we have a project teuthology-api which is what that's referring to.
If running teuthology in wait mode, you wouldn't see any runs on pulpito. If you wanna explore that, you can schedule runs from inside of the teuthology container:
(here e886a6b3632f is the teuthology container ID) Then you'll see a run appear on pulpito. I don't think you should face any problem setting this up in arm64 arch, I use the same machine. I have setup docker using rancher desktop so maybe that might help. |
Try running this teuthology-suite command:
|
teuthology-suite is not installed, I am using docker to install everything. Is there any other resource where the proper installation of teuthology is present. |
I meant run the teuthology-suite command inside docker, sorry for the confusion!
In production env, teuthology commands are run from ceph's teuthology machines. You can read about the workflow here: https://docs.ceph.com/en/quincy/dev/developer_guide/testing_integration_tests/tests-integration-testing-teuthology-workflow/#triggering-tests |
Oh! So the error happens only when we go to url without a trailing slash like
Maybe we can add some redirect rule in config to add trailing slashes too?
Make sure the paddles url is pointing correctly to the local paddles container. |
yeah its pointing to the correct paddles container on port 8080.
I checked it without the trailing slash also the error's not showing. |
In local setup, when there's a dot (".") in the url we get 404 not found.
Example run: vshankar-2024-01-25_13:52:19-fs-wip-vshankar-testing-20240125.044502-testing-default-smithi
To reproduce, start pulpito-ng locally and go to
/runs/vshankar-2024-01-25_13:52:19-fs-wip-vshankar-testing-20240125.044502-testing-default-smithi
The text was updated successfully, but these errors were encountered: