Bug 51619 - /dependencies/what_depends_src и отсутствующие зависимости
Summary: /dependencies/what_depends_src и отсутствующие зависимости
Status: NEW
Alias: None
Product: Infrastructure
Classification: Infrastructure
Component: rdb.altlinux.org (show other bugs)
Version: unspecified
Hardware: x86_64 Linux
: P5 normal
Assignee: Danil Shein
QA Contact: Andrey Cherepanov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-10-02 15:05 MSK by Stanislav Levin
Modified: 2024-10-02 15:05 MSK (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Stanislav Levin 2024-10-02 15:05:53 MSK
Результат запроса /dependencies/what_depends_src с пакетом, у которого нет никаких зависимостей (в данном примере bumper):
Error: response status is 404

Response body
{
  "details": [
    {
      "args": {
        "name": "bumper",
        "branch": "sisyphus",
        "dp_type": "both"
      }
    }
  ],
  "message": "No data found in database for given parameters"
}

Ожидается:
статус 200 и пустой список зависимостей.

Почему ожидается не 404:
потому что код ошибки и описание совпадает со случаем несуществующего src пакета.