Hacktoberfest 2026: le issue che i maintainer hanno segnato per ottobre, aperte e adatte ai principianti. Sfoglia le issue Hacktoberfest

from_deps.fetches fails unless `unique-kinds=false` is present

Aperta
#563 0 commenti 0 reazioni 0 assegnatari Vedi su GitHub

Nessuno ha ancora preso questa issue.

Valutazione

Difficoltà
3/5
Tempo stimato
1-2 giorni
Idoneità per principianti
38/100
Tipo di issue
Bug
Chiarezza
Abbastanza chiara
Stato di attività
Ferma
Stack tecnologico
python
Ambito
ci-cd, devops

Direzione di ricerca

Start by locating the from_deps transform and tracing how it names generated dependencies and fetches when unique_kinds is true. Add regression coverage for the default setting and verify that the generated keys match so the fetch succeeds.

Scritto dal modello di indicizzazione a partire dal testo della issue.

Descrizione

If unique_kinds is true (the default), then the from_deps transform generates dependencies like in the form of {kind}: {kind}-{label}. However, it generates fetches in the form of {kind}-{label}: {fetch_info}. This leads to a failure since there's a mismatch between the keys. This is based on the app-services code, which is using taskgraph 8.0, but I believe the issue is also present in 10.0.

Lingua principale
Python
Stelle
26
Fork
55
Merge medio
2g 6m
PR unite (30g)
15

Guida per i contributori

Apri la guida per i contributori

Come iniziare

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Altre issue di taskcluster/taskgraph

Tutte le issue di taskcluster/taskgraph

Issue simili

Altre issue su Python

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.