发布

  • [NA] [CI] chore: run SDK load tests on the larger ubuntu-latest-m runner (#7271)

    frostbyte_neo 发布于 2026-06-29 11:57:44 +00:00

    The Load Tests (SDK ingestion) job ran on the default ubuntu-latest
    (2 vCPU / 7 GB). The heaviest ingestion scenarios (e.g.
    test_many_spans_per_trace) intermittently exhausted memory and the kernel
    killed an xdist worker mid-run ("node down: Not properly terminated"),
    failing the whole job despite no logic regression.

    Switch to the larger ubuntu-latest-m runner (~4 vCPU / 16 GB) — already used
    elsewhere in the repo — for the memory headroom those scenarios need. Kept
    -n 2 conservative for now; with the larger runner it can be raised toward
    -n auto later if more parallelism is wanted.

    Co-authored-by: Claude Opus 4.8 (1M context) noreply@anthropic.com

    下载附件