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

eventpipe/gcdump test failing on large number of PRs #39361

Closed
jkotas opened this issue Jul 15, 2020 · 5 comments · Fixed by #39555
Closed

eventpipe/gcdump test failing on large number of PRs #39361

jkotas opened this issue Jul 15, 2020 · 5 comments · Fixed by #39555
Assignees
Labels
area-Tracing-coreclr untriaged New issue has not been triaged by the area owner
Milestone

Comments

@jkotas
Copy link
Member

jkotas commented Jul 15, 2020

Raw output file:      /root/helix/work/workitem/tracing/eventpipe/Reports/tracing.eventpipe/gcdump/gcdump/gcdump.output.txt
Raw output:
BEGIN EXECUTION
/root/helix/work/correlation/corerun gcdump.dll ''
  0.0s: ==TEST STARTING==
  1.6s: Environment is clean.
  1.6s: Started sending sentinel events...
  1.6s: Connecting to EventPipe...
  2.1s: Connected to EventPipe with sessionID '0x7f14008f60'
  2.1s: Creating EventPipeEventSource...
  2.3s: EventPipeEventSource created
  2.4s: Dynamic.All callback registered
  2.4s: Running optional trace validator
  3.0s: Finished running optional trace validator
  3.0s: Starting stream processing...
  3.4s: Saw new provider 'Microsoft-Windows-DotNETRuntime'
  3.6s: Saw sentinel event
  3.6s: Starting event generating action...
  3.6s: Stopping event generating action
  3.6s: Stopped sending sentinel events
  3.6s: Sending StopTracing command...
  3.8s: Saw new provider 'Microsoft-DotNETCore-EventPipe'
  3.8s: Saw new provider 'Microsoft-Windows-DotNETRuntimeRundown'
  3.9s: Finished StopTracing command
  3.9s: Stopping stream processing
  3.9s: Dropped 0 events
  3.9s: Reader task finished
  3.9s: Validating optional callback...
Test failed due to missing GC heap events.
_bulkTypeCount =          300
_bulkNodeCount =          1944
_bulkEdgeCount =          2825
_bulkRootEdgeCount =      226
_bulkRootStaticVarCount = 185
  3.9s: ==TEST FINISHED: FAILED!==
Expected: 100
Actual: 255
@Dotnet-GitSync-Bot Dotnet-GitSync-Bot added area-Tracing-coreclr untriaged New issue has not been triaged by the area owner labels Jul 15, 2020
@jkotas
Copy link
Member Author

jkotas commented Jul 15, 2020

@jkotas
Copy link
Member Author

jkotas commented Jul 15, 2020

I am disabling the test in #39362
cc @hoyosjs @tommcdon

@josalem
Copy link
Contributor

josalem commented Jul 15, 2020

CC @davmason, can you take a look at this?

@josalem josalem added this to the 5.0.0 milestone Jul 15, 2020
jkotas added a commit to jkotas/runtime that referenced this issue Jul 15, 2020
@Maoni0 Maoni0 mentioned this issue Jul 15, 2020
@v-haren
Copy link

v-haren commented Jul 16, 2020

failed again in job: runtime 20200715.46

failed tests:
tracing/eventpipe/gcdump/gcdump/gcdump.sh
tracing\eventpipe\gcdump\gcdump\gcdump.cmd

Error message

Return code:      1
Raw output file:      /home/helixbot/work/B4070954/w/A8B10944/e/tracing/eventpipe/Reports/tracing.eventpipe/gcdump/gcdump/gcdump.output.txt
Raw output:
BEGIN EXECUTION
/home/helixbot/work/B4070954/p/corerun gcdump.dll ''
  0.0s: ==TEST STARTING==
  1.7s: Environment is clean.
  1.8s: Started sending sentinel events...
  1.8s: Connecting to EventPipe...
  2.3s: Connected to EventPipe with sessionID '0x7f26f8009050'
  2.3s: Creating EventPipeEventSource...
  2.4s: EventPipeEventSource created
  2.5s: Dynamic.All callback registered
  2.5s: Running optional trace validator
  2.9s: Finished running optional trace validator
  2.9s: Starting stream processing...
  3.1s: Saw new provider 'Microsoft-Windows-DotNETRuntime'
  3.2s: Saw sentinel event
  3.2s: Starting event generating action...
  3.2s: Stopping event generating action
  3.2s: Stopped sending sentinel events
  3.2s: Sending StopTracing command...
  3.4s: Saw new provider 'Microsoft-DotNETCore-EventPipe'
  3.4s: Saw new provider 'Microsoft-Windows-DotNETRuntimeRundown'
  3.4s: Finished StopTracing command
  3.4s: Stopping stream processing
  3.4s: Dropped 0 events
  3.4s: Reader task finished
  3.4s: Validating optional callback...
Test failed due to missing GC heap events.
_bulkTypeCount =          269
_bulkNodeCount =          1868
_bulkEdgeCount =          2359
_bulkRootEdgeCount =      157
_bulkRootStaticVarCount = 171
  3.4s: ==TEST FINISHED: FAILED!==
Expected: 100
Actual: 255
END EXECUTION - FAILED
Test Harness Exitcode is : 1
To run the test:
> set CORE_ROOT=/home/helixbot/work/B4070954/p
> /home/helixbot/work/B4070954/w/A8B10944/e/tracing/eventpipe/gcdump/gcdump/gcdump.sh
Expected: True
Actual:   False


Stack trace
   at tracing_eventpipe._gcdump_gcdump_gcdump_._gcdump_gcdump_gcdump_sh() in /__w/1/s/artifacts/tests/coreclr/Linux.x64.Checked/TestWrappers/tracing.eventpipe/tracing.eventpipe.XUnitWrapper.cs:line 334

davmason added a commit to davmason/runtime that referenced this issue Jul 17, 2020
@ghost ghost locked as resolved and limited conversation to collaborators Dec 8, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-Tracing-coreclr untriaged New issue has not been triaged by the area owner
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants