Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test failure: System.Text.Json.Serialization.Tests.ConstructorTests_Stream.PathForChildDictionaryFails #39055

Closed
v-haren opened this issue Jul 10, 2020 · 17 comments · Fixed by #57681

Comments

@v-haren
Copy link

v-haren commented Jul 10, 2020

failed in job: runtime 20200709.94

Error message

Assert.Equal() Failure
(pos 20)
Expected: $.Child.MyDictionary.Key
Actual: $.Child.MyDictionary
 (pos 20)


Stack trace
   at System.Text.Json.Serialization.Tests.ConstructorTests.PathForChildDictionaryFails() in /_/src/libraries/System.Text.Json/tests/Serialization/ConstructorTests/ConstructorTests.Exceptions.cs:line 219

Runfo Tracking Issue: Json PathForChildDictionaryFails

Build Definition Kind Run Name Console Core Dump Test Results Run Client
1303790 runtime PR 45690 net48-windows-Release-x86-Windows.10.Amd64.Client19H1.Open console.log runclient.py
1299767 runtime Rolling net48-windows-Release-x64-Windows.10.Amd64.Client19H1.Open console.log runclient.py
1299134 runtime PR 57584 net48-windows-Release-x86-Windows.10.Amd64.Client19H1.Open console.log runclient.py
1299064 runtime PR 56501 net48-windows-Release-x86-Windows.10.Amd64.Client19H1.Open console.log runclient.py
1296227 runtime PR 57303 net48-windows-Release-x86-Windows.10.Amd64.Client19H1.Open console.log runclient.py
1296070 runtime PR 57392 net48-windows-Release-x86-Windows.10.Amd64.Client19H1.Open console.log runclient.py
1294895 runtime PR 57446 net48-windows-Release-x86-Windows.10.Amd64.Client19H1.Open console.log runclient.py
1294631 runtime PR 57437 net48-windows-Release-x86-Windows.10.Amd64.Client19H1.Open console.log runclient.py
1294126 runtime PR 57344 net48-windows-Release-x86-Windows.10.Amd64.Client19H1.Open console.log runclient.py
1291947 runtime PR 57339 net48-windows-Release-x86-Windows.10.Amd64.Client19H1.Open console.log runclient.py
1291682 runtime PR 57332 net48-windows-Release-x86-Windows.10.Amd64.Client19H1.Open console.log runclient.py
1290867 runtime PR 57313 net48-windows-Release-x86-Windows.10.Amd64.Client19H1.Open console.log runclient.py
1290684 runtime PR 57143 net48-windows-Release-x86-Windows.10.Amd64.Client19H1.Open console.log runclient.py
1290584 runtime PR 57301 net48-windows-Release-x86-Windows.10.Amd64.Client19H1.Open console.log runclient.py
1288887 runtime Rolling net48-windows-Release-x64-Windows.10.Amd64.Client19H1.Open console.log runclient.py

Build Result Summary

Day Hit Count Week Hit Count Month Hit Count
1 14 15
@Dotnet-GitSync-Bot Dotnet-GitSync-Bot added the untriaged New issue has not been triaged by the area owner label Jul 10, 2020
@layomia layomia added area-System.Text.Json and removed area-System.Runtime untriaged New issue has not been triaged by the area owner labels Jul 10, 2020
@layomia layomia added this to the 5.0.0 milestone Jul 10, 2020
@layomia layomia self-assigned this Jul 10, 2020
@layomia layomia removed their assignment Aug 7, 2020
@layomia
Copy link
Contributor

layomia commented Aug 14, 2020

This appears to be a short-lived bug/failure that occurred just once. Please reopen if it fails again.

@layomia layomia closed this as completed Aug 14, 2020
@layomia layomia self-assigned this Aug 14, 2020
@ghost ghost locked as resolved and limited conversation to collaborators Dec 8, 2020
@danmoseley danmoseley reopened this Aug 12, 2021
@danmoseley danmoseley removed this from the 5.0.0 milestone Aug 12, 2021
@danmoseley
Copy link
Member

happened here
https://helixre8s23ayyeko0k025g8.blob.core.windows.net/dotnet-runtime-refs-pull-57143-merge-06984f287e3c4de483/System.Text.Json.Tests/1/console.9ce3725c.log?sv=2019-07-07&se=2021-09-01T18%3A52%3A53Z&sr=c&sp=rl&sig=fh%2FBYutp9tbKNOr2cfjQR1mxv6otsjLeuSQ5eGkRiiE%3D

  Starting:    System.Text.Json.Tests (parallel test collections = on, max threads = 2)
    System.Text.Json.Serialization.Tests.ConstructorTests_SyncStream.PathForChildDictionaryFails [FAIL]
      Assert.Equal() Failure
                                    � (pos 20)
      Expected: $.Child.MyDictionary.Key
      Actual:   $.Child.MyDictionary
                                    � (pos 20)
      Stack Trace:
        /_/src/libraries/System.Text.Json/tests/Common/ConstructorTests/ConstructorTests.Exceptions.cs(209,0): at System.Text.Json.Serialization.Tests.ConstructorTests.<PathForChildDictionaryFails>d__31.MoveNext()
        --- End of stack trace from previous location where exception was thrown ---
           at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
           at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
        --- End of stack trace from previous location where exception was thrown ---
           at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
           at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
        --- End of stack trace from previous location where exception was thrown ---
           at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
           at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  Finished:    System.Text.Json.Tests
=== TEST EXECUTION SUMMARY ===
   System.Text.Json.Tests  Total: 20634, Errors: 0, Failed: 1, Skipped: 0, Time: 84.796s

Note, this is on .NET Framework net48-windows-Release-x86-Windows.10.Amd64.Client19H1.Open

@danmoseley
Copy link
Member

danmoseley commented Aug 12, 2021

It's happening about twice a week, always on .NET Framework.

TestResults
| join kind=inner WorkItems on WorkItemId
| join kind=inner Jobs on JobId
| where Result == "Fail"
| where Method == "PathForChildDictionaryFails"
| where Branch !startswith "refs/pull"
| project 
    Branch,
  Pipeline = tostring(parse_json(Properties).DefinitionName),
  Pipeline_Configuration = tostring(parse_json(Properties).configuration),
  Phase = tostring(parse_json(Properties)["System.PhaseName"]),
  OS = QueueName,
  Arch = tostring(parse_json(Properties).architecture),
  Result,Finished,
  Duration,
Build = tostring(parse_json(Properties).BuildNumber) ,  Console_log = Message,   StackTrace 
Branch Pipeline Pipeline_Configuration Phase OS Arch Result Finished Duration Build Console_log StackTrace
refs/heads/main runtime Release libraries_build_net48_windows_x64_Release windows.10.amd64.client19h1.open.rt x64 Fail 2021-07-30 14:02:30.3950000 0.004 20210730.25 Assert.Equal() Failure
↓ (pos 20)
Expected: $.Child.MyDictionary.Key
Actual: $.Child.MyDictionary
↑ (pos 20)
at System.Text.Json.Serialization.Tests.ConstructorTests.d__31.MoveNext() in /_/src/libraries/System.Text.Json/tests/System.Text.Json.Tests/Serialization/ConstructorTests/ConstructorTests.Exceptions.cs:line 213
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
refs/heads/main runtime Release libraries_build_net48_windows_x86_Release windows.10.amd64.client19h1.open.rt x86 Fail 2021-07-31 00:52:18.2990000 0 20210730.112 Assert.Equal() Failure
↓ (pos 20)
Expected: $.Child.MyDictionary.Key
Actual: $.Child.MyDictionary
↑ (pos 20)
at System.Text.Json.Serialization.Tests.ConstructorTests.d__31.MoveNext() in /_/src/libraries/System.Text.Json/tests/System.Text.Json.Tests/Serialization/ConstructorTests/ConstructorTests.Exceptions.cs:line 213
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
refs/heads/main runtime Release libraries_build_net48_windows_x64_Release windows.10.amd64.client19h1.open.rt x64 Fail 2021-07-31 09:12:31.5480000 0 20210731.3 Assert.Equal() Failure
↓ (pos 20)
Expected: $.Child.MyDictionary.Key
Actual: $.Child.MyDictionary
↑ (pos 20)
at System.Text.Json.Serialization.Tests.ConstructorTests.d__31.MoveNext() in /_/src/libraries/System.Text.Json/tests/System.Text.Json.Tests/Serialization/ConstructorTests/ConstructorTests.Exceptions.cs:line 213
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
refs/heads/main runtime Release libraries_build_net48_windows_x86_Release windows.10.amd64.client19h1.open.rt x86 Fail 2021-08-08 09:21:20.9920000 0.003 20210808.1 Assert.Equal() Failure
↓ (pos 20)
Expected: $.Child.MyDictionary.Key
Actual: $.Child.MyDictionary
↑ (pos 20)
at System.Text.Json.Serialization.Tests.ConstructorTests.d__31.MoveNext() in /_/src/libraries/System.Text.Json/tests/Common/ConstructorTests/ConstructorTests.Exceptions.cs:line 209
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
refs/heads/main runtime Release libraries_build_net48_windows_x64_Release windows.10.amd64.client19h1.open.rt x64 Fail 2021-08-11 22:36:14.7820000 0 20210811.89 Assert.Equal() Failure
↓ (pos 20)
Expected: $.Child.MyDictionary.Key
Actual: $.Child.MyDictionary
↑ (pos 20)
at System.Text.Json.Serialization.Tests.ConstructorTests.d__31.MoveNext() in /_/src/libraries/System.Text.Json/tests/Common/ConstructorTests/ConstructorTests.Exceptions.cs:line 209
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)

@bartonjs
Copy link
Member

@ViktorHofer
Copy link
Member

@jaredpar I tried to make this a runfo tracking issue but something isn't complying. Can you please take a look? https://runfo.azurewebsites.net/tracking/issue/155/

@ViktorHofer
Copy link
Member

Failed again: https://dev.azure.com/dnceng/public/_build/results?buildId=1291947&view=ms.vss-test-web.build-test-results-tab&runId=38124126&resultId=118326&paneView=debug.

It's happening about twice a week, always on .NET Framework.

Seems to happen more frequently now. Let's disable the test asap.

@ViktorHofer
Copy link
Member

@layomia can you please take a look (if possible today) and if nothing stands out disable the test?

@jaredpar
Copy link
Member

@ViktorHofer tracking issue created and linked to this one https://runfo.azurewebsites.net/tracking/issue/156/

@ViktorHofer
Copy link
Member

ViktorHofer commented Aug 13, 2021

Thanks Jared. Any idea why my tracking issue didn't work? https://runfo.azurewebsites.net/tracking/issue/155/

@runfoapp runfoapp bot closed this as completed Aug 13, 2021
@jaredpar jaredpar reopened this Aug 13, 2021
@jaredpar
Copy link
Member

By default the tracking issues only populate the initial data set with the last one day of data. Most of the failures were before that. In my issue I just went to the bottom and told it to look back for four days worth of data.

@steveharter steveharter self-assigned this Aug 15, 2021
@eiriktsarpalis eiriktsarpalis added this to the 6.0.0 milestone Aug 16, 2021
@eiriktsarpalis
Copy link
Member

I've been hitting that a few of times on my local machine (when running all tests from the command line).

@steveharter
Copy link
Member

Although this issue appears low-priority and thus a 7.0 candidate, it appears related to threading it should be investigated for 6.0.

@danmoseley
Copy link
Member

@steveharter if this should be investigated, should this issue remain open or is there another one?

Also, do you have high confidence this is a test issue only? If not, I see it's exclusively on .NET Framework, but either we're safe or we're not, and if we're not then there will be some customer configuration or scenario where it starts to happen.

I wonder whether it would be good to investigate far enough to give us confidence we don't need to find a fix.

cc @stephentoub for thoughts.

@danmoseley danmoseley reopened this Aug 24, 2021
@danmoseley
Copy link
Member

Updated results -- still all .NET 4.8

Branch Pipeline Pipeline_Configuration Phase OS Arch Result Finished
refs/pull/56475/merge runtime Release libraries_build_net48_windows_x86_Release windows.10.amd64.client19h1.open.rt x86 Fail 2021-07-28 00:00:00.0000000
refs/pull/56445/merge runtime Release libraries_build_net48_windows_x86_Release windows.10.amd64.client19h1.open.rt x86 Fail 2021-07-28 00:00:00.0000000
refs/pull/56585/merge runtime Release libraries_build_net48_windows_x86_Release windows.10.amd64.client19h1.open.rt x86 Fail 2021-07-29 00:00:00.0000000
refs/pull/56584/merge runtime Release libraries_build_net48_windows_x86_Release windows.10.amd64.client19h1.open.rt x86 Fail 2021-07-29 00:00:00.0000000
refs/pull/55353/merge runtime Release libraries_build_net48_windows_x86_Release windows.10.amd64.client19h1.open.rt x86 Fail 2021-07-29 00:00:00.0000000
refs/heads/main runtime Release libraries_build_net48_windows_x64_Release windows.10.amd64.client19h1.open.rt x64 Fail 2021-07-30 00:00:00.0000000
refs/heads/main runtime Release libraries_build_net48_windows_x64_Release windows.10.amd64.client19h1.open.rt x64 Fail 2021-07-31 00:00:00.0000000
refs/heads/main runtime Release libraries_build_net48_windows_x86_Release windows.10.amd64.client19h1.open.rt x86 Fail 2021-07-31 00:00:00.0000000
refs/pull/56690/merge runtime Release libraries_build_net48_windows_x86_Release windows.10.amd64.client19h1.open.rt x86 Fail 2021-08-01 00:00:00.0000000
refs/pull/56694/merge runtime Release libraries_build_net48_windows_x86_Release windows.10.amd64.client19h1.open.rt x86 Fail 2021-08-02 00:00:00.0000000
refs/pull/56538/merge runtime Release libraries_build_net48_windows_x86_Release windows.10.amd64.client19h1.open.rt x86 Fail 2021-08-03 00:00:00.0000000
refs/pull/56866/merge runtime Release libraries_build_net48_windows_x86_Release windows.10.amd64.client19h1.open.rt x86 Fail 2021-08-04 00:00:00.0000000
refs/pull/56753/merge runtime Release libraries_build_net48_windows_x86_Release windows.10.amd64.client19h1.open.rt x86 Fail 2021-08-04 00:00:00.0000000
refs/pull/56719/merge runtime Release libraries_build_net48_windows_x86_Release windows.10.amd64.client19h1.open.rt x86 Fail 2021-08-04 00:00:00.0000000
refs/pull/56861/merge runtime Release libraries_build_net48_windows_x86_Release windows.10.amd64.client19h1.open.rt x86 Fail 2021-08-05 00:00:00.0000000
refs/heads/main runtime Release libraries_build_net48_windows_x86_Release windows.10.amd64.client19h1.open.rt x86 Fail 2021-08-08 00:00:00.0000000
refs/pull/57013/merge runtime Release libraries_build_net48_windows_x86_Release windows.10.amd64.client19h1.open.rt x86 Fail 2021-08-09 00:00:00.0000000
refs/heads/main runtime Release libraries_build_net48_windows_x64_Release windows.10.amd64.client19h1.open.rt x64 Fail 2021-08-11 00:00:00.0000000
refs/pull/57143/merge runtime Release libraries_build_net48_windows_x86_Release windows.10.amd64.client19h1.open.rt x86 Fail 2021-08-12 00:00:00.0000000
refs/pull/57301/merge runtime Release libraries_build_net48_windows_x86_Release windows.10.amd64.client19h1.open.rt x86 Fail 2021-08-12 00:00:00.0000000
refs/pull/57313/merge runtime Release libraries_build_net48_windows_x86_Release windows.10.amd64.client19h1.open.rt x86 Fail 2021-08-12 00:00:00.0000000
refs/pull/57303/merge runtime Release libraries_build_net48_windows_x86_Release windows.10.amd64.client19h1.open.rt x86 Fail 2021-08-13 00:00:00.0000000
refs/pull/57339/merge runtime Release libraries_build_net48_windows_x86_Release windows.10.amd64.client19h1.open.rt x86 Fail 2021-08-13 00:00:00.0000000
refs/pull/57278/merge runtime Release libraries_build_net48_windows_x86_Release windows.10.amd64.client19h1.open.rt x86 Fail 2021-08-13 00:00:00.0000000
refs/pull/57332/merge runtime Release libraries_build_net48_windows_x86_Release windows.10.amd64.client19h1.open.rt x86 Fail 2021-08-13 00:00:00.0000000
refs/pull/57327/merge runtime Release libraries_build_net48_windows_x86_Release windows.10.amd64.client19h1.open.rt x86 Fail 2021-08-13 00:00:00.0000000
refs/pull/57344/merge runtime Release libraries_build_net48_windows_x86_Release windows.10.amd64.client19h1.open.rt x86 Fail 2021-08-14 00:00:00.0000000
refs/heads/main runtime Release libraries_build_net48_windows_x86_Release windows.10.amd64.client19h1.open.rt x86 Fail 2021-08-14 00:00:00.0000000
refs/pull/57446/merge runtime Release libraries_build_net48_windows_x86_Release windows.10.amd64.client19h1.open.rt x86 Fail 2021-08-15 00:00:00.0000000
refs/pull/57446/merge runtime Release libraries_build_net48_windows_x86_Release windows.10.amd64.client19h1.open.rt x86 Fail 2021-08-15 00:00:00.0000000
refs/pull/57437/merge runtime Release libraries_build_net48_windows_x86_Release windows.10.amd64.client19h1.open.rt x86 Fail 2021-08-15 00:00:00.0000000
refs/pull/57395/merge runtime Release libraries_build_net48_windows_x86_Release windows.10.amd64.client19h1.open.rt x86 Fail 2021-08-15 00:00:00.0000000
refs/pull/57303/merge runtime Release libraries_build_net48_windows_x86_Release windows.10.amd64.client19h1.open.rt x86 Fail 2021-08-16 00:00:00.0000000
refs/heads/main runtime Release libraries_build_net48_windows_x86_Release windows.10.amd64.client19h1.open.rt x86 Fail 2021-08-16 00:00:00.0000000
refs/pull/57392/merge runtime Release libraries_build_net48_windows_x86_Release windows.10.amd64.client19h1.open.rt x86 Fail 2021-08-16 00:00:00.0000000
refs/heads/main runtime Release libraries_build_net48_windows_x64_Release windows.10.amd64.client19h1.open.rt x64 Fail 2021-08-17 00:00:00.0000000
refs/heads/main runtime Release libraries_build_net48_windows_x64_Release windows.10.amd64.client19h1.open.rt x64 Fail 2021-08-17 00:00:00.0000000
refs/heads/release/6.0-rc1 runtime Release libraries_build_net48_windows_x64_Release windows.10.amd64.client19h1.open.svc x64 Fail 2021-08-17 00:00:00.0000000
refs/pull/56501/merge runtime Release libraries_build_net48_windows_x86_Release windows.10.amd64.client19h1.open.rt x86 Fail 2021-08-17 00:00:00.0000000
refs/pull/57584/merge runtime Release libraries_build_net48_windows_x86_Release windows.10.amd64.client19h1.open.rt x86 Fail 2021-08-17 00:00:00.0000000
refs/pull/57533/merge runtime Release libraries_build_net48_windows_x86_Release windows.10.amd64.client19h1.open.rt x86 Fail 2021-08-17 00:00:00.0000000
refs/pull/45690/merge runtime Release libraries_build_net48_windows_x86_Release windows.10.amd64.client19h1.open.rt x86 Fail 2021-08-19 00:00:00.0000000
refs/heads/release/6.0 runtime Release libraries_build_net48_windows_x64_Release windows.10.amd64.client19h1.open.svc x64 Fail 2021-08-21 00:00:00.0000000
refs/pull/57975/merge runtime Release libraries_build_net48_windows_x86_Release windows.10.amd64.client19h1.open.svc x86 Fail 2021-08-23 00:00:00.0000000

@eiriktsarpalis
Copy link
Member

eiriktsarpalis commented Aug 25, 2021

@danmoseley I believe this is a product bug that got fixed in #57681 for .NET 7 and the test has been disabled for release/6.0 in #57834. Looking at the test history it seems like failures stopped occurring at either branch after each respective PR got merged:

let jobs = Jobs
| where Queued > ago (15d)
| where Source startswith "ci/public/dotnet/runtime"
| project Name, Queued, Source;
let failures =
TestResults
| where Result == "Fail"
| where Method == "PathForChildDictionaryFails"
| join jobs on $left.JobName == $right.Name;
let min_t = toscalar(failures | summarize min(Queued));
let max_t = toscalar(failures | summarize max(Queued));
failures
| make-series num=count() on Queued in range(min_t, max_t, 1d) by Source
| limit 5
| render timechart

image

So I think we can close this issue.

@steveharter
Copy link
Member

Thanks @eiriktsarpalis for the data. I intended to close this once the 6.0 test was disabled via #57834 got merged.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

9 participants