-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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: tracing_eventpipetrace._eventpipetrace_eventpipetrace_/_eventpipetrace_eventpipetrace_cmd #9573
Comments
This is failing the JIT stress jobs. Looks to have been enabled yesterday: dotnet/coreclr#15917. |
The test triggers GCs and looks to see if the GC Triggered event comes through. It looks like although it's supposed to have triggered 10 GCs and receive 10 events, it is only receiving 1 GC Triggered event. @brianrob Do you know of any reason a GC may not occur when induced, or does this mean the event was dropped? Is there any way to tell if the event was dropped due to a full circular buffer? |
IMO, this test should be disabled, and then re-enabled only when it passes the failing stress jobs. |
The test doesn't work without stress is well, it is just pri1, so we do not see how it fails. |
I'll get an issue and a PR to disable it together. @sandreenko could you clarify your comment? Does it always fail for you? It ran and worked locally, and on the CI run for the PR which enabled it. Also, the test is pri0 |
Does this not disable it? https://github.com/dotnet/coreclr/blob/master/tests/issues.targets#L1729 |
I think it should, but this condition doesn't affect x86_checked_windows_nt_jitstress1_prtest for some reasons. |
I think I just realized what it is. The |
@nategraf, thanks for fixing this! |
Thanks @4creators. I'll figure out why the patch didn't fix the Windows stress runs and address it |
@nategraf Thanks for help |
Disable EventPipe tests which fair in stress runs Addresses: #15924 Follow-up: #15927
I see the JIT Stress runs are working now. Unless there is another place where this failure is showing I am going to close this issue |
Now it is failing in Ubuntu and OSX, we cannot test CentOS since it does not listen to start commands. |
There are reproducible errors for: https://ci.dot.net/job/dotnet_coreclr/job/master/job/jitstress/job/x64_checked_osx10.12_jitincompletehwintrinsic_tst_prtest/12/ Tests can be triggered with commands as in comment dotnet/coreclr#15585 (comment) |
Opened on behalf of @Sunny-pu
The test
tracing_eventpipetrace._eventpipetrace_eventpipetrace_/_eventpipetrace_eventpipetrace_cmd
has failed.Build : Master - 20180119.01 (Core Tests)
Failing configurations:
Details:
https://mc.dot.net/#/product/netcore/master/source/official~2Fcoreclr~2Fmaster~2F/type/test~2Ffunctional~2Fcli~2F/build/20180119.01/workItem/tracing.eventpipetrace.XUnitWrapper/analysis/xunit/tracing_eventpipetrace._eventpipetrace_eventpipetrace_~2F_eventpipetrace_eventpipetrace_cmd
The text was updated successfully, but these errors were encountered: