Test server does not list all runs of a user
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 16
- Forks
- 50
- PR merge metrics
- No merged PRs in 30d
Description
If I call https://test.openml.org/api/v1/xml/run/list/uploader/1159, it shows me no results. Nevertheless, I was able to find a run of user 1159 on the server: see here. This run which I cannot retrieve programmatically prohibits me from deleting flows from the test server in an automated fashion. This contradict each other.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by requesting the reported endpoint, /api/v1/xml/run/list/uploader/1159, and compare its response with the web page for run 16. Trace how the uploader filter handles this user's runs and verify that the endpoint lists the run so automated flow deletion can proceed.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- api, backend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100