Skip to content

fix(ci): read flattened error.threads list in crashtracker collect-all-threads test#3949

Draft
Leiyks wants to merge 1 commit into
masterfrom
leiyks/fix-ci-crashtracker-threads
Draft

fix(ci): read flattened error.threads list in crashtracker collect-all-threads test#3949
Leiyks wants to merge 1 commit into
masterfrom
leiyks/fix-ci-crashtracker-threads

Conversation

@Leiyks
Copy link
Copy Markdown
Contributor

@Leiyks Leiyks commented Jun 3, 2026

libdatadog bump #3927 flattened the crash-report thread schema (error.threads.threads → flat error.threads list), so the test parsed null and saw 0 threads. Read the flat list (still accepts the legacy nested shape).

…_extension_ci crashtracker]

libdatadog bump #3927 (2026-06-02) flattened the crash report schema:
error.threads changed from a wrapper object { threads: [...] } to a flat
list of ThreadData. The test still read error.threads.threads, which is
now null, so the collected threads (count > 0) were reported as 0.

Read error.threads directly as the flat list while still accepting the
legacy nested shape for backward compatibility.
@datadog-official
Copy link
Copy Markdown

datadog-official Bot commented Jun 3, 2026

Pipelines  Tests

Fix all issues with BitsAI

⚠️ Warnings

🚦 45 Pipeline jobs failed

DataDog/apm-reliability/dd-trace-php | ASAN test_c with multiple observers: [8.3]   View in Datadog   GitLab

See error Test failure in agent_sampling_sidecar.phpt: The sidecar trace flusher sender informs about changes to the agent sample rate.

DataDog/apm-reliability/dd-trace-php | benchmarks-tracer   View in Datadog   GitLab

See error Your requirements could not be resolved due to security advisories affecting laravel/framework versions.

DataDog/apm-reliability/dd-trace-php | min install tests   View in Datadog   GitLab

See error Failed to install live debugger span probe in debugger_span_probe_class.phpt.

View all 45 failed jobs.

ℹ️ Info

No other issues found (see more)

🧪 All tests passed
❄️ No new flaky tests detected

🔄 Datadog auto-retried 2 jobs - 0 passed on retry View in Datadog

🎯 Code Coverage (details)
Patch Coverage: 100.00%
Overall Coverage: 54.12% (+0.00%)

Useful? React with 👍 / 👎

This comment will be updated automatically if new data arrives.
🔗 Commit SHA: 948ee4e | Docs | Datadog PR Page | Give us feedback!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant