-
Notifications
You must be signed in to change notification settings - Fork 4
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
Include package osc-ingest-tools in recommendations #220
Comments
/sig stack-guidance |
/assign @mayaCostantini |
/kind feature |
prow should be back now: |
The package is now known to the database: $ http 'https://khemenu.thoth-station.ninja/api/v1/python/package/version/environments?name=osc-ingest-tools&version=0.3.4&index=https%3A%2F%2Fpypi.org%2Fsimple'
HTTP/1.1 200 OK
access-control-allow-origin: *
cache-control: private
content-length: 313
content-type: application/json
date: Tue, 07 Jun 2022 20:52:21 GMT
server: gunicorn
set-cookie: 99770cb82864be05282857f803e02327=dc3a560c7c01a697dac473a08753a6f6; path=/; HttpOnly; Secure; SameSite=None
x-thoth-search-ui-url: https://thoth-station.ninja/search/
x-thoth-version: 0.35.2
x-user-api-service-version: 0.35.2+messaging.0.16.1.storages.0.72.1.common.0.36.2.python.0.16.10
{
"environments": [
{
"os_name": "fedora",
"os_version": "34",
"python_version": "3.9"
},
{
"os_name": "fedora",
"os_version": "35",
"python_version": "3.10"
},
{
"os_name": "rhel",
"os_version": "8",
"python_version": "3.8"
}
]
} However, some information is still not in sync: $ http 'https://khemenu.thoth-station.ninja/api/v1/python/package/version/metadata?name=osc-ingest-tools&version=0.3.4&index=https%3A%2F%2Fpypi.org%2Fsimple&os_name=ubi&os_version=8&python_version=3.8'
HTTP/1.1 500 INTERNAL SERVER ERROR
access-control-allow-origin: *
content-length: 403
content-type: application/json
date: Tue, 07 Jun 2022 20:51:52 GMT
server: gunicorn
set-cookie: 99770cb82864be05282857f803e02327=dc3a560c7c01a697dac473a08753a6f6; path=/; HttpOnly; Secure; SameSite=None
x-thoth-search-ui-url: https://thoth-station.ninja/search/
x-thoth-version: 0.35.2
x-user-api-service-version: 0.35.2+messaging.0.16.1.storages.0.72.1.common.0.36.2.python.0.16.10
{
"error": "Solver document not found - solver documents are not in sync with database records, please contact administrator with the provided information: solver-rhel-8-py38-220520152941-159d145e61def2b5",
"parameters": {
"index": "https://pypi.org/simple",
"name": "osc-ingest-tools",
"os_name": "rhel",
"os_version": "8",
"python_version": "3.8",
"version": "0.3.4"
}
} |
@codificat can we close this issue? |
Yes, thanks - the package is known now, so let's The solver document is still not available in production (see last comment), but that doesn't interfere here. The solver doc is available in stage, so if appropriate we will handle a potential sync issue separatedly. |
@codificat: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Package name
osc-ingest-tools
Python package index URL
https://pypi.org/simple
Reason
See thoth-station/core#401 (comment)
The text was updated successfully, but these errors were encountered: