Skip to content

Commit cd6f654

Browse files
committed
test(infra): run the e2e suite serially
Parallel execution on one CI runner maximized cold-start races and resource pressure: the billing test's Envoy access-log scrape ran before the merged proxy had served its route. Run chainsaw with --parallel 1 (as the retired bridge harness did) so the shared data plane warms progressively and each scenario runs against a ready proxy. Refs #279.
1 parent 7f208a1 commit cd6f654

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Taskfile.test-infra.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -422,6 +422,7 @@ tasks:
422422
- echo "🧪 chainsaw suite {{.TARGET}} (nso-standard={{.UPSTREAM_CLUSTER}}, nso-infra={{.DOWNSTREAM_CLUSTER}}); report {{.REPORT_PATH}}/{{.REPORT_NAME}}.json"
423423
- |
424424
{{.CHAINSAW}} test {{.TARGET}} \
425+
--parallel 1 \
425426
--cluster nso-standard={{.TMP_DIR}}/.kind-{{.UPSTREAM_CLUSTER}}.yaml \
426427
--cluster nso-infra={{.TMP_DIR}}/.kind-{{.DOWNSTREAM_CLUSTER}}.yaml \
427428
--report-format JSON \

0 commit comments

Comments
 (0)