flyteorg/flyte
[Run Service] Ensure `WatchRuns` works expected
Fechada
#6.981 aberto em 6 de mar. de 2026
flyte2good first issue
Métricas do repositório
- Stars
- (3.705 estrelas)
- Métricas de merge de PR
- (Mesclagem média 3d 8h) (114 fundiu PRs em 30d)
Description
Command
SCOPE=project bash runs/test/scripts/watch_runs.sh
Response
| Field | Expected | Presented? | Need implement? |
|---|---|---|---|
runs |
repeated Run |
✅ | ❌ |
runs[].action |
Action |
✅ | ❌ |
runs[].action.id |
ActionIdentifier |
✅ | ❌ |
runs[].action.id.run.org |
string |
✅ | ❌ |
runs[].action.id.run.project |
string |
✅ | ❌ |
runs[].action.id.run.domain |
string |
✅ | ❌ |
runs[].action.id.run.name |
string |
✅ | ❌ |
runs[].action.id.name |
string |
✅ | ❌ |
runs[].action.metadata |
ActionMetadata |
✅ | ❌ |
runs[].action.status |
ActionStatus |
✅ | ❌ |
runs[].action.status.phase |
ActionPhase |
✅ | ❌ |
runs[].action.status.start_time |
Timestamp |
❌ | ✅ |
runs[].action.status.end_time |
optional Timestamp |
❌ | ✅ (available when the action terminated) |
runs[].action.status.attempts |
uint32 |
❌ | ✅ |
runs[].action.status.cache_status |
CatalogCacheStatus |
❌ | ✅ |
runs[].action.status.duration_ms |
optional uint64 |
❌ | ✅ (available when the action terminated) |