-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwup-shell-only.yaml
More file actions
110 lines (108 loc) · 2.75 KB
/
Copy pathwup-shell-only.yaml
File metadata and controls
110 lines (108 loc) · 2.75 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
# WUP Configuration for CLI Testing
# Generated automatically by wup init-cli
# Project: koru
project:
name: koru
description: CLI testing for koru
watch:
paths:
- '**'
exclude_patterns:
- '*.md'
- tests/**
- .venv/**
- venv/**
- node_modules/**
file_types:
- .py
services:
- name: koru-shell
type: shell
paths: []
root: /home/tom/github/semcod/koru
quick_tests:
scope: all
max_endpoints: 4
detail_tests:
scope: all
max_endpoints: 8
test_strategy:
quick:
debounce_s: 2
max_queue: 5
timeout_s: 30
detail:
debounce_s: 10
max_queue: 1
timeout_s: 60
testql:
scenario_dir: testql-scenarios
smoke_scenario: cli-smoke.testql.toon.yaml
output_format: json
probe_interval_s: 60
# BEGIN WUP MONITORING MANIFEST (auto-generated — do not edit; run: wup sync-testql --write)
monitoring:
generated_at: '2026-05-22T21:24:33Z'
generated_by: wup sync-testql --write (or wup watch startup)
how_to_refresh: wup sync-testql . --write
probe_interval_s: 0
health_scenario: ''
base_url: (set testql.base_url or WUP_BASE_URL)
endpoint_discovery: true
scenario_dir: testql-scenarios
service_map_globs: []
docker_compose_files:
- docker-compose.yml
wup_services:
koru-shell:
wup_paths: []
docker: []
live_probes: []
testql_dry_run_scenarios: []
docker_not_mapped_to_wup:
- compose_service: koru
container_name: koru-test
host_ports: []
profiles:
- test
compose_file: docker-compose.yml
- compose_service: koru-dev
container_name: koru-dev
host_ports: []
profiles:
- dev
compose_file: docker-compose.yml
- compose_service: planfile
container_name: planfile-test
host_ports: []
profiles:
- deps
compose_file: docker-compose.yml
- compose_service: regix
container_name: regix-test
host_ports: []
profiles:
- deps
compose_file: docker-compose.yml
- compose_service: testql
container_name: testql-test
host_ports: []
profiles:
- deps
compose_file: docker-compose.yml
- compose_service: healing-webhook
container_name: healing-webhook-test
host_ports:
- 8810:8810
profiles:
- deps
compose_file: docker-compose.yml
troubleshooting:
probe_failed_check:
- Czy kontener z sekcji docker jest uruchomiony (docker ps)?
- Czy host_ports mapuje na URL w live_probes (np. 8100 vs 8202)?
- Czy błąd dotyczy proxy frontendu (/firmware na :8100) vs bezpośredniego :8202?
- 'Czy endpoint jest w live_probes — jeśli nie, uruchom: wup sync-testql . --write'
config_vs_runtime: Pole live_probes to faktyczne żądania HTTP WUP. Jeśli endpointu
tu nie ma, WUP go nie sprawdza — to błąd konfiguracji, nie aplikacji.
# END WUP MONITORING MANIFEST