You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The name field in the artifacts "table" entry for a debs entry looks to be being modified in an unexpected way. Note that the name has an _ in it which is not a valid package name, and I presume was a . in the original:
It's not being modified by test-observer - part of the Cert's team infrastructure does this and sends the artefact name with this change
I understand that this is not ideal for you, but would suggest that we track that against of test infra project rather than here.
Anywhere is fine. Can you elaborate on the modifications being done, if they are reversible then I can use that to recover the original. (Right now I am assuming that only "." is replaced by "_" and therefore that it is reversible, but I cannot be 100% sure obviously.
Yes exactly what you said "." are replaced with "_" as we had problems with a component that relies on JSONPaths, but we could not seem to escape the "." chars in package names.
The
name
field in the artifacts "table" entry for a debs entry looks to be being modified in an unexpected way. Note that the name has an_
in it which is not a valid package name, and I presume was a.
in the original:{
"id": 12000,
"name": "linux-generic-hwe-20_04",
"version": "5.15.0.91.101~20.04.48",
"track": null,
"store": null,
"series": "focal",
"repo": "main",
"stage": "updates",
"status": "UNDECIDED",
"assignee": null
},
The text was updated successfully, but these errors were encountered: