You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BasicEventSourceTests.ActivityTracking.StartStopCreatesActivity and related ActivityTracking tests fail on Android because the Activity ID remains as all-zeros Guid after EventSource Start/Stop operations. The tests expect a non-empty Activity ID to be generated, but on Android the threading/activity context does not propagate as expected.
[FAIL] BasicEventSourceTests.ActivityTracking.StartStopCreatesActivity
Assert.NotEqual() Failure: Values are equal
Expected: Not 00000000-0000-0000-0000-000000000000
Actual: 00000000-0000-0000-0000-000000000000
[FAIL] BasicEventSourceTests.ActivityTracking.ActivityFlowsAsync
[FAIL] BasicEventSourceTests.ActivityTracking.SetCurrentActivityIdBeforeEventFlowsAsync
[FAIL] BasicEventSourceTests.ActivityTracking.SetCurrentActivityIdAfterEventDoesNotFlowAsync
No existing KBE matches this signature. Related issue #56073 was filtered by integrity policy.
Filed by ci-failure-scan, which scans dnceng-public outer-loop pipelines on main and converts stable failures into KBEs and test-disable PRs. Comment here or on the workflow file to suggest changes; ci-failure-scan-feedback reads in-scope feedback daily and opens (or updates) a PR with prompt edits.
Note
🔒 Integrity filter blocked 2 items
The following items were blocked because they don't meet the GitHub integrity level.
#125436search_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
#56073search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
To allow these resources, lower min-integrity in your GitHub frontmatter:
Build Information
Build: https://dev.azure.com/dnceng-public/public/_build/results?buildId=1450787
Build error leg or test failing: android-x64 Release AllSubsets_Mono - System.Diagnostics.Tracing.Tests
Error Details
BasicEventSourceTests.ActivityTracking.StartStopCreatesActivityand related ActivityTracking tests fail on Android because the Activity ID remains as all-zeros Guid after EventSource Start/Stop operations. The tests expect a non-empty Activity ID to be generated, but on Android the threading/activity context does not propagate as expected.Error Message
{ "ErrorMessage": [ "[FAIL] BasicEventSourceTests.ActivityTracking.StartStopCreatesActivity", "Assert.NotEqual() Failure: Values are equal" ], "ErrorPattern": "", "BuildRetry": false, "ExcludeConsoleLog": false }Impact on platforms
First build it occurred
Duplicate search
ActivityTracking StartStopCreatesActivity label:"Known Build Error"- 0 resultsBasicEventSourceTests ActivityTracking label:"Known Build Error"- 0 resultsStartStopCreatesActivity is:open label:"Known Build Error"- 0 resultsActivityTracking android EventSource is:open- 1 integrity-filtered result ([tvOS] Test failures in System.Diagnostics.Tracing.Tests #56073, cannot verify)is:pr is:open ActivityTracking StartStopCreatesActivity android- 0 resultsNo existing KBE matches this signature. Related issue #56073 was filtered by integrity policy.
Filed by
ci-failure-scan, which scans dnceng-public outer-loop pipelines onmainand converts stable failures into KBEs and test-disable PRs. Comment here or on the workflow file to suggest changes;ci-failure-scan-feedbackreads in-scope feedback daily and opens (or updates) a PR with prompt edits.Note
🔒 Integrity filter blocked 2 items
The following items were blocked because they don't meet the GitHub integrity level.
search_pull_requests: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".To allow these resources, lower
min-integrityin your GitHub frontmatter:Report
Summary